Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit 6352b4f

Browse files
authored
Merge pull request #1461 from davidcooper1/linux-task-fix
Fix Launch Extension gulp Not Found on Linux
2 parents bd1a12d + ac4b577 commit 6352b4f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@
1111
"**/.git/objects/**": true,
1212
"**/out/*": true,
1313
"**/node_modules/**": true
14+
},
15+
"terminal.integrated.automationProfile.linux": {
16+
"path": "${env:SHELL}",
17+
"env": {
18+
"HOME": "${env:HOME}",
19+
"USER": "${env:USER}"
20+
}
1421
}
1522
}

0 commit comments

Comments
 (0)