-
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
workspace actions #196
Comments
If I try opening the workspace file directly from the File > Open dialog, then a key is written to local storage for the workspace with a file path. On refreshing the page, the bundle does not load as the file path fails URI schema validation. To recover, I have to delete the workspace key from local storage. |
Having the same issue that @jwulf mentioned. "File > Open Workspace" results in a blank (grey) page with no options. On my local installation I was able to recover by wiping .local, but on |
I couldn't recover by wiping |
Open developer tools in your browser. In Chrome you are looking for the Application > Local Storage tab. Something like that. It is HTML Local Storage in the browser client, which is why Incognito mode works. |
FYI Saving a workspace file doesn't seem to work from the command palette (i.e., nothing happens after providing a name). So I created one in vscode and tried to open it using code-server. It shows the content of the file and a button to open the workspace (see screenshot). Clicking the button shows the the following error in developer tools. |
I though it was me.. but apparently its not implemented.. |
Hey OP, can you try out v2? I think we have workspaces implemented |
@sr229 I think V2 gives me only more problems now. Issue nr. 1: Clicking on the folder won't change the path (which either stays Issue nr. 2: Issue nr. 3: |
If you're using Firefox you might be running into this issue: #1063 |
Yep firefox. |
We've opened this in Microsoft/vscode so it will be the web team that'll be in charge of this from now on. |
code-server
version: master branchDescription
https://code.visualstudio.com/docs/editor/multi-root-workspaces#_workspace-file-schema
VSCode is supported in Create Workspace, when opening the workspace configuration file automatically pops up a button to load the workspace, this button is not working
Steps to Reproduce
https://code.visualstudio.com/docs/editor/multi-root-workspaces#_opening-workspace-files
The text was updated successfully, but these errors were encountered: