Skip to content

Commit 0192657

Browse files
committed
Add missing comment to EnvironmentVariableMutatorOptions
1 parent 8e9b5a2 commit 0192657

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/vscode-dts/vscode.proposed.envCollectionOptions.d.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ declare module 'vscode' {
77

88
// https://github.com/microsoft/vscode/issues/179476
99

10+
/**
11+
* Options applied to the mutator.
12+
*/
1013
export interface EnvironmentVariableMutatorOptions {
1114
/**
1215
* Apply to the environment just before the process is created.

0 commit comments

Comments
 (0)