jtulach commented on PR #24:
URL: https://github.com/apache/netbeans-vscode/pull/24#issuecomment-3858874986
> Is there any chance to change the debug port if necessary? I saw it is
hard coded in the sources now.
- thanks for review, DuĊĦane
- one change of this PR is that debugging is on by default when doing `npm
run nbcode`
- OK?
- if so, we need default port - is 8000 OK?
- if you want to change the port, then we need a way to take action
- right now the action is go to the `src/nbcode.ts` and change the code,
btw.
- should such an action be `npm run nbcode port=7777`?
- or it should be `port=7777 npm run nbcode`?
- or do you propose something else?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists