Skip to content

Commit 5a760b5

Browse files
Rename field
1 parent 08efde7 commit 5a760b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/cursorless-vscode/src/ScopeTreeProvider.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,10 +292,10 @@ class ScopeSupportTreeItem extends TreeItem {
292292
}
293293

294294
private setUrl(languageId: string) {
295-
const scopeTypeType = uriEncodeHashId(
295+
const id = uriEncodeHashId(
296296
serializeScopeType(this.scopeTypeInfo.scopeType),
297297
);
298-
this.url = `${DOCS_URL}/user/languages/${languageId}#${scopeTypeType}`;
298+
this.url = `${DOCS_URL}/user/languages/${languageId}#${id}`;
299299
this.contextValue = "scopeVisualizerTreeItem";
300300
}
301301
}

0 commit comments

Comments
 (0)