Skip to content

Commit ba1abc5

Browse files
committed
Use code icons for language specific scopes
1 parent 81281d2 commit ba1abc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/cursorless-vscode/src/ScopeSupportTreeProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ class ScopeSupportTreeItem extends vscode.TreeItem {
180180
};
181181

182182
if (scopeTypeInfo.isLanguageSpecific) {
183-
this.resourceUri = vscode.window.activeTextEditor?.document.uri;
183+
this.iconPath = new vscode.ThemeIcon("code");
184184
}
185185
}
186186
}

0 commit comments

Comments
 (0)