-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Labels
bugbugs found in the applicationbugs found in the applicationhelp wantedissues meant to be picked up, require helpissues meant to be picked up, require helpvscodeissues related to VSCode compatibilityissues related to VSCode compatibilityworkspaceissues related to the workspaceissues related to the workspace
Description
Bug Description:
When trying to use example FileSystemProvider plugin the (expected) behavior on Code[1] differs from the behavior on Theia[2].
[1] Running plugin command Setup workspace
with or without opened workspace creates new and empty directory with name that was passed to vscode.workspace.updateWorkspaceFolders
in extension.ts
.
[2] Running plugin command Setup workspace
without opened workspace throws an error Failed to update workspace folders: Error: There is not active workspace
. If any folder was already opened in the workspace, the same plugin command opens new directory, but instead of named, empty one it's system's root.
Steps to Reproduce:
- Clone
microsoft/vscode-extension-samples
- Add
fsprovider-sample
plugin to Theia - Run Theia
- Execute
Setup workspace
command from the command paletter
Additional Information
- Operating System:
Ubuntu 18.04 if running on Docker image
Arch Linux, kernel 5.7.7 if running on host - Theia Version:
Tried both release1.3.0
and compilingakosyakov/integrate-vscode-api-7269
branch.
Metadata
Metadata
Assignees
Labels
bugbugs found in the applicationbugs found in the applicationhelp wantedissues meant to be picked up, require helpissues meant to be picked up, require helpvscodeissues related to VSCode compatibilityissues related to VSCode compatibilityworkspaceissues related to the workspaceissues related to the workspace