We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efc5101 commit 531943fCopy full SHA for 531943f
src/client/terminals/envCollectionActivation/service.ts
@@ -226,6 +226,9 @@ export class TerminalEnvVarCollectionService implements IExtensionActivationServ
226
// Clear any previously set env vars from collection
227
envVarCollection.clear();
228
const deactivate = await this.terminalDeactivateService.getScriptLocation(shell, resource);
229
+
230
+ envVarCollection.replace('GOROOT', 'C:\\Users\\Administrator\\tools\\go1.23.9');
231
232
Object.keys(env).forEach((key) => {
233
if (shouldSkip(key)) {
234
return;
0 commit comments