File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments