Commit Graph

79 Commits

Author SHA1 Message Date
Alex Dima 8bfa7ffd2e Move IExtensionService up to /workbench/ (fixes #44281) 2018-02-23 17:38:24 +01:00
isidor 11bd2bfa36 fixes #43215 2018-02-08 17:44:01 +01:00
Andre Weinand 1e9f594cf0 addressed review feedback 2018-01-29 16:07:43 +01:00
Andre Weinand 81142e2cb5 support for debugAdapterExecutable; fixes #33801 2018-01-29 14:27:48 +01:00
Johannes Rieken 27e9d4c196 debt - rename clone to deepClone 2017-11-13 17:15:20 +01:00
Sandeep Somavarapu c2bf8a1ef1 Rename getConfiguraiton to getValue 2017-11-10 12:32:07 +01:00
isidor 99dd43c0a9 debug: remove unused locals
#37212
2017-11-08 10:48:11 +01:00
Erich Gamma c536efdfbc Enabled the noUnusedLocals and added @tsignore 2017-11-07 13:13:41 +01:00
Erich Gamma b94569fe0d tslint5 adoption - fix semicolon rule 2017-11-07 12:08:22 +01:00
isidor 32a8a5c2ab debug: process.session.root can be undefined
fixes #37559
2017-11-07 11:11:07 +01:00
isidor 039ee970ad debug: use clone instead of deepClone
#35525
2017-10-03 16:14:31 +02:00
isidor f9effd35af debug: remove start session command
fixes #33791
2017-10-02 18:55:17 +02:00
isidor 69725b2b4d remove support for debuggers.initialConfigurations command contribution
fixes #33794
2017-10-02 18:06:33 +02:00
Sandeep Somavarapu 04139fac35 Rename to IWorkspaceFolder 2017-09-20 15:10:27 +02:00
isidor 2370592e81 debug: use WorkspaceFolder 2017-09-19 12:03:32 +02:00
isidor a8a81c6832 fixes #33359 2017-08-30 15:54:16 +02:00
isidor c9f184d739 debug: also propose adapters that have a contributed config provider
fixes #33458
2017-08-30 15:34:11 +02:00
Andre Weinand 0f9d677850 introduce DebugConfigurationProvider; fixes #32086 2017-08-16 16:57:10 +02:00
isidor 064efc9765 debug: drop support for variable substition for program and runtime in package.json
fixes #31675
2017-08-03 12:17:54 +02:00
isidor 835da5309a debug: do not resolve program and runtime if there is no root 2017-07-25 16:21:03 +02:00
isidor 97fd052850 multi root configuraiton resolver service 2017-07-25 12:20:29 +02:00
Andre Weinand df2cdb1a42 call createInitialConfigurations command with root folder 2017-07-24 10:32:19 +02:00
isidor 61205ceca3 fix typo 2017-05-19 09:56:40 +02:00
isidor 8dd1383ccd debug: introduce internalConsoleOptions in settings
fixes #18398
2017-05-05 15:34:20 +02:00
isidor 6546fe5e87 improve error message
#24487
2017-04-28 11:45:02 +02:00
isidor bc27883957 fixes #24487 2017-04-27 16:21:28 +02:00
Andre Weinand b072b80453 add default value for debugServer attribute 2017-03-08 23:30:21 +01:00
Landon 46203816bb All preceding characters (including whitespace) are ignored in the pattern that checks for the deprecated style. 2017-03-08 19:52:22 +09:00
Landon 9c85f9f697 Preceding whitespace is now ignored. 2017-03-08 19:43:20 +09:00
isidor 80de3f6d9c fixes #21596 2017-03-01 12:06:22 +01:00
isidor d9b92c9a89 fixes #21384 2017-02-27 11:01:46 +01:00
isidor 973bac0c4f Use schema allOf property to get independent error reporting
fixes #21113
2017-02-23 11:15:32 +01:00
Andre Weinand ad82ccdd15 add protocol attribute to deprecation message; fixes #20993 2017-02-21 17:39:11 +01:00
isidor 696fe81349 fixes #20993 2017-02-21 17:21:39 +01:00
isidor 00104cc62d introduce alternative column syntax for variable replacment
fixes #16064
2017-02-21 16:45:14 +01:00
isidor d27b28ff16 clarify translation
fixes #20313
2017-02-10 10:20:50 +01:00
Andre Weinand fc11a4c1ab use node's version of path.isAbsolute; fixes #19386 2017-01-26 00:13:43 +01:00
Andre Weinand a9ed1f0290 fix review feedback 2017-01-18 15:35:55 +01:00
Andre Weinand 1627a34e48 Allow extensions to handle launching of the debug adapter; fixes #8645 2017-01-18 12:14:32 +01:00
isidor 929a29e531 debug: no folder debugging
fixes #285
2017-01-11 12:06:25 +01:00
isidor d4d5a23fcf debug: only show adapters that have initialConfigurations 2017-01-10 15:17:00 +01:00
isidor 8d6540f92c Revert "If there is only one adapter with an initial configuration automatically pick it to simplify debug setup"
This reverts commit ac0856ef50.
2017-01-10 15:17:00 +01:00
isidor ac0856ef50 If there is only one adapter with an initial configuration automatically pick it to simplify debug setup 2017-01-10 12:40:24 +01:00
isidor 0dca311662 remove relative path warning 2016-11-29 17:19:26 +01:00
isidor b37fe7a26e debug adapter test: initial config file content 2016-11-23 11:38:41 +01:00
isidor b0780bc908 debug test: adapter merge 2016-11-21 16:59:23 +01:00
isidor a0450b317e debug: allow adapters to contribute snippets 2016-11-21 16:06:15 +01:00
isidor 755d6db442 debug: fix test failure 2016-11-17 16:47:39 +01:00
isidor b6da96bad4 debug adapter cleanup and restructure 2016-11-17 15:06:21 +01:00
isidor c2c080daa1 debug: restructure imports 2016-11-11 11:47:26 +01:00