Commit Graph

7 Commits

Author SHA1 Message Date
Jinbo Wang 6c8fed7a99
Add more debug entries via menu (#627)
* 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>
2019-08-09 14:37:49 +08:00
Jinbo Wang 88a9c7d900
Keep CodeLens config consistent with F5 generation (#509)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2018-12-11 18:12:50 +08:00
Jinbo Wang bcd69b52e4
Remove the emoji before Run/Debug codelens (#488)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2018-12-03 15:02:52 +08:00
Jinbo Wang 6b383e9e48
Refine the launch json (#481)
* 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>
2018-11-30 11:26:06 +08:00
Thad House ddb9e10a43 Add way to disable run and debug code lens provider (#465)
* 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
2018-10-31 10:29:15 +08:00
Jinbo Wang 774c4236eb
Remove the unnecessary file watcher because vscode will invoke codeLens provider whenever there is code change (#448)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2018-09-29 16:05:51 +08:00
Jinbo Wang 51619efd5e
Use codeLens to run Java program (#410)
* 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
2018-09-11 13:41:58 +08:00