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
Rome Li
5b3eecbbf7
Update product icon ( #25 )
2017-09-20 16:24:51 +08:00
Jinbo Wang
c33bb189e8
Add launch.json configuration snippets for vscode-java-debug ( #23 )
...
* Add launch.json configuration snippets for vscode-java-debug
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* improve description text
2017-09-20 14:40:37 +08:00
Jinbo Wang
9cb2eaf9b5
Ask user to create launch.json first if it's not found ( #18 )
...
* Ask user to create launch.json first if it's not found
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
* fix review comments
* Detect launch.json by checking config object is empty or not
* fix description text
2017-09-19 18:19:19 +08:00
Andy Xu(devdiv)
e934bf6254
add encoding settings in launch.json ( #17 )
2017-09-19 13:11:29 +08:00
Yaohai Zheng
358a0e4fbf
Refine codebase. ( #13 )
2017-09-17 19:47:07 -07:00
Rome Li
c2038df209
Reduce keywords ( #7 )
2017-09-13 16:50:16 +08:00
Rome Li
2599ed4b68
Add readme content, keywords and icon ( #6 )
2017-09-13 16:42:28 +08:00
Jinbo Wang
8e1f407e36
add startDebugSession to extension activation events list ( #4 )
...
Signed-off-by: Jinbo Wang <jinbwan@microsoft.com>
2017-09-12 18:54:34 +08:00
Yaohai Zheng
2dc3a4975f
Add binary extension. ( #3 )
2017-09-11 16:49:45 +08:00
Yaohai Zheng
8434cc28e5
Refine commands. ( #2 )
2017-09-11 14:40:40 +08:00
Yaohai Zheng
9eba74f492
Intialize VSCode Java Debugger extension. ( #1 )
2017-09-08 12:19:34 +08:00
Microsoft Open Source
256243381e
Initial commit
2017-09-06 01:40:48 -07:00
Microsoft GitHub User
5f72c3bcbf
Initial commit
2017-09-06 01:40:43 -07:00