mirror of
https://github.com/microsoft/vscode.git
synced 2026-03-05 16:27:16 +00:00
Fix typo 'enviroment' to 'environment'
* comment
This commit is contained in:
2
src/typings/node.processEnv-ext.d.ts
vendored
2
src/typings/node.processEnv-ext.d.ts
vendored
@@ -8,7 +8,7 @@ declare namespace NodeJS {
|
||||
export interface Process {
|
||||
|
||||
/**
|
||||
* The lazy enviroment is a promise that resolves to `process.env`
|
||||
* The lazy environment is a promise that resolves to `process.env`
|
||||
* once the process is resolved. The use-case is VS Code running
|
||||
* on Linux/macOS when being launched via a launcher. Then the env
|
||||
* (as defined in .bashrc etc) isn't properly set and needs to be
|
||||
|
||||
Reference in New Issue
Block a user