Skip to content

Commit 948230a

Browse files
Remove version randomizer
1 parent c28244a commit 948230a

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

libs/vscode/mcp/src/lib/initialize-mcp-vscode.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,10 @@ export function InitializeMCPVSCode(
7979
IDL_TRANSLATION.packageJSON.displayName,
8080
vscode.Uri.parse(`http://localhost:${SERVER_PORTS.mcp}/mcp`),
8181
{},
82-
// VERSION
83-
`${VERSION}.${Math.floor(100 * Math.random())}.${Math.floor(
84-
100 * Math.random()
85-
)}.${Math.floor(100 * Math.random())}`
82+
VERSION
83+
// `${VERSION}.${Math.floor(100 * Math.random())}.${Math.floor(
84+
// 100 * Math.random()
85+
// )}.${Math.floor(100 * Math.random())}`
8686
)
8787
);
8888

0 commit comments

Comments
 (0)