We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c28244a commit 948230aCopy full SHA for 948230a
1 file changed
libs/vscode/mcp/src/lib/initialize-mcp-vscode.ts
@@ -79,10 +79,10 @@ export function InitializeMCPVSCode(
79
IDL_TRANSLATION.packageJSON.displayName,
80
vscode.Uri.parse(`http://localhost:${SERVER_PORTS.mcp}/mcp`),
81
{},
82
- // VERSION
83
- `${VERSION}.${Math.floor(100 * Math.random())}.${Math.floor(
84
- 100 * Math.random()
85
- )}.${Math.floor(100 * Math.random())}`
+ VERSION
+ // `${VERSION}.${Math.floor(100 * Math.random())}.${Math.floor(
+ // 100 * Math.random()
+ // )}.${Math.floor(100 * Math.random())}`
86
)
87
);
88
0 commit comments