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

Commit ac4b577

Browse files
committed
Fix launch task gulp not found on linux
1 parent bd1a12d commit ac4b577

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)