File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4646 ],
4747 "activationEvents" : [
4848 " onLanguage" ,
49- " onView:cursorlessScopeSupport " ,
49+ " onView:cursorless.scopeSupport " ,
5050 " onCommand:cursorless.command" ,
5151 " onCommand:cursorless.internal.updateCheatsheetDefaults" ,
5252 " onCommand:cursorless.keyboard.escape" ,
8181 "views" : {
8282 "cursorless" : [
8383 {
84- "id" : " cursorlessScopeSupport " ,
84+ "id" : " cursorless.scopeSupport " ,
8585 "name" : " Scope support"
8686 }
8787 ]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export class ScopeSupportTreeProvider
2626 private context : vscode . ExtensionContext ,
2727 private scopeProvider : ScopeProvider ,
2828 ) {
29- this . treeView = vscode . window . createTreeView ( "cursorlessScopeSupport " , {
29+ this . treeView = vscode . window . createTreeView ( "cursorless.scopeSupport " , {
3030 treeDataProvider : this ,
3131 } ) ;
3232
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export function getCursorlessVscodeFields(input: PackageJson) {
2323
2424 // Causes extension to activate when the Cursorless scope support side bar
2525 // is opened
26- "onView:cursorlessScopeSupport " ,
26+ "onView:cursorless.scopeSupport " ,
2727
2828 // Causes extension to activate when any Cursorless command is run.
2929 // Technically we don't need to do this since VSCode 1.74.0, but we support
You can’t perform that action at this time.
0 commit comments