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 16b1295 commit a5ab4c0Copy full SHA for a5ab4c0
src/extension.ts
@@ -1,19 +1,6 @@
1
import * as vscode from "vscode";
2
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
-}
+export function activate(context: vscode.ExtensionContext) {}
17
18
// This method is called when your extension is deactivated
19
export function deactivate() {}
0 commit comments