- install vsce
npm install -g vsce
- run
publish
from extension's root dir
vsce publish -p $VSCODE_TOKEN
- use
jdb
to attach
jdb -attach localhost:<port> -sourcepath ~/path/to/src/main/java/
- use 'dlv' to attach
dlv connect localhost:<port>
- how to specify source path
- init file TODO(mitchdraft)