Commit Graph

86772 Commits

Author SHA1 Message Date
Benjamin Pasero 2cfe7266c3 🆙 distro 2021-08-27 07:45:20 +02:00
Matt Bierner cb842dcad0 Pick up TS 4.4 final 2021-08-26 16:02:34 -07:00
Rob Lourens 3b49e3a000 Add comment for #79339 2021-08-26 14:54:48 -07:00
SteVen Batten fd654fa755 fixes #79339 2021-08-26 14:05:46 -07:00
Matt Bierner 6d2920473c Fix #119786
Incorrectly reverted part of an earlier fix
2021-08-26 13:09:50 -07:00
Benjamin Pasero 7b2517c29e web - fix cancel id of warning dialog for local file access 2021-08-26 17:58:59 +02:00
Tyler Leonhardt f9c154af76 more clarity in language detection setting 2021-08-26 08:54:36 -07:00
Sandeep Somavarapu 5dce873a82 Fix #130352 2021-08-26 17:49:55 +02:00
Daniel Imms 879502398e Restore uri-based terminal icons in editors
Fixes #127607
2021-08-26 08:48:29 -07:00
Daniel Imms 4c731e520d Fix uri icons in terminal tabs
Part of #127607
2021-08-26 08:48:28 -07:00
Alexandru Dima 8dc3e70d23 Fixes microsoft/monaco-editor#2612 2021-08-26 17:13:34 +02:00
Daniel Imms f00ad149c3 Retain viewColumn active group when passing contributed profile to exthost
Fixes #131156
2021-08-26 07:15:48 -07:00
Daniel Imms b0d1e3b9f1 Pass in active group to terminal + button command
Part of #131156
2021-08-26 07:15:48 -07:00
Henning Dieterichs f8e9f87b65 Adds comments. 2021-08-26 16:09:09 +02:00
Henning Dieterichs b61ed4aabd Differentiate between colorizedBracketPairs null and empty array.
Use the default value if the list is null, use the empty list if the list is empty.
2021-08-26 15:41:30 +02:00
Sandeep Somavarapu f6b5a7a6a1 Fix #130514 2021-08-26 15:26:33 +02:00
Johannes Rieken 4364bb0c6a fix https://github.com/microsoft/vscode/issues/129189 2021-08-26 15:11:37 +02:00
Sandeep Somavarapu e1a199c5d7 Fix #122964 2021-08-26 15:10:47 +02:00
Henning Dieterichs 22b2da9e23 💄 2021-08-26 14:26:50 +02:00
Henning Dieterichs eb46abf908 Fixes #130292. 2021-08-26 14:25:34 +02:00
Johannes Rieken b0e93a987b simplify "Go to Symbol in Editor" registration, fyi @bpasero, related to https://github.com/microsoft/vscode/issues/129189 2021-08-26 13:06:29 +02:00
Henning Dieterichs aeb8b4be9a Updates inline completion provider API docs and renames selectedSuggestionInfo to selectedCompletionInfo. 2021-08-26 12:05:15 +02:00
Ladislau Szomoru 25f89666dc Bring back Windows smoke tests 2021-08-26 11:52:34 +02:00
Christof Marti 0df549f94f Hide rename in web (fixes microsoft/vscode-dev#242) 2021-08-26 11:29:11 +02:00
Benjamin Pasero cdde5bedbf web tests - mention how to enable playwright logging 2021-08-26 10:34:17 +02:00
Benjamin Pasero 514697c865 web - offer to "Open Remote..." when local file access is not possible 2021-08-26 09:22:39 +02:00
Benjamin Pasero a577d545f1 Locked groups: inactive tab not revealed in locked group (fix #131520) 2021-08-26 09:08:52 +02:00
Johannes Rieken 970b294482 fix comments formatting 2021-08-26 08:43:32 +02:00
Benjamin Pasero 163c866d3d locked groups - change to object setting and allow editorId and viewType (fix #131536, fix #131533) 2021-08-26 08:24:54 +02:00
Rob Lourens b71e20ceba Don't render collapsed outputs in viewport warmup
Fix #131375
2021-08-25 20:48:55 -07:00
SteVen Batten 303dae9fe5 use .length as it will never be null 2021-08-25 16:42:10 -07:00
SteVen Batten 61b142ff19 fixes #131148 2021-08-25 16:37:42 -07:00
Tyler Leonhardt 94e99e525b make sure the controller is reset properly. fixes #131653 cc @chrmarti 2021-08-25 15:23:08 -07:00
Jackson Kearl 24631196d9 Jackson/windows smoke test 86cc505c (#131661)
* Comment out unit and integration tests

* Don't open welcome for telemetry notice if product telemetry is disabled.
Fixes #131617

* Revert "Comment out unit and integration tests"

This reverts commit cac7647c526260e0de6c2e6213c288075eacfe8b.

Co-authored-by: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com>
2021-08-25 15:12:51 -07:00
Daniel Imms 08069da007 Fix creation of terminal profiles via dropdown
Fixes #131577
2021-08-25 14:28:43 -07:00
Rob Lourens e96fcce300 Fix webview blur handler
Fix #121242
2021-08-25 13:59:19 -07:00
Matt Bierner b2bbd76e80 Fix writing kernelspec
For #130602

I think we need to write it into metadata section instead of the top level
2021-08-25 13:27:02 -07:00
Daniel Imms d466ee95c1 Pass existing editor group id when opening terminals via term quick access
Fixes #131608
2021-08-25 12:57:51 -07:00
Jackson Kearl 5651b21802 Revert unuintended changes in ed3a2bb182 2021-08-25 11:40:46 -07:00
Jackson Kearl ed3a2bb182 Close #131596 2021-08-25 11:29:51 -07:00
Benjamin Pasero 68daa9669e fix #131535 (#131630) 2021-08-25 10:53:38 -07:00
Tyler Leonhardt 884081f753 remove semicolon in innerText 2021-08-25 10:47:09 -07:00
Jackson Kearl d9f8ce6daf Fix #125349 2021-08-25 10:18:04 -07:00
isidor 1c472c8403 accessibility auto assign to sana
fyi @sana-ajani
2021-08-25 19:13:01 +02:00
Harald Kirschner ae86e4c505 Aligning Open Folder labels for walkthrough/explorer 2021-08-25 09:52:02 -07:00
Jackson Kearl b425a65ce4 Remove animations to fix height checking bugs
Seems scrollHeight will sometimes yield erroneous values if an animation is taking place.
Fixes microsoft/vscode-python/issues/16812
Fixes microsoft/vscode/issues/130224
2021-08-25 09:22:37 -07:00
Tyler James Leonhardt e167e58bb6 update comment for onDidTriggerButton. Fixes #131588 2021-08-25 09:04:12 -07:00
Benjamin Pasero bed61166fb editor toolbar: set debounce delay to 0 (fix #131584) 2021-08-25 17:10:38 +02:00
Sandeep Somavarapu 1c0b279cc7 Validate if version does not match in Marketplace 2021-08-25 16:42:30 +02:00
Logan Ramos 43a37c8714 Bump distro 2021-08-25 10:28:39 -04:00