-
Notifications
You must be signed in to change notification settings - Fork 5.6k
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
Add folder to workspace results in grey screen #309
Comments
@Muruloki it's a bug for sure |
What version of |
@nol166 oh, that was just random extension; it happens to any of them. For example just tried Angular 7 Snippets - TypeScript, Html, Angular Material, i think it's v7.2.5 Cannot read property 'local' of undefined I'm using UI to install. If i try to use extensions: isntall from file it will complain about improper tar format or something like that. Reading other comments here it looks i have to install bsd tar since gnutar has some issues unpacking the vscode extensions but again, i didn't try to do that since there is a relatively easy workaround. |
Hello @Muruloki, there is a pending PR (#245) which will fix the bug prohibiting installation from VSIX. The difference between bsdtar and gnutar shouldn't matter. The problem was the assumption that the VSIX is in TAR format rather than the standard ZIP. Extensions:
It's unusal that the Thanks, |
@foresthoffman Great, thank you. As for markdown, i think it was already reported, #296 What about adding folder to workspace, do you know why it's resulting in blank grey screen? :) |
I'm not certain as to the root of the issue, but I do receive the following error:
The issue appears to be coming from You can recover from the failed workspace load, by clearing your cache. |
You can also delete |
Should be fixed by #317. |
code-server
version: code-server-1.32.0-310-linux-x64Description
First of all, thanks a lot for this prioject, it's awesome! :)
I'm running binary on remote server; when i try to add a folder to the workspace (even if i assign keyboard shortcut) all i see is grey screen; have to edit workspace.json to remove 2nd folder and reload client in the browser to make it work again. Is this a feature or bug? Changing folders using ctrl-k ctrl-o works fine. However using UI it doesn't work.
Some other issues i've noticed:
Cannot read property 'local' of undefined
Failed to install 'compulim.compulim-vscode-closetag'.
Thanks.
The text was updated successfully, but these errors were encountered: