Skip to content
Snippets Groups Projects

first test commit

Merged Csilla Farkas requested to merge csilla/titan.vs-code-extension:initTest into main
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -214,7 +214,7 @@ export function activate(context: ExtensionContext) {
@@ -214,7 +214,7 @@ export function activate(context: ExtensionContext) {
});
});
console.log('"titan" is now active! ');
console.log('"Titan" is now active! ');
}
}
export function deactivate(): Thenable<void> | undefined {
export function deactivate(): Thenable<void> | undefined {
Loading