Skip to content

Commit a5ab4c0

Browse files
committed
remove redundant ts
1 parent 16b1295 commit a5ab4c0

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

src/extension.ts

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,6 @@
11
import * as vscode from "vscode";
22

3-
export function activate(context: vscode.ExtensionContext) {
4-
console.log(
5-
'Congratulations, your extension "go-raw-sql-syntax" is now active!'
6-
);
7-
8-
// let disposable = vscode.languages.registerDocumentSymbolProvider("go", {
9-
// provideDocumentSymbols: (document, token) => {
10-
// // Add your symbol detection logic here if needed
11-
// return [];
12-
// },
13-
// });
14-
15-
// context.subscriptions.push(disposable);
16-
}
3+
export function activate(context: vscode.ExtensionContext) {}
174

185
// This method is called when your extension is deactivated
196
export function deactivate() {}

0 commit comments

Comments
 (0)