Skip to content

Commit a5ef7a7

Browse files
committed
Improve the fix
1 parent 8bddce5 commit a5ef7a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -606,7 +606,7 @@
606606
},
607607
{
608608
"command": "vscode-objectscript.modifyWsFolder",
609-
"when": "explorerResourceIsRoot && !listMultiSelection",
609+
"when": "(!resourceScheme || resourceScheme =~ /^isfs(-readonly)?$/) && explorerResourceIsRoot && !listMultiSelection",
610610
"group": "objectscript_modify@3"
611611
},
612612
{

0 commit comments

Comments
 (0)