Skip to content

Commit

Permalink
Add Inspect Editor Tokens to CallStack view #10
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Apr 10, 2024
1 parent cd710f3 commit a11435e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,11 @@
"group": "navigation@4",
"when": "view == TextMate"
},
{
"command": "editor.action.inspectTMScopes",
"group": "navigation@6",
"when": "view == TextMate"
},
{
"command": "textmate.tree-view",
"group": "viewAs",
Expand Down Expand Up @@ -337,6 +342,12 @@
"title": "Find",
"category": "TextMate",
"icon": "$(search)"
},
{
"command": "editor.action.inspectTMScopes",
"title": "Developer: Inspect Editor Tokens and Scopes",
"category": "TextMate",
"icon": "$(inspect)"
}
]
},
Expand Down

0 comments on commit a11435e

Please sign in to comment.