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

Commit e5ece19

Browse files
authored
Merge branch 'main' into remote-fix
2 parents 972420a + 6352b4f commit e5ece19

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.vscode/settings.json

+7
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)