Robo
4c7431ca8d
chore: Upgrade to electron 7.x ( #83796 )
...
* chore: bump electron@7.0.0
* chore: update api
* chore: Bump electron@7.0.1
* chore: bump electron@7.1.0
* chore: Bump electron@7.1.1
* chore: Bump electron@7.1.2
* FIXME: Skip webview tests that have improper shutdown path
* chore: Bump electron@7.1.3
* bump electron@7.1.5
* debug test failures
* chore: bump electron@7.1.7
* skip test for https://github.com/microsoft/vscode/issues/87330
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2020-01-09 19:16:52 +05:30
Sandeep Somavarapu
cd4472ed5f
#86681 Change API to access conflict settings in sync way
2020-01-09 13:22:59 +01:00
Sandeep Somavarapu
4cfb719aa1
Fix #88274
2020-01-09 13:22:59 +01:00
Alex Ross
2bcef5a102
Add double-click in empty area of Forwarded Ports view
...
Part of #86064
2020-01-09 12:58:23 +01:00
Johannes Rieken
f7fb208b39
remove timeouts (and their settings) for format and code actions, #87449
2020-01-09 12:53:48 +01:00
Johannes Rieken
082511b4fe
Show cancellable progress when running save participants, #87449
2020-01-09 12:53:48 +01:00
Johannes Rieken
1f618a27aa
add IProgressNotificationOptions#delay, #87449
2020-01-09 12:53:48 +01:00
Alex Ross
9b3d137c17
Only show Forward a Port... when view would otherwise be empty
...
Part of #86064
2020-01-09 12:52:19 +01:00
Benjamin Pasero
65985c1ee9
💄 editor tests
2020-01-09 12:30:48 +01:00
Sandeep Somavarapu
8aeca9fed9
💄
2020-01-09 12:11:03 +01:00
Alex Ross
91d634e0b0
Forward a Port in Forwarded Ports context menu
...
Part of #86064
2020-01-09 12:04:48 +01:00
Alex Ross
b47db66826
Focus on empty custom trees to improve sidebar indicator
...
Part of #86686
2020-01-09 11:31:34 +01:00
Isidor Nikolic
a98614acca
Merge pull request #88074 from mnovakovic/mnovakovic_callstackview
...
CallStackView attempts to move the active frame to the top
2020-01-09 11:12:19 +01:00
isidor
1ced4ebbc7
fixes #88162
2020-01-09 10:47:17 +01:00
Pine Wu
6e17ea9494
Update emmet helper
2020-01-09 10:40:50 +01:00
Alex Ross
acb595b158
Exclude .vscode-test folder from npm task detection
...
Part of #88328
2020-01-09 10:36:44 +01:00
Martin Aeschlimann
e9bb8b306c
do not autoclose quotes when in strings. Fixes #88265
2020-01-09 10:34:43 +01:00
Benjamin Pasero
4f6af32f43
untitled - merge createOrGet and loadOrCreate into one
2020-01-09 10:26:04 +01:00
Benjamin Pasero
4845bbbdda
editor tracker - also open untitled editors when being dirty
2020-01-09 10:26:04 +01:00
isidor
b3d45da583
fixes #88292
2020-01-09 09:43:16 +01:00
isidor
fd1a44238f
fixes #88261
2020-01-09 09:36:17 +01:00
Alex Ross
978373f14b
TunnelFactory web api ( #88200 )
...
Web API for tunnels
Part of #81388
2020-01-09 09:29:09 +01:00
Christof Marti
2352d6ffc1
Update copycat.yml
2020-01-09 09:18:19 +01:00
Matt Bierner
7e64866a70
Use flex to layout extension page header/body ( #88318 )
...
Fixes #83209
**Bug**
The extension page currently uses hardcoded height values for the header. This height breaks if the extension is recomended
**Fix**
Use flex layout instead
2020-01-08 17:48:09 -08:00
Sandeep Somavarapu
ea1097d2b0
#26707 Inspect returns languages
2020-01-09 02:34:11 +01:00
Matt Bierner
fc65a7c41b
Update logging of updateGraph to match TS protocol changes
...
For #88313
Also log updateGraph on `completions.execute` instead of as its own event
2020-01-08 16:57:26 -08:00
Matt Bierner
ce5ffc76c0
Fix type
2020-01-08 16:47:10 -08:00
Matt Bierner
e7b44e70e9
Dont' use default export for TelemetryReporter
...
We are also exproting other values/types, so use a named export instead
2020-01-08 16:36:31 -08:00
Matt Bierner
7c6897aca0
Report updateGraph performance Telemetry from the TypeScript server
...
Fixes #88313
2020-01-08 16:34:21 -08:00
Matt Bierner
cb47915e3b
Pick up latest ts nightly for building VS Code
2020-01-08 15:37:59 -08:00
Ron Buckton
71b60d0d22
Add call hierarchy support for TypeScript 3.8 ( #88168 )
...
* Add call hierarchy support for TypeScript 3.8
* Add version dependent registration for call hierarchy provider
* Revert TS version, PR feedback
2020-01-08 14:35:44 -08:00
Sana Ajani
73bcc7671c
distro
2020-01-08 11:56:23 -08:00
Sana Ajani
c005e621ca
update distro
2020-01-08 10:49:09 -08:00
SteVen Batten
bfa682ac1c
fixes #87056
2020-01-08 09:44:19 -08:00
Alex Ross
9c0577cde2
Forward ports with any host to localhost
...
and fix related bugs
Fixes #88060
2020-01-08 17:52:45 +01:00
Sandeep Somavarapu
29759db68b
#26707 Make uri optional
2020-01-08 17:43:19 +01:00
Andre Weinand
ec211900d8
improved error DA error reporting; fixes #87196
2020-01-08 16:53:36 +01:00
Sandeep Somavarapu
f14dd3f77f
Fix #86681
2020-01-08 16:53:18 +01:00
Alex Ross
3ace4436e2
Add a type for TunnelDescription
...
Part of #88244
2020-01-08 16:12:06 +01:00
isidor
9957d02f98
debug: register breakpoint and callstack contributions in debug.contribution.ts
2020-01-08 16:01:19 +01:00
Alex Ross
546c9df62d
Trim whitespace on tunnel description
...
Fixes #88059
2020-01-08 15:59:04 +01:00
isidor
feed97061c
debug watch expression improvements
...
fixes #88240
2020-01-08 15:45:39 +01:00
Martin Aeschlimann
2d752fce92
Merge branch 'aeschli/ts-in-html'
2020-01-08 15:03:11 +01:00
Pine Wu
db9e4bc458
Fix #87994
2020-01-08 12:56:25 +01:00
Andre Weinand
de3922b5b4
remove workaround for #87088
2020-01-08 12:22:32 +01:00
Andre Weinand
6f2c72ad7a
add "resolveDebugConfigurationWithSubstitutedVariables" hook; fixes #87450
2020-01-08 12:06:50 +01:00
Benjamin Pasero
801e437b85
custom editors - adopt working copy service for tracking closed wait files
2020-01-08 12:00:23 +01:00
Sandeep Somavarapu
7bbafc2221
Fix #87088
2020-01-08 11:40:42 +01:00
Martin Aeschlimann
7b4a6961d9
Merge branch 'master' into aeschli/ts-in-html
2020-01-08 11:35:57 +01:00
Martin Aeschlimann
a6eac1f182
only map when necessary
2020-01-08 11:14:31 +01:00