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
Yaohai Zheng
a3377e04ab
Update CHANGELOG for 0.4.0 ( #180 )
...
* Update CHANGELOG for 0.4.0
* Update change log.
2017-11-30 09:58:51 +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
Jinbo Wang
917b62d7f7
bump version to 0.4.0 ( #181 )
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-11-29 20:03:33 +08:00
Xuan Zhou
676af6d425
only do rebuild for single file ( #176 )
...
Signed-off-by: xuzho <xuzho@microsoft.com>
2017-11-28 18:23:23 +08:00
Yaohai Zheng
4bbf1ef372
Add project scope when resolving multiple-root project. ( #174 )
2017-11-22 14:03:06 +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
Yaohai Zheng
ee251efdf0
Add issue template. ( #162 )
2017-11-17 11:28:32 +08:00
Andy Xu(devdiv)
5063601997
fix issue https://github.com/Microsoft/vscode-java-debug/issues/146 ( #148 )
2017-11-09 19:53:47 +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
Jinbo Wang
61a19fd97c
Remove stopOnEntry from code snippet ( #144 )
2017-11-09 16:46:19 +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
Jinbo Wang
4b9ee81de5
Disable stopOnEntry by default ( #143 )
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-11-09 14:40:23 +08:00
Jinbo Wang
87f9fa1045
Update changelog for 0.3.0 ( #139 )
...
* Update changelog for 0.3.0
* fix review comments
2017-11-09 09:04:28 +08:00
Xuan Zhou
f26aa26330
fix regression: launch.json isn't generated for project ( #141 )
...
* fix regression: launch.json isn't generated for project
Signed-off-by: xuzho <xuzho@microsoft.com>
* resolve comments and choose option1
Signed-off-by: xuzho <xuzho@microsoft.com>
2017-11-08 16:55:09 +08:00
Yaohai Zheng
ae5d58ec45
Fix gulp build_server location isue. ( #138 )
2017-11-08 13:44:51 +08:00
Jinbo Wang
22a43deab7
Bump version to 0.3.0 ( #136 )
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-11-08 09:58:56 +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
Andy Xu(devdiv)
6d47290b3c
Fixing the versions in package.json and modify the tslint configuration to fix the issue in gulp tslint/
...
* Fixing the versions in package.json and modify the tslint configuration to fix the issue in gulp tslint/
* Update the node version in travis to 8
* UPDATE package.json
* update tsconfig.json
* fix tslint error
* Update tslint.json
* Update package.json
* Update package.json
* Update .travis.yml
* Update .travis.yml
* Update tsconfig.json
* Update .travis.yml
* roll back unnecessary changes
* Update .travis.yml
* Update .travis.yml
* Update package-lock.json
* Update tslint.json
2017-10-24 17:32:34 +08:00
Xuan Zhou
2dde11921a
add progress when initializing debug config ( #106 )
...
Signed-off-by: xuzho <xuzho@microsoft.com>
2017-10-23 10:00:52 +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
Xuan Zhou
a24afa0571
resolve mainclass ( #88 )
...
* update: always return all mainclass/project
Signed-off-by: xuzho <xuzho@microsoft.com>
* resolve comments
Signed-off-by: xuzho <xuzho@microsoft.com>
* use es6 template literal
Signed-off-by: xuzho <xuzho@microsoft.com>
* resolve merge failure
Signed-off-by: xuzho <xuzho@microsoft.com>
2017-10-18 19:37:14 +08:00
Jinbo Wang
f9d7d3bb46
bump version to 0.2.0 ( #102 )
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-10-18 00:28:34 -05:00
Yaohai Zheng
6e258f754c
Refine the code. ( #99 )
2017-10-17 12:37:02 +08:00
Jinbo Wang
e08d0177c7
fix feature break from October VSCode insider ( #87 )
...
* fix feature break from October VSCode insider
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* fix review comments
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* showErrorMessage API only supports printing a string variable and throw exception for Object
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* remove unnecessary log
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-10-15 22:55:04 -05:00
Yaohai Zheng
8e133fb07b
Update document. ( #92 )
2017-10-14 14:40:48 +08:00
Jinbo Wang
99bb89736e
Enable travis ( #84 )
...
* Enable travis
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* make tslint happy
* fix travis.yml
2017-10-10 12:42:23 +08:00
Jinbo Wang
da3e68c909
Update the minimum compatiable VSCode version for supporting uri in Source.path ( #83 )
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-10-09 17:13:36 +08:00
Yaohai Zheng
50af48e23e
Add required license changes. ( #77 )
2017-09-30 14:46:17 +08:00
Yan Zhang
5dcde3dde4
stacktrace usage data name consistency ( #78 )
2017-09-30 14:40:38 +08:00
Jinbo Wang
bbf0bdb8ed
fix build error ( #66 )
...
* fix build error
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Remove the unnecessary configs from auto generated launch.json
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-09-27 00:25:07 -07:00
Jinbo Wang
611580f9d4
Accord to latest readme to update launch/attach descriptions ( #65 )
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-09-26 23:09:00 -07:00
Jinbo Wang
154b345bbd
Fix uncaught exception for resolve classpath command ( #64 )
...
* Fix uncaught exception for resolve classpath command
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* Handle exception at the outer catch
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* log exception to telemetry
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* fix review comment
2017-09-26 23:00:13 -07:00
Andy Xu(devdiv)
4ee1f1b95d
fix telemetry data cannot record bool properties issue. ( #61 )
2017-09-27 11:13:56 +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
Andy Xu(devdiv)
6f2eb44ae5
add activate event in telemetry ( #56 )
...
* add activate event in telemetry
* revert correlationId
2017-09-26 11:36:19 +08:00
Andy Xu(devdiv)
f60e1ffc8f
add log level settings. ( #52 )
...
* add log level in user settings.
* fix jslint error.
* revert local debug change.
* reduce to 3 log levels
* remove a space(code style issue)
* change default log level to warn.
* typo
* no default value since vscode configuration will always give us a level.
2017-09-25 21:05:15 +08:00
Jinbo Wang
13e560dd30
bump version to 0.1.0 ( #53 )
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-09-25 20:34:29 +08:00
Yan Zhang
6df82bca9c
add telemetry to send usage data ( #45 )
...
* periodically query usage data
* add back license
* increase usage data query interval to 60s
* query usage data when terminating debug session
2017-09-25 16:48:07 +08:00
Rome Li
5397cb6921
Release as preview ( #51 )
2017-09-25 15:46:42 +08:00
Jinbo Wang
09a1775a27
update publisher id ( #49 )
2017-09-25 13:17:30 +08:00
Yaohai Zheng
f7f5cf94ce
Avoid multiple entries. ( #44 )
2017-09-25 10:20:32 +08:00
Rome Li
077458186c
Add link to gitter chatroom ( #43 )
2017-09-22 13:35:02 +08:00
Yaohai Zheng
426d872cf0
Update license. ( #42 )
2017-09-22 13:16:06 +08:00