We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
linter.ts
1 parent e70f0d3 commit cc0ec55Copy full SHA for cc0ec55
editors/vscode/client/commands.ts
@@ -0,0 +1,9 @@
1
+const commandPrefix = 'oxc';
2
+
3
+export const enum OxcCommands {
4
+ RestartServer = `${commandPrefix}.restartServer`,
5
+ ShowOutputChannel = `${commandPrefix}.showOutputChannel`,
6
+ ToggleEnable = `${commandPrefix}.toggleEnable`,
7
+ // only for linter.ts usage
8
+ ApplyAllFixesFile = `${commandPrefix}.applyAllFixesFile`,
9
+}
0 commit comments