|
271 | 271 | "command": "vscode-objectscript.newFile.message", |
272 | 272 | "when": "false" |
273 | 273 | }, |
274 | | - { |
275 | | - "command": "vscode-objectscript.importLocalFilesServerSide", |
276 | | - "when": "false" |
277 | | - }, |
278 | 274 | { |
279 | 275 | "command": "vscode-objectscript.showRESTDebugWebview", |
280 | 276 | "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive && activeCustomEditorId == ''" |
|
573 | 569 | "when": "vscode-objectscript.connectActive && resourceScheme =~ /^isfs(-readonly)?$/ && resource =~ /project%3D/ && resourcePath =~ /^\\/?$/ && !listMultiSelection", |
574 | 570 | "group": "objectscript_prj@3" |
575 | 571 | }, |
576 | | - { |
577 | | - "command": "vscode-objectscript.importLocalFilesServerSide", |
578 | | - "when": "vscode-objectscript.connectActive && resourceScheme == isfs && explorerResourceIsRoot && !listMultiSelection", |
579 | | - "group": "objectscript_modify@2" |
580 | | - }, |
581 | 572 | { |
582 | 573 | "command": "vscode-objectscript.modifyWsFolder", |
583 | 574 | "when": "(!resourceScheme || resourceScheme =~ /^isfs(-readonly)?$/) && explorerResourceIsRoot && !listMultiSelection", |
|
1070 | 1061 | "command": "vscode-objectscript.newFile.message", |
1071 | 1062 | "title": "Interoperability Message" |
1072 | 1063 | }, |
1073 | | - { |
1074 | | - "category": "ObjectScript", |
1075 | | - "command": "vscode-objectscript.importLocalFilesServerSide", |
1076 | | - "title": "Import Local Files..." |
1077 | | - }, |
1078 | 1064 | { |
1079 | 1065 | "category": "ObjectScript", |
1080 | 1066 | "command": "vscode-objectscript.showRESTDebugWebview", |
|
1108 | 1094 | { |
1109 | 1095 | "category": "ObjectScript", |
1110 | 1096 | "command": "vscode-objectscript.importXMLFiles", |
1111 | | - "title": "Import XML Files..." |
| 1097 | + "title": "Import Files..." |
1112 | 1098 | }, |
1113 | 1099 | { |
1114 | 1100 | "category": "ObjectScript", |
|
0 commit comments