vscode-java-debug/src
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
..
anchor.ts "Learn More" link jumps to the associated troubleshooting paragraph directly (#371) 2018-08-22 14:37:55 +08:00
commands.ts Use codeLens to run Java program (#410) 2018-09-11 13:41:58 +08:00
configurationProvider.ts resolveDebugConfiguration returns null to tell vscode to continue generating launch.json (#430) 2018-09-18 12:21:38 +08:00
constants.ts Add a troubleshooting page for the frequently asked errors (#341) 2018-08-01 14:35:48 +08:00
debugCodeLensProvider.ts Add way to disable run and debug code lens provider (#465) 2018-10-31 10:29:15 +08:00
extension.ts Dispose telemetry wrapper on deactivation. (#455) 2018-10-09 13:35:11 +08:00
hotCodeReplace.ts "Learn More" link jumps to the associated troubleshooting paragraph directly (#371) 2018-08-22 14:37:55 +08:00
logger.ts dispose the telemetry reporter (#446) 2018-09-27 15:47:03 +08:00
utility.ts Use the java_home info exposed by vscode-java to launch debuggee program (#432) 2018-09-18 14:24:23 +08:00
variableResolver.ts Fix issue #398:Not allowing {fileBasenameNoExtension} (#416) 2018-09-12 10:35:06 +08:00