Skip to content

Commit

Permalink
Test commit
Browse files Browse the repository at this point in the history
Signed-off-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
rszwajko committed Sep 24, 2024
1 parent 012a7ff commit 667b353
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vscode/src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export function activate(context: vscode.ExtensionContext) {
// const { activateExtension } = await import("./activate");
try {
new VsCodeExtension(context);
console.log("Extension activated");
console.log("Foo foo! Extension activated");
} catch (e) {
console.log("Error activating extension: ", e);
vscode.window
Expand Down

0 comments on commit 667b353

Please sign in to comment.