-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
debtCode quality issuesCode quality issuesimportantIssue identified as high-priorityIssue identified as high-prioritywebIssues related to running VSCode in the webIssues related to running VSCode in the web
Milestone
Description
process
cannot be used in browser. We have a replacement in common if that helps.
-
const baseEnv = this._configHelper.config.inheritEnv ? process.env as platform.IProcessEnvironment : await this._terminalInstanceService.getMainProcessParentEnv(); -
if (paths === undefined && Types.isString(process.env.PATH)) { -
if (typeof process === 'object' && process.env) {
Metadata
Metadata
Assignees
Labels
debtCode quality issuesCode quality issuesimportantIssue identified as high-priorityIssue identified as high-prioritywebIssues related to running VSCode in the webIssues related to running VSCode in the web