|
128 | 128 | "when": "vscode-objectscript.connectActive" |
129 | 129 | }, |
130 | 130 | { |
131 | | - "command": "vscode-objectscript.getGlobalDocumentation", |
| 131 | + "command": "vscode-objectscript.ccs.getGlobalDocumentation", |
132 | 132 | "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
133 | 133 | }, |
134 | 134 | { |
|
858 | 858 | ], |
859 | 859 | "commands": [ |
860 | 860 | { |
861 | | - "category": "ObjectScript", |
862 | | - "command": "vscode-objectscript.export", |
863 | | - "title": "Export Code from Server" |
864 | | - }, |
865 | | - { |
866 | | - "category": "ObjectScript", |
867 | | - "command": "vscode-objectscript.resolveContextExpression", |
| 861 | + "category": "Consistem", |
| 862 | + "command": "vscode-objectscript.ccs.resolveContextExpression", |
868 | 863 | "title": "Resolve Context Expression" |
869 | 864 | }, |
870 | 865 | { |
871 | | - "category": "ObjectScript", |
872 | | - "command": "vscode-objectscript.getGlobalDocumentation", |
| 866 | + "category": "Consistem", |
| 867 | + "command": "vscode-objectscript.ccs.getGlobalDocumentation", |
873 | 868 | "title": "Show Global Documentation", |
874 | 869 | "enablement": "vscode-objectscript.connectActive" |
875 | 870 | }, |
876 | 871 | { |
877 | | - "category": "ObjectScript", |
| 872 | + "category": "Consistem", |
878 | 873 | "command": "vscode-objectscript.ccs.goToDefinition", |
879 | 874 | "title": "Go to Definition" |
880 | 875 | }, |
881 | 876 | { |
882 | | - "category": "ObjectScript", |
| 877 | + "category": "Consistem", |
883 | 878 | "command": "vscode-objectscript.ccs.followDefinitionLink", |
884 | 879 | "title": "Follow Definition Link" |
885 | 880 | }, |
886 | 881 | { |
887 | | - "category": "ObjectScript", |
| 882 | + "category": "Consistem", |
888 | 883 | "command": "vscode-objectscript.ccs.followSourceAnalysisLink", |
889 | 884 | "title": "Follow Source Analysis Link" |
890 | 885 | }, |
|
893 | 888 | "command": "vscode-objectscript.ccs.createItem", |
894 | 889 | "title": "Create Item" |
895 | 890 | }, |
| 891 | + { |
| 892 | + "category": "ObjectScript", |
| 893 | + "command": "vscode-objectscript.export", |
| 894 | + "title": "Export Code from Server" |
| 895 | + }, |
896 | 896 | { |
897 | 897 | "category": "ObjectScript", |
898 | 898 | "command": "vscode-objectscript.compile", |
|
994 | 994 | }, |
995 | 995 | { |
996 | 996 | "category": "ObjectScript", |
997 | | - "command": "vscode-objectscript.getGlobalDocumentation", |
| 997 | + "command": "vscode-objectscript.ccs.getGlobalDocumentation", |
998 | 998 | "enablement": "vscode-objectscript.connectActive", |
999 | 999 | "title": "Show Global Documentation" |
1000 | 1000 | }, |
|
1285 | 1285 | "when": "editorLangId =~ /^objectscript/" |
1286 | 1286 | }, |
1287 | 1287 | { |
1288 | | - "command": "vscode-objectscript.resolveContextExpression", |
| 1288 | + "command": "vscode-objectscript.ccs.resolveContextExpression", |
1289 | 1289 | "key": "Ctrl+Alt+Space", |
1290 | 1290 | "mac": "Cmd+Alt+Space", |
1291 | 1291 | "when": "editorTextFocus && editorLangId =~ /^objectscript/" |
1292 | 1292 | }, |
1293 | 1293 | { |
1294 | | - "command": "vscode-objectscript.getGlobalDocumentation", |
| 1294 | + "command": "vscode-objectscript.ccs.getGlobalDocumentation", |
1295 | 1295 | "key": "Ctrl+Q", |
1296 | 1296 | "mac": "Cmd+Q", |
1297 | 1297 | "when": "editorTextFocus && editorLangId =~ /^objectscript/" |
|
0 commit comments