Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extension loads then disappears from sidebar #1622

Open
adamwoodnz opened this issue Mar 5, 2024 · 5 comments
Open

Extension loads then disappears from sidebar #1622

adamwoodnz opened this issue Mar 5, 2024 · 5 comments

Comments

@adamwoodnz
Copy link

  • VSCode Version: 1.87.0
  • OS Version: MacOS Ventura 13.6.4
  • Extension Version: v2.17.0
  • System Language:
  • SVN Version: 1.14.1

Issue

The extension file operations are unusable because the UI isn't accessible from the sidebar. The SVN Checkout command is still available in the command palette.

Steps to Reproduce

  1. Enable extension
  2. See SVN icon briefly appear in sidebar then disappear
  3. Output window shows as below

SVN Output

Using svn "1.14.1" from "svn"

Screenshots

Screenshot 2024-03-06 at 10 28 18 AM

@JohnstonCode JohnstonCode closed this as not planned Won't fix, can't repro, duplicate, stale Mar 6, 2024
@Jiacheng1
Copy link

I have the same problem. I did some tests and found a possible solution.
There's a soft link directory in my workspace, and i added it into code-workspace setting. Like as below:

{
	"folders": [
		{
			"path": "my/workspace/SOFT/LINK"
		},
		{
			"path": "my/workspace/xxxx"
		}
	],
}

When i removed the path of soft link, the extension will not disappear.

@adamwoodnz
Copy link
Author

The folders in my workspace are all remote ssh directories

"folders": [
		{
			"uri": "vscode-remote://ssh-remote+foo.org/bar"
		},
	],

Can you provide any info to help me debug what's happening please @JohnstonCode? Or is this not a supported setup?

@JohnstonCode
Copy link
Owner

I've never used it with remote ssh directories so wouldn't be able to advise it if should work or not.

@JohnstonCode
Copy link
Owner

I have the same problem. I did some tests and found a possible solution. There's a soft link directory in my workspace, and i added it into code-workspace setting. Like as below:

{
	"folders": [
		{
			"path": "my/workspace/SOFT/LINK"
		},
		{
			"path": "my/workspace/xxxx"
		}
	],
}

When i removed the path of soft link, the extension will not disappear.

That is strange i don't remember there being an specific checks against soft links.

@JohnstonCode JohnstonCode reopened this Mar 7, 2024
@JohnstonCode
Copy link
Owner

Unable to replicate with symlinks on 1.87.1

{
	"folders": [
		{
			"path": "../spamassassin-trunk-symlink"
		},
		{
			"path": "../project1"
		}
	],
	"settings": {}
}

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants