File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 194194 }
195195 ]
196196 },
197- "views" : {
197+ "// views" : {
198198 "TextMate" : [
199199 {
200200 "id" : " TextMate-Call" ,
213213 }
214214 ]
215215 },
216- "menus" : {
216+ "// menus" : {
217217 "editor/context" : [
218218 {
219219 "command" : " textmate.callstack" ,
290290 }
291291 ]
292292 },
293- "commands" : [
293+ "// commands" : [
294294 {
295295 "command" : " textmate.callstack" ,
296296 "title" : " Show TextMate Calling Stack" ,
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export async function activate(context: vscode.ExtensionContext) {
3636 await initOniguruma ( context ) ;
3737 initTextMate ( context ) ;
3838 initDiagnostics ( context ) ;
39- initCallStackView ( context ) ;
39+ // await initCallStackView(context);
4040 initTokenColorCustomizations ( context ) ;
4141
4242 // context.subscriptions.push(vscode.languages.registerHoverProvider(DocumentSelector, HoverProvider)); // Mouse over Hovers
You can’t perform that action at this time.
0 commit comments