Skip to content

Commit 37937cc

Browse files
committed
teste
1 parent fee5628 commit 37937cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1226,6 +1226,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<any> {
12261226
vscode.commands.registerCommand("vscode-objectscript.compileAllWithFlags", () => {
12271227
sendCommandTelemetryEvent("compileAllWithFlags");
12281228
namespaceCompile(true);
1229+
//
12291230
}),
12301231
vscode.commands.registerCommand("vscode-objectscript.refreshLocalFile", async () => {
12311232
sendCommandTelemetryEvent("refreshLocalFile");

0 commit comments

Comments
 (0)