We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bddce5 commit a5ef7a7Copy full SHA for a5ef7a7
package.json
@@ -606,7 +606,7 @@
606
},
607
{
608
"command": "vscode-objectscript.modifyWsFolder",
609
- "when": "explorerResourceIsRoot && !listMultiSelection",
+ "when": "(!resourceScheme || resourceScheme =~ /^isfs(-readonly)?$/) && explorerResourceIsRoot && !listMultiSelection",
610
"group": "objectscript_modify@3"
611
612
0 commit comments