|
206 | 206 | { |
207 | 207 | "command": "vscode-objectscript.jumpToTagAndOffset", |
208 | 208 | "when": "editorLangId == objectscript" |
| 209 | + }, |
| 210 | + { |
| 211 | + "command": "vscode-objectscript.compileOnly", |
| 212 | + "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
| 213 | + }, |
| 214 | + { |
| 215 | + "command": "vscode-objectscript.compileOnlyWithFlags", |
| 216 | + "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive" |
209 | 217 | } |
210 | 218 | ], |
211 | 219 | "view/title": [ |
|
296 | 304 | "command": "vscode-objectscript.serverCommands.contextOther", |
297 | 305 | "when": "resourceScheme =~ /^isfs(-readonly)?$/ && vscode-objectscript.connectActive", |
298 | 306 | "group": "objectscript@5" |
| 307 | + }, |
| 308 | + { |
| 309 | + "command": "vscode-objectscript.compileOnly", |
| 310 | + "when": "editorLangId =~ /^objectscript/ && vscode-objectscript.connectActive", |
| 311 | + "group": "objectscript@6" |
299 | 312 | } |
300 | 313 | ], |
301 | 314 | "editor/title": [ |
|
614 | 627 | "category": "ObjectScript", |
615 | 628 | "command": "vscode-objectscript.showExplorerForWorkspace", |
616 | 629 | "title": "Show Explorer for Workspace" |
| 630 | + }, |
| 631 | + { |
| 632 | + "category": "ObjectScript", |
| 633 | + "command": "vscode-objectscript.compileOnly", |
| 634 | + "title": "Compile Current File" |
| 635 | + }, |
| 636 | + { |
| 637 | + "category": "ObjectScript", |
| 638 | + "command": "vscode-objectscript.compileOnlyWithFlags", |
| 639 | + "title": "Compile Current File with Specified Flags..." |
617 | 640 | } |
618 | 641 | ], |
619 | 642 | "keybindings": [ |
|
0 commit comments