Commit Graph

34 Commits

Author SHA1 Message Date
Jinbo Wang 5ab4fd83ed
Add an user setting to control whether to build the workspace before debugging (#485)
* Add an user setting to control whether to build the workspace before debuging

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Add Chinese translation for the new setting

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2018-12-03 13:30:12 +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
Andy Xu(devdiv) 140474e956
Accept both string and string array in args and vmArgs. (#414)
* Accept both string and string array in args and vmArgs.
2018-09-10 12:55:56 +08:00
Jinbo Wang 0e86ed2cc7
Add a troubleshooting page for the frequently asked errors (#341)
* Add a troubleshooting page for the frequently asked errors

* Update the wrong link and remove the unnecessary separator

* Update Troubleshooting.md

* Make tslint happy

* Refine the words per review

* Add the missing items parameter for showErrorMessage function

* Log the troubleshooting usage

* Add a reference in README to link to troubleshooting page

* Update the fix steps for illegal request type error

* Refine the description words for differnt errors

* Add jdk troubleshooting item

* Add a link to submit an issue

* Add compilation as a try step for ClassNotFoundException

* Add the missing license header

* Resolve the review comments for troubleshooting doc

* Extract dup code to a helper function

* Merge activation event to usage data

* Refactor showMessage utility method

* Add opn to dependency list

* update package-lock.json
2018-08-01 14:35:48 +08:00
Jinbo Wang cf96c76805
Update the supported feature list (#323) 2018-06-27 11:03:09 +08:00
Jinbo Wang e37c15c68f
Update README.md (#322) 2018-06-27 10:54:34 +08:00
Eynar c4afa93ba2 Grammar correction (#306) 2018-06-25 09:06:16 +08:00
Jinbo Wang 87c30b0dc4 Fix the wrong license link in README (#304) 2018-06-08 13:53:22 +08:00
Andy Xu(devdiv) 7ce34f0479
update readme and change log for 0.7.0 (#251)
* update readme and change log for 0.7.0
2018-03-15 10:31:00 +08:00
Jinbo Wang 1ade5b2710
Support prompting user for program arguments (#245)
* Support prompting user for program arguments

* fix review comments

* Fix the issue that ESC and enter empty args will cause the debug session is not started

* Refine the message per review
2018-03-12 13:42:51 +08:00
Summer 820642f7bb
update readme to include GDPR information (#240) 2018-02-28 09:21:05 +08:00
Yaohai Zheng 280ae6fb12
Add hot code replace read me. (#225) 2018-01-30 11:47:41 +08:00
Andy Xu(devdiv) 0a121eb7dd
update readme (#202)
* update readme

* update README.md

* Update package.json

* Update package.json

* Update README.md
2017-12-19 16:07:56 +08:00
Jinbo Wang 80cceab24e
Adpot new vscode debug activation event (#196)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-12-18 11:37:54 +08:00
Jinbo Wang 34f7376a65
Support step filter when stepping (#155)
* Support step filter when debugging

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Refine the description message per review comments

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* refine message for attach mode

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Rename debugFilters/stepFilters to stepFilters/classNameFilters

* Resolve review comments
2017-12-06 18:40:23 +08:00
Jinbo Wang d77e395d75 Support stopOnEntry and launchInTerminal in launch.json (#177)
* Define launchInTerminal config in launch.json

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Support stopOnEntry and launchInTerminal in launch.json

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Fix review comments

* fix review comments
2017-11-29 22:00:37 +08:00
Andy Xu(devdiv) 609a1b7054
Version 0.3.1 (#161) (#166)
* Fix the issue 146 which cause the petclinic project unable to start.

* update package lock file and remove useless comment
2017-11-17 17:26:07 +08:00
Jinbo Wang 9ef63e6d7f
Remove stopOnEntry for perf issue (#147)
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-11-09 19:53:38 +08:00
Andy Xu(devdiv) 96f2b7c3de
Get debug settings from user preference and send it to debuggee (#135)
* 1. watch user settings for changed event, apply it when change happens
2. get debug settings from user settings and send it to debuggee

* change settings names

* merge log level to other settings.

* update desc to debug settings.

* update description for better clause

* update description for better clause

* fix typo

* update description for better clause
2017-11-09 14:43:39 +08:00
Xuan Zhou 2ce2d772c1
support stopOnEntry (#133)
* support stopOnEntry

Signed-off-by: xuzho <xuzho@microsoft.com>

* update readme

Signed-off-by: xuzho <xuzho@microsoft.com>
2017-11-07 17:22:47 +08:00
Xuan Zhou ae3b9d7996
build workspace before trigger debug and support single file debug (#129)
* build workspace before trigger debug and support single file debug

Signed-off-by: xuzho <xuzho@microsoft.com>

* update requirement

Signed-off-by: xuzho <xuzho@microsoft.com>
2017-11-07 16:05:24 +08:00
Jinbo Wang 6c1fa39e3e
Support java 9 (#124)
* Support java 9

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Make tslint happy

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* Fix review comments

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* update readme

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-11-06 18:12:32 +08:00
Jinbo Wang a9ce9621da
Add the requirements in readme (#127)
* Add the requirements in readme

* fix review comments
2017-11-03 13:58:01 +08:00
Jinbo Wang 80490fa150
Customize launching connector to support cwd and enviroment variable (#119)
* Customize launching connector to support cwd and enviroment variable

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>

* disable tslint rule for 'Interpolation will only work for template strings' error

Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-11-01 09:45:25 +08:00
Yaohai Zheng 772660651b Update changelog for 0.2.0 (#104)
Signed-off-by: Yaohai Zheng <yaozheng@microsoft.com>
2017-10-19 00:05:30 -05:00
Yaohai Zheng 8e133fb07b Update document. (#92) 2017-10-14 14:40:48 +08:00
Yaohai Zheng 50af48e23e Add required license changes. (#77) 2017-09-30 14:46:17 +08:00
Rome Li ae7127c4b6 Document debugger options (#62)
* Document debugger options

* Resolve comments and add privacy statement

* Fix typo
2017-09-27 11:10:09 +08:00
Rome Li d53e141bfd Edit readme.md and changelog.md (#60) 2017-09-26 16:32:09 +08:00
Rome Li 077458186c Add link to gitter chatroom (#43) 2017-09-22 13:35:02 +08:00
Yaohai Zheng 358a0e4fbf Refine codebase. (#13) 2017-09-17 19:47:07 -07:00
Rome Li 2599ed4b68 Add readme content, keywords and icon (#6) 2017-09-13 16:42:28 +08:00
Microsoft Open Source 256243381e Initial commit 2017-09-06 01:40:48 -07:00