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 dc715fe commit 26f3bc5Copy full SHA for 26f3bc5
1 file changed
src/extension.ts
@@ -204,6 +204,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<apiImp
204
globalPlotManager = plotViewer.initializePlotManager();
205
206
// Set JGD_SOCKET env var for R child processes when JGD server is running
207
+ context.environmentVariableCollection.persistent = false;
208
if (plotViewer.resolveBackend() === 'jgd' || plotViewer.resolveBackend() === 'auto') {
209
const jgdVars = (globalPlotManager as plotViewer.CommonPlotManager).getJgdEnvVars();
210
for (const [key, value] of Object.entries(jgdVars)) {
0 commit comments