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 46
46
],
47
47
"activationEvents" : [
48
48
" onLanguage" ,
49
- " onView:cursorlessScopeSupport " ,
49
+ " onView:cursorless.scopeSupport " ,
50
50
" onCommand:cursorless.command" ,
51
51
" onCommand:cursorless.internal.updateCheatsheetDefaults" ,
52
52
" onCommand:cursorless.keyboard.escape" ,
81
81
"views" : {
82
82
"cursorless" : [
83
83
{
84
- "id" : " cursorlessScopeSupport " ,
84
+ "id" : " cursorless.scopeSupport " ,
85
85
"name" : " Scope support"
86
86
}
87
87
]
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export class ScopeSupportTreeProvider
26
26
private context : vscode . ExtensionContext ,
27
27
private scopeProvider : ScopeProvider ,
28
28
) {
29
- this . treeView = vscode . window . createTreeView ( "cursorlessScopeSupport " , {
29
+ this . treeView = vscode . window . createTreeView ( "cursorless.scopeSupport " , {
30
30
treeDataProvider : this ,
31
31
} ) ;
32
32
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ export function getCursorlessVscodeFields(input: PackageJson) {
23
23
24
24
// Causes extension to activate when the Cursorless scope support side bar
25
25
// is opened
26
- "onView:cursorlessScopeSupport " ,
26
+ "onView:cursorless.scopeSupport " ,
27
27
28
28
// Causes extension to activate when any Cursorless command is run.
29
29
// 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