Skip to content

Sandbox: revisit need to assign configuration environment from preload script #108607

@bpasero

Description

@bpasero

We should see if process.env is actually needed once the renderer is fully sandboxed. Currently we overwrite the process.env with properties from the user environment, but not when sandbox is enabled:

if (!sandbox) {
Object.assign(safeProcess.env, configuration.userEnv);
}

Metadata

Metadata

Assignees

Labels

debtCode quality issuessandboxRunning VSCode in a node-free environment

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions