77671 Commits

Author SHA1 Message Date
SteVen Batten
ce4bbc7a19 bump version to 1.55 2021-02-26 12:02:01 -08:00
rebornix
e590188f17 fix #117792. 2021-02-26 11:42:36 -08:00
Megan Rogge
fc7005d93f delete comment that is covered by #117088 2021-02-26 10:09:27 -08:00
rebornix
3dd2d431a0 re #117449. add default color in code. 2021-02-26 09:38:49 -08:00
Logan Ramos
be9c3901da
Disable overrides in settings and keybindings (#117770) 2021-02-26 15:10:56 +00:00
Alex Ross
ea3f387888 Fix Forward a Port context menu action 2021-02-26 12:18:48 +01:00
Alex Ross
d3b97f07fc Fix ugly name for Focus on Ports View command
Fixes microsoft/vscode-remote-release#4564
2021-02-26 11:53:53 +01:00
Alex Ross
c1f5d07efd Use button instead of + for forwarding a port
Fixes #117589
2021-02-26 11:11:41 +01:00
João Moreno
c57c05ea36
fixes #117746 2021-02-26 10:07:14 +01:00
Benjamin Pasero
aa9f384296 more fixes for #115840 2021-02-26 08:24:07 +01:00
rebornix
909e129d6f no explicit call of setFocus/Selection outside of notebook cell list. 2021-02-25 21:31:17 -08:00
rebornix
554341f99f re #117725. setfocus uses wrong handle for selections. 2021-02-25 21:03:47 -08:00
rebornix
3290f9a73b fix #117725. 2021-02-25 19:47:43 -08:00
Jackson Kearl
3eea629b60 Scope down querying getting started service to only cases where it'd affect the outcome 2021-02-25 18:40:22 -08:00
Martin Desrosiers
d13b1a1ac5
Update marked to 2.0.0 (#117714) 2021-02-25 18:10:55 -08:00
SteVen Batten
403851e4be force async to resolve in exp service 2021-02-25 17:51:04 -08:00
Matt Bierner
94447bd20e Use button foreground on hover
Fixes #117568
2021-02-25 17:31:15 -08:00
SteVen Batten
3a6957333b call saveMemento in exp service 2021-02-25 16:57:35 -08:00
Rachel Macfarlane
1e25d0c49b Add details about what to do if createSession fails, fixes #117409 2021-02-25 15:52:40 -08:00
deepak1556
1cd0c33767 chore: add crash id for windows and mac arm64 2021-02-25 15:32:23 -08:00
Miguel Solorio
9e83108e8a Adjust bottom cell margin 2021-02-25 15:27:40 -08:00
Miguel Solorio
cda3b7e157 Tweak cell toolbar position 2021-02-25 14:55:39 -08:00
Miguel Solorio
6d63655a75 Adjust top cell toolbar position (fixes #117676) 2021-02-25 14:48:30 -08:00
deepak1556
3bfba9fa22 chore: bump distro 2021-02-25 13:46:33 -08:00
Alex Dima
5b6dd28057
Fixes #115861 2021-02-25 22:29:39 +01:00
Matt Bierner
9ba671094c Revert "Fix webview focus issues that prevent cut/copy/paste when opening files with a quick pick (#116899)"
This reverts commit 5ba8f6e7ec02fd377ca6e591dcfcba0de7ecec13.

Fixes #117595

Looks like the first time this is called, document.activeElement is still `<body>`
2021-02-25 13:17:08 -08:00
Raymond Zhao
e5096a3169 Exclude z-author-verified from issues to verify in endgame notebook 2021-02-25 20:30:18 +00:00
Harald Kirschner
14243220e5
Bump distro 2021-02-25 12:09:47 -08:00
Connor Peet
75b26c1e5e
debug: update js-debug 2021-02-25 11:39:55 -08:00
Megan Rogge
ae186be470 cancel disconnect runner on attach 2021-02-25 11:31:43 -08:00
Jackson Kearl
57c918802b Fix up types, make done always boolean
Fix #117336
2021-02-25 10:31:36 -08:00
Alexandru Dima
3516df762d
Fixes #116305: Add fake consumer of IMarkerDecorationsService to instantiate it 2021-02-25 19:20:16 +01:00
Daniel Imms
b91b917e9a Revert "Add shadow to custom hovers"
This reverts commit 80ea6efb4a14d02e38c03f60beb9c1acff457782.
2021-02-25 09:27:13 -08:00
Megan Rogge
dc04badf34 check if enablePersistentSessions before updating remote or local state 2021-02-25 09:16:39 -08:00
Johannes Rieken
ebdf30f088 leaks across notebook/contrib, fixes https://github.com/microsoft/vscode/issues/117687 2021-02-25 16:45:33 +01:00
Sandeep Somavarapu
dbd510ec91 Fix #113643 2021-02-25 16:40:02 +01:00
João Moreno
0807313415
fixes #116083 2021-02-25 16:22:30 +01:00
Sandeep Somavarapu
86fc2ba85f Fix #115425 2021-02-25 15:32:30 +01:00
João Moreno
54b88057c4
list: fix #116788
when reusing DOM nodes, be sure to call disposeElement on all of them before giving them away to the new list items
2021-02-25 15:13:24 +01:00
Alex Ross
ca065c2928 Preview in Editor button showing in web
Fixes microsoft/vscode-remote-release#4557
2021-02-25 15:11:56 +01:00
isidor
e6e61368ff fixes #114933 2021-02-25 14:51:20 +01:00
Sandeep Somavarapu
a5c6a90064 Fix #117612 2021-02-25 14:41:16 +01:00
isidor
2e63ec65ed fixes #116883 2021-02-25 14:07:34 +01:00
Johannes Rieken
059e5798a2 notebook updates 2021-02-25 13:03:26 +01:00
Johannes Rieken
44afa91ef6 also support when in viewsWelcome, https://github.com/microsoft/vscode/issues/9303 2021-02-25 13:03:26 +01:00
Alexandru Dima
1b83aa0bce
Merge pull request #117472 from microsoft/alex/improve-connection-timeout-case
Improve handling of connection timeout limits
2021-02-25 11:26:33 +01:00
Johannes Rieken
83ee8419e5 fix https://github.com/microsoft/vscode/issues/117640 2021-02-25 11:11:37 +01:00
Andre Weinand
abf2f3f6c8 node-debug@1.44.17 2021-02-25 11:03:23 +01:00
Andre Weinand
1f7ab5005e upgrade to final version of DAP 1.45 2021-02-25 11:02:34 +01:00
Johannes Rieken
9efc326b9b fix https://github.com/microsoft/vscode/issues/117594 2021-02-25 10:44:09 +01:00