Commit Graph

25 Commits

Author SHA1 Message Date
Andre Weinand a318b97373 properly pass CLI arguments 2019-10-22 17:02:22 +02:00
Andre Weinand ee432c084a don't use ParsedArgs in rawDebugSession; fixes #80461 2019-10-18 17:26:12 +02:00
isidor 3cc2460c3b debug: more async await 2019-10-14 17:51:00 +02:00
Martin Aeschlimann b10bf696e4 VSCode Insiders breaks into Chrome developer tools with "TypeError: Cannot read property 'layout' of undefined". Fixes #81063 2019-09-18 23:03:10 +02:00
Benjamin Pasero a62c6ee148 debt - add openExtensionDevelopmentHostWindow into IExtensionHostDebugService 2019-09-17 18:34:57 +02:00
isidor 50a0bd9eaa debug session: add breakpointLocations 2019-09-17 16:10:24 +02:00
isidor 64980ea1f3 debug: better cancelation support
fixes #80374
2019-09-13 13:02:09 +02:00
isidor 4285736fe8 debug: support canceling requests
fixes #80374
2019-09-12 18:02:00 +02:00
isidor e490d7cf56 rawDebugSession implements IDisposable 2019-09-12 16:37:46 +02:00
Martin Aeschlimann b283b29781 rawDebugSession: extensionDevelopmentPath is array. Fixes #80410 2019-09-05 21:23:58 +02:00
Martin Aeschlimann 1cab21cffb make string[] in ParsedArgs consistent 2019-09-05 15:46:05 +02:00
Benjamin Pasero b0d58e4fe6 debt - prefer opener service over window.open(). Block window.open() 2019-08-20 11:29:03 +02:00
isidor a7cc79a554 debug: introduce data breakpoints 2019-08-16 17:16:46 +02:00
isidor 985c775b38 rawDebugSession: do not use process
#79210
2019-08-15 15:23:43 +02:00
isidor 31cd6aea84 strictPropertyInitialization
#78168
2019-08-06 10:50:29 +02:00
Andre Weinand 55c8530ec4 properly pass non-key/value cli arguments; fixes #76989 2019-07-26 17:12:30 +02:00
Andre Weinand 3caba64433 move handshake to eh 2019-07-23 17:55:59 +02:00
Howard Hung 1d4dc5dcf9 Fix typos 2019-07-15 23:31:48 +08:00
Andre Weinand 3d5cbf2538 be careful when accessing process.env 2019-07-12 11:50:34 +02:00
isidor 139f7de503 implicit any casts 2019-07-09 09:42:51 +02:00
Andre Weinand b43174e1b2 properly pass env vars to new VS Code instance; fixes #76212 2019-06-27 12:02:56 +02:00
Andre Weinand e83bb4ba9a EH debugging: support multiple files and folders 2019-06-20 18:04:34 +02:00
Andre Weinand 106985ac22 launch ext host window internally 2019-06-20 17:40:04 +02:00
Andre Weinand e12dff9fe5 Better name for temporary DebugUIService 2019-06-17 18:02:34 +02:00
Andre Weinand e20b2637d9 web - first cut of debugger 2019-06-17 18:02:34 +02:00