Skip to content

Commit 12e95fd

Browse files
committed
removed settings.json since it overwrites devcontainer.json
1 parent 0aafb3d commit 12e95fd

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/localscript.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,7 @@ fi
3838

3939
# Run the main function
4040
local_script
41+
42+
# Remove the .vscode/settings.json file if it exists so that
43+
# it does not interfere with the devcontainer.json
44+
rm -f .vscode/settings.json

0 commit comments

Comments
 (0)