* Add more debug entries via menu
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Make tslint happy
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Keep the menus only enabled in editor context
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Address review comment
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Refine the launch json
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Fix review comments
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Remove the unimportant options from default launch.json
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Add way to disable run and debug code lens provider
There are cases where it will never work properly, and it is confusing a chunk of my users that attempt to use it, and wonder why it fails
Closes#464
* Add translation support
* Add type to lambda
* Add period to description
* Use codeLens to run Java program
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Move codeLens action name to local constants
* use lodash _.flatten to flatten the codeLens result
* Add return statement