Commit Graph

25 Commits

Author SHA1 Message Date
Benjamin Pasero
24d87a7eb0 Revert "Update to Electron v2.0.0-beta.6 (#46552)"
This reverts commit 88603b377d.
2018-04-06 09:33:18 +02:00
Daniel Imms
88603b377d Update to Electron v2.0.0-beta.6 (#46552)
* electron@2.0.0-beta-1

* Update distro

* Update electron.d.ts to 2.0.0-beta.1

* Disable asar as it causes a native crash

* Adopt Module._resolveLookupPaths ASAR patch

* electron 2.x - restore inspector URL in extension host

* electron 2.x - adopt context menu callback for onHide

* electron 2.x - remove workaround for https://github.com/electron/electron/issues/10442

* electron 2.x - update node.d.ts

* electron 2.x - update node.d.ts to 8.9.x

* electron 2.x - keep node.d.ts changes to a minimum

* electron 2.x - remove workaround for https://github.com/electron/electron/issues/10862

* electron 2.x - bump to 2.0.0-beta2

* bump to 2.0.0-beta.3

* Context menu: selecting "Rename" does not put focs into rename box (fix #45601)

* quality "exploration" for easier testing

* empty commit

* push a workaround for #45700

* Certain themes show UI artifacts over activity bar icons (fixes #45700)

* better fix for #45700

* bump to 2.0.0-beta.4

* another fix to prevent flickering for #45700

* avoid remote access in index.js

* bump distro commit

* electron 2.x - do not use --debug anymore

* bump electron to 2.0.0-beta.5

* electron 2.x - add libgtk-3-dev as build dependency for Linux 64

* electron 2.x - workaround freeze on linux on startup

* bump local storage telemetry key

* electron 2.x - do a one time backup of local storage

* enable ELECTRON_ENABLE_LOGGING on macOS at least

* 2.0.0-beta.6

* Fix ctrl+shift+e not focusing explorer on Linux

* distro - use GH electron builds for now
2018-04-03 12:39:25 +02: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
isidor
99dd43c0a9 debug: remove unused locals
#37212
2017-11-08 10:48:11 +01:00
isidor
69725b2b4d remove support for debuggers.initialConfigurations command contribution
fixes #33794
2017-10-02 18:06:33 +02:00
Andre Weinand
0f9d677850 introduce DebugConfigurationProvider; fixes #32086 2017-08-16 16:57:10 +02:00
isidor
97fd052850 multi root configuraiton resolver service 2017-07-25 12:20:29 +02:00
isidor
67222edf5d debug configuration manager: multi root preparation 2017-07-24 11:14:48 +02: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
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
b6da96bad4 debug adapter cleanup and restructure 2016-11-17 15:06:21 +01:00
Johannes Rieken
e45b76473c enableProposedApi is optional 2016-11-01 09:37:44 +01:00
Johannes Rieken
c510d53da7 sample for vscode.proposed.d.ts and implementation 2016-10-31 17:03:32 +01:00
isidor
0e470e093d debug: allow adapters to provide full launch.json content 2016-10-11 18:32:18 +02:00
Johannes Rieken
6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
isidor
b61917ba8f debug: remove package.json massaging (it now lives in node debug)
fixes #9061
2016-09-22 15:02:30 +02:00
isidor
724c4ce22d debug: adopt configurationResolverService 2016-09-21 12:41:48 +02:00
isidor
ac630b9b38 debug: import linting 2016-08-03 10:31:26 +02:00
Benjamin Pasero
9151d223cc remove emitOutputSupport 2016-06-16 14:07:29 +02:00
isidor
bac909403b debug adapter: add interactive variables as a field to package.json 2016-05-31 23:52:33 +02:00
isidor
bb9d5dd3df debug: additional telemetry data on debug session start
fixes microsoft/vscode-distro#35
2016-05-20 18:01:31 +02:00
isidor
b87999149c debug: adapter tests. 2015-11-25 19:52:10 +01:00