Skip to content

Commit 8afd3ff

Browse files
committed
Fixes microsoft#27578: Don't mention VS Code in jsdoc
1 parent e6217c6 commit 8afd3ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/vs/vscode.d.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3577,7 +3577,7 @@ declare module 'vscode' {
35773577
export interface ProcessOptions {
35783578
/**
35793579
* The current working directory of the executed program or shell.
3580-
* If omitted VSCode's current workspace root is used.
3580+
* If omitted the tools current workspace root is used.
35813581
*/
35823582
cwd?: string;
35833583

@@ -3719,7 +3719,7 @@ declare module 'vscode' {
37193719

37203720
/**
37213721
* The current working directory of the executed shell.
3722-
* If omitted VSCode's current workspace root is used.
3722+
* If omitted the tools current workspace root is used.
37233723
*/
37243724
cwd?: string;
37253725

@@ -3732,7 +3732,7 @@ declare module 'vscode' {
37323732
} | {
37333733
/**
37343734
* The current working directory of the executed shell.
3735-
* If omitted VSCode's current workspace root is used.
3735+
* If omitted the tools current workspace root is used.
37363736
*/
37373737
cwd: string;
37383738

@@ -3745,7 +3745,7 @@ declare module 'vscode' {
37453745
} | {
37463746
/**
37473747
* The current working directory of the executed shell.
3748-
* If omitted VSCode's current workspace root is used.
3748+
* If omitted the tools current workspace root is used.
37493749
*/
37503750
cwd?: string;
37513751

0 commit comments

Comments
 (0)