Skip to content

Commit 0699098

Browse files
Removing unneed protocol property (#325)
Removing unneeded property in launch.json. VScode complains it is not allowed and documentation also says it does not exist when the mode is attach.
1 parent 46143d4 commit 0699098

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.vscode/launch.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
"type": "node",
5252
"request": "attach",
5353
"port": 9229,
54-
"protocol": "inspector",
5554
"timeout": 600000,
5655
"preLaunchTask": "Debug: Excel Desktop",
5756
"postDebugTask": "Stop Debug"

0 commit comments

Comments
 (0)