Skip to content

Commit 8a39065

Browse files
committed
update vscode config
1 parent 0c8a1b7 commit 8a39065

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.vscode/launch.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"request": "launch",
88
"program": "/bin/bash",
99
"args": [
10-
"-c",
1110
"${workspaceFolder}/.vscode/run.sh",
1211
],
1312
"stopAtEntry": false,
@@ -54,7 +53,6 @@
5453
"request": "launch",
5554
"program": "/bin/bash",
5655
"args": [
57-
"-c",
5856
"${workspaceFolder}/.vscode/run.sh",
5957
],
6058
"stopAtEntry": false,
@@ -102,7 +100,6 @@
102100
"request": "launch",
103101
"program": "/bin/bash",
104102
"args": [
105-
"-c",
106103
"${workspaceFolder}/.vscode/run.sh",
107104
],
108105
"stopAtEntry": false,

0 commit comments

Comments
 (0)