Johannes Rieken
2b3fed13e1
some 💄 to prep for https://github.com/microsoft/vscode/issues/90359
2020-02-13 12:54:12 +01:00
Johannes Rieken
5166060e71
test: don't assert in event handler
2020-02-13 12:54:12 +01:00
Johannes Rieken
f704c339dc
re-enable active editor test for electron-runner, https://github.com/microsoft/vscode/issues/90470
2020-02-13 12:54:12 +01:00
Benjamin Pasero
af69a32dba
🆙 distro
2020-02-13 12:41:00 +01:00
Benjamin Pasero
30749362bc
🆙 distro
2020-02-13 12:33:52 +01:00
Benjamin Pasero
6f34d1a7d8
integration - prevent excessive gulp usage
2020-02-13 12:26:32 +01:00
Benjamin Pasero
e5ca30b596
docs integration test scripts
2020-02-13 12:02:19 +01:00
Sandeep Somavarapu
a6fff6a345
Merge pull request #90556 from scovetta/patch-2
...
Fix #90555 (resetLocal() doesn't do anything)
2020-02-13 11:43:32 +01:00
Sandeep Somavarapu
8e984b076a
Merge branch 'master' into patch-2
2020-02-13 11:43:20 +01:00
Johannes Rieken
ec19366e19
💄
2020-02-13 11:40:18 +01:00
Johannes Rieken
3cb35b0d5e
fix #90515
2020-02-13 11:28:31 +01:00
isidor
1b0f560af0
openEditorsView: enable to move between containers
...
#89729
2020-02-13 11:24:43 +01:00
isidor
32a1dfbf2f
debug: only count sessions which do not have parent sessions
...
#90518
2020-02-13 11:07:54 +01:00
Benjamin Pasero
a56618ad8f
web - fix warnings
2020-02-13 10:20:32 +01:00
isidor
89a1183946
fixes #90478
2020-02-13 09:48:01 +01:00
Sandeep Somavarapu
1d50055a9f
Merge pull request #90418 from microsoft/roblou/extLogsAction
...
Add a command to open the EH logs folder
2020-02-13 09:41:53 +01:00
Sandeep Somavarapu
e5113e0d72
Merge branch 'master' into roblou/extLogsAction
2020-02-13 09:41:29 +01:00
Benjamin Pasero
c366e62803
Web API: registerCommand() ( fix #90569 )
2020-02-13 07:45:03 +01:00
Benjamin Pasero
fb6b284306
untitled - fix tests
2020-02-13 07:21:24 +01:00
Benjamin Pasero
1d4f6e641f
Option to disable setting language of untitled file on paste ( fix #90492 )
2020-02-13 07:15:57 +01:00
Rob Lourens
1fbacccbc9
Remove 'rootPath' reference
...
#90562
2020-02-12 17:42:24 -08:00
Daniel Imms
2b63a583e4
Update distro
2020-02-12 17:34:29 -08:00
Daniel Imms
b4c19fd926
xterm@4.5.0-beta.4
...
a840db3...c5593bd
2020-02-12 17:30:20 -08:00
Matt Bierner
ea0880611f
Use non-deprecated version of registerTasksProvider
...
For #88391
2020-02-12 17:20:05 -08:00
Jackson Kearl
43fd87c4cb
Fix #90559
2020-02-12 16:44:42 -08:00
Miguel Solorio
e4c77cdd6e
Update debug icon with exploration version
2020-02-12 15:58:00 -08:00
Matt Bierner
4619849662
Don't allow parameter hint controls to shrink to smaller than the content size
...
Fixes #89635
2020-02-12 15:48:38 -08:00
Matt Bierner
43e268ad72
💄
2020-02-12 15:48:38 -08:00
Rob Lourens
f2c7dcf8d3
Move the ext host logs path to a common location
...
And don't hardcode the exthost.log file name
2020-02-12 15:17:47 -08:00
Pine Wu
88a1564e9c
Fix duplicate code
2020-02-12 14:44:03 -08:00
Jackson Kearl
2ebc730d72
eslint code-no-unexternalized-strings
2020-02-12 14:32:43 -08:00
Pine Wu
7210d0c8c1
Remove suggest status bar box-shadow
2020-02-12 12:58:58 -08:00
Michael Scovetta
839ade88e6
Fix #90555 (resetLocal() doesn't do anything)
...
Add a call to the underlying synchroniser's resetLocal() method.
2020-02-12 12:34:56 -08:00
Pine Wu
6338aed25d
Fix #90552
2020-02-12 12:30:20 -08:00
Jackson Kearl
d22fd6d8ae
Add .pm as perl. Fixes #90550 .
2020-02-12 11:56:47 -08:00
SteVen Batten
c826b5312a
fixes #90545
2020-02-12 11:04:14 -08:00
SteVen Batten
1b18d1efca
rename commentsPanel.ts
2020-02-12 10:52:55 -08:00
SteVen Batten
50bc5d71aa
migrate comment panel to use view container
2020-02-12 10:51:25 -08:00
Benjamin Pasero
614a837995
opener - do not open blank windows for non-http(s) links
2020-02-12 18:00:58 +01:00
Benjamin Pasero
29e124a938
web - open in desktop should use opener service
2020-02-12 17:40:06 +01:00
Connor Peet
6a04aa0477
debug: always set environment variables per-process in integrated terminal
...
Fixes #90375
2020-02-12 08:35:57 -08:00
Connor Peet
baf92de622
debug: update js-debug-nightly to "2020.2.1017" @ 2020-02-12T01:06:27.1Z
2020-02-12 08:05:38 -08:00
Daniel Imms
b5ae3a367f
Remove experimentalRefreshOnResume
...
This never actually worked, the problem is that the terminal is still hanging
onto the old texture instead of disposing it which was the intent. Some way
to indicate to re-create the texture atlas would be needed to fix this, but
the hope is to remove the canvas renderer eventually anyway.
Part of #69665
2020-02-12 07:32:22 -08:00
isidor
4b0c906e68
fixes #90177
2020-02-12 16:18:02 +01:00
Benjamin Pasero
57ac3ed29d
💄 application link docs
2020-02-12 15:28:56 +01:00
Benjamin Pasero
7ce981c1ca
windows - run integration tests against firefox ( #90522 )
2020-02-12 13:59:35 +01:00
Benjamin Pasero
3388bf640e
tests - shutdown gracefully to enable webview tests ( #90508 )
...
* tests - shutdown gracefully to enable webview tests
* use window.destroy() instead
* more tweaks
* better kill()
* proper fix
2020-02-12 13:06:35 +01:00
Johannes Rieken
05b4458516
add (skipped) tests for https://github.com/microsoft/vscode/issues/90515
2020-02-12 12:50:52 +01:00
Benjamin Pasero
d9796e1302
electron - properly await on exit
2020-02-12 12:14:09 +01:00
Benjamin Pasero
a66b0a92ab
electron - destroy() windows before calling app.exit()
2020-02-12 12:09:39 +01:00