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 51085d0 commit 240f96dCopy full SHA for 240f96d
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