Skip to content

Commit 802ed3a

Browse files
committed
Add Import Files... command that supports many file types
1 parent 000de6c commit 802ed3a

File tree

4 files changed

+40
-261
lines changed

4 files changed

+40
-261
lines changed

package.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -271,10 +271,6 @@
271271
"command": "vscode-objectscript.newFile.message",
272272
"when": "false"
273273
},
274-
{
275-
"command": "vscode-objectscript.importLocalFilesServerSide",
276-
"when": "false"
277-
},
278274
{
279275
"command": "vscode-objectscript.showRESTDebugWebview",
280276
"when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive && activeCustomEditorId == ''"
@@ -573,11 +569,6 @@
573569
"when": "vscode-objectscript.connectActive && resourceScheme =~ /^isfs(-readonly)?$/ && resource =~ /project%3D/ && resourcePath =~ /^\\/?$/ && !listMultiSelection",
574570
"group": "objectscript_prj@3"
575571
},
576-
{
577-
"command": "vscode-objectscript.importLocalFilesServerSide",
578-
"when": "vscode-objectscript.connectActive && resourceScheme == isfs && explorerResourceIsRoot && !listMultiSelection",
579-
"group": "objectscript_modify@2"
580-
},
581572
{
582573
"command": "vscode-objectscript.modifyWsFolder",
583574
"when": "(!resourceScheme || resourceScheme =~ /^isfs(-readonly)?$/) && explorerResourceIsRoot && !listMultiSelection",
@@ -1070,11 +1061,6 @@
10701061
"command": "vscode-objectscript.newFile.message",
10711062
"title": "Interoperability Message"
10721063
},
1073-
{
1074-
"category": "ObjectScript",
1075-
"command": "vscode-objectscript.importLocalFilesServerSide",
1076-
"title": "Import Local Files..."
1077-
},
10781064
{
10791065
"category": "ObjectScript",
10801066
"command": "vscode-objectscript.showRESTDebugWebview",
@@ -1108,7 +1094,7 @@
11081094
{
11091095
"category": "ObjectScript",
11101096
"command": "vscode-objectscript.importXMLFiles",
1111-
"title": "Import XML Files..."
1097+
"title": "Import Files..."
11121098
},
11131099
{
11141100
"category": "ObjectScript",

0 commit comments

Comments
 (0)