Skip to content

Commit

Permalink
Disable CallStack temporarily #10
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed May 29, 2024
1 parent 9ef17d6 commit bff44d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@
}
]
},
"views": {
"//views": {
"TextMate": [
{
"id": "TextMate-Call",
Expand All @@ -213,7 +213,7 @@
}
]
},
"menus": {
"//menus": {
"editor/context": [
{
"command": "textmate.callstack",
Expand Down Expand Up @@ -290,7 +290,7 @@
}
]
},
"commands": [
"//commands": [
{
"command": "textmate.callstack",
"title": "Show TextMate Calling Stack",
Expand Down
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export async function activate(context: vscode.ExtensionContext) {
await initOniguruma(context);
initTextMate(context);
initDiagnostics(context);
initCallStackView(context);
// await initCallStackView(context);
initTokenColorCustomizations(context);

// context.subscriptions.push(vscode.languages.registerHoverProvider(DocumentSelector, HoverProvider)); // Mouse over Hovers
Expand Down

0 comments on commit bff44d1

Please sign in to comment.