Skip to content

Commit

Permalink
[fix] VScode degrade bug as workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
Riliumph committed Mar 19, 2024
1 parent 6a0c978 commit d333cf9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"customizations": {
"vscode": {
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
"terminal.integrated.shell.linux": "/bin/bash",
"extensions.verifySignature": false
},
"extensions": [
"ms-vscode.cpptools-themes",
Expand Down

0 comments on commit d333cf9

Please sign in to comment.