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.
1 parent fee5628 commit 37937ccCopy full SHA for 37937cc
src/extension.ts
@@ -1226,6 +1226,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
1226
vscode.commands.registerCommand("vscode-objectscript.compileAllWithFlags", () => {
1227
sendCommandTelemetryEvent("compileAllWithFlags");
1228
namespaceCompile(true);
1229
+ //
1230
}),
1231
vscode.commands.registerCommand("vscode-objectscript.refreshLocalFile", async () => {
1232
sendCommandTelemetryEvent("refreshLocalFile");
0 commit comments