Skip to content

Commit eaba90c

Browse files
authored
Merge pull request #355 from millerds/fix-debugging-functions
Fix functions debugging
2 parents 72e80e0 + f57d732 commit eaba90c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"name": "Excel Desktop (Custom Functions)",
4747
"type": "node",
4848
"request": "attach",
49-
"port": 9229,
49+
"port": 9223,
5050
"timeout": 600000,
5151
"preLaunchTask": "Debug: Excel Desktop",
5252
"postDebugTask": "Stop Debug",

0 commit comments

Comments
 (0)