Skip to content

Commit 2aa3eb4

Browse files
committed
refactor(vscode): remove version query param from docs URLs
1 parent 0df5c2b commit 2aa3eb4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

packages/vscode/src/commands/openDocs.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,6 @@ async function openDocs (type: 'api' | 'component', componentName?: string) {
3939
url = `${baseUrl}/api/${componentName}`
4040
}
4141

42-
if (version && version !== '0.0.0') {
43-
url += `?v=${version}&utm_source=vscode-extension`
44-
}
45-
4642
await env.openExternal(Uri.parse(url))
4743
}
4844

0 commit comments

Comments
 (0)