dbalek commented on PR #24: URL: https://github.com/apache/netbeans-vscode/pull/24#issuecomment-3859918607
> * 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? To have debugging on by default when running `npm run nbcode` is OK for me together with using 8000 as the default port. > * 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? Either of the proposed solutions should be IMHO better than the necessity to modify the extension's sources to start debugging on a non-default port. -- 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
