Commit graph

77681 commits

Author SHA1 Message Date
Matt Bierner 1f567e10f3 Fixing two more cases for promises in conditionals 2021-02-26 17:38:37 -08:00
Matt Bierner 3feb2ece1e Pick up latest TS version for building VS Code
This new version also adds a new check for conditionals where you are testing a value that is a promise (the condition will always be true in strict mode)
2021-02-26 17:23:58 -08:00
Peng Lyu 5c7c41fc3d
Merge pull request #117723 from microsoft/rebornix/reduce-markdown-flickering
Reduce markdown preview flickering on scroll
2021-02-26 14:38:35 -08:00
Matt Bierner 91d73da5e4 Only show infer return type refactoring when refactorings are requested
Fixes #117799
2021-02-26 14:21:24 -08:00
Megan Rogge d596c56845
fix altClickMovesCursor setting description -> markdownDescription (#117793) 2021-02-26 13:30:50 -08:00
Daniel Imms d0a46a0327
Merge pull request #117734 from jeanp413/fix-117682
Fixes long ouput with wrapped lines in narrow terminal crashes vscode
2021-02-26 13:04:06 -08:00
Daniel Imms ba9c72b1ff
Merge pull request #117762 from microsoft/tyriar/remove_ext_host_proc
Remove exthost terminal processes
2021-02-26 13:02:31 -08:00
Daniel Imms cadb56785a
Merge branch 'main' into tyriar/remove_ext_host_proc 2021-02-26 13:02:16 -08:00
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
Daniel Imms df5d7c257d Remove exthost terminal processes
Fixes #116864
2021-02-26 04:35:03 -08: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
jeanp413 45f5c4d43f Fixes #117682 2021-02-25 21:58:17 -05: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 5ba8f6e7ec.

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 80ea6efb4a.
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