Commit Graph

95737 Commits (9a87fe7eaf2bcf29de4f5ec7c02044c410c95c0f)

Author SHA1 Message Date
aamunger 9a87fe7eaf
added setting for notebook output line height 2022-04-13 09:12:28 -07:00
Benjamin Pasero 675b8c3da0
smoke - fix compile 2022-04-13 17:37:52 +02:00
Benjamin Pasero 98d2ea4444
smoke - restore workaround for #146785 2022-04-13 17:21:40 +02:00
Benjamin Pasero 44b6695d4e
timeline - add setting to bring back "Uncommitted Changes" (#147372) 2022-04-13 17:10:28 +02:00
Joao Moreno 2aa78c8cfb
bump gulp-shell 2022-04-13 16:07:12 +02:00
Ladislau Szomoru 340efad495
SCM - Source Control Repositories view sort setting (#147001) 2022-04-13 16:05:28 +02:00
Johannes 4f06eb2fe7
update distro 2022-04-13 15:39:15 +02:00
Alex Ross 55a30fcca8
More comment thread range polishing
Part of #146510
2022-04-13 14:59:46 +02:00
Joao Moreno eb4131fa6a
disable codeql 2022-04-13 14:46:18 +02:00
Johannes ae14caaf9f
remove setting, make hints always render compact, https://github.com/microsoft/vscode/issues/145191 2022-04-13 13:45:13 +02:00
Benjamin Pasero a7cdd9a391
preload - and and use `invokeWithRetry` (#146785) 2022-04-13 13:06:22 +02:00
isidor 622d0587fa
explicitly set multiplpeSelectionSupport to false for suggest
Result: list does not set aria-multiselect on the suggest widget (confuses VoiceOver)

fyi @jrieken
2022-04-13 12:45:49 +02:00
Johannes 083d53471c
small tweaks, some todos/questions 2022-04-13 12:29:18 +02:00
Alex Ross 534aacf7f2
Change default of comments.openView to firstFile
Fixes #147365
2022-04-13 11:55:32 +02:00
Henning Dieterichs b65d988dfc
Improves documentation for proposed inline completions. 2022-04-13 11:35:22 +02:00
Johannes 86f20b3ecd
up distro 2022-04-13 11:31:56 +02:00
Henning Dieterichs 711b070869
Fixes #147329. 2022-04-13 11:01:23 +02:00
Benjamin Pasero fa8d1063f6
🆙 1.21.0 (#147348)
* 🆙 `playwright`

* fix install

* adopt latest apis

* comment
2022-04-13 08:43:17 +02:00
Sandeep Somavarapu eda166b7fa
Move output service to workbench/services 2022-04-13 12:00:09 +05:30
Sandeep Somavarapu 7e3c3e6e42
#68410 disable updating builtin extensions in stable 2022-04-13 11:33:18 +05:30
Benjamin Pasero e3f21a18e2
Toggle Tab Visibility keybind is too similar to Close File keybind (fix #147310) 2022-04-13 06:29:37 +02:00
Raymond Zhao 214ff3b7eb
Add settings editor search funnel button (#147260)
Ref #145710
2022-04-12 19:49:10 -07:00
Matt Bierner fbf7708053
Block pointer events on webviews when dragging from desktop into VS Code
Fixes #146967

When dragging a file from desktop over a webview, by default the iframe of the webview will eat all of the dnd events

To fix this, we handle the events inside the webview and tell the outer renderer to start handling them. We do this by disabling pointer events on the iframe, which causes Chrome to start dispatching future dnd events back to the iframe container's element (this also works around https://bugs.chromium.org/p/chromium/issues/detail?id=923651)

For now I've tried to limit this change to cases where files are being dragged from desktop (drags within VS Code should already be handled)
2022-04-12 17:18:28 -07:00
Tyler Leonhardt 527d63162a
address feedback by having concrete ValidationMessage type 2022-04-12 17:18:13 -07:00
Dirk Baeumer 27dd7b41b6
Remove unused import 2022-04-12 20:20:05 +02:00
Logan Ramos 20bd040c95
Merge internal options to timeline options (#147304) 2022-04-12 11:14:19 -07:00
SteVen Batten c20b68a62d
Fix permissions for everything inside the installation folder (#342)
* add ci to iacls

* make sure files get affected too

Co-authored-by: Joao Moreno <joao.moreno@microsoft.com>
2022-04-12 11:03:39 -07:00
João Moreno c2beae1c0f
depend solely on icacls.exe for setting permissions (#341) 2022-04-12 11:03:30 -07:00
Ladislau Szomoru 0e5a8e4bc0
Git - Disable automatic repository scanning in the root of the HOMEDRIVE (#339)
* Disable automatic repository scanning in the root of the HOMEDRIVE

* Fix condition

* Pull request feedback
2022-04-12 11:03:24 -07:00
João Moreno 7a9093a66c
win32 setup: disable app dir inheritance (#338) 2022-04-12 11:03:17 -07:00
Henning Dieterichs 841c777ad8
Introduces InlineCompletionList.commands and improves documentation comments. 2022-04-12 19:32:40 +02:00
Rob Lourens b201f14220 Use SuggestController to trigger suggest widget instead of command 2022-04-12 10:15:23 -07:00
Matt Bierner 0d78957186
Update md grammar
Fixes #146610
2022-04-12 09:20:52 -07:00
SteVen Batten 6c9776d055
fixes #147042 2022-04-12 11:45:34 -04:00
Martin Aeschlimann 176257ec89
standalone: toogle hc comamnd should check current theme. For microsoft/monaco-editor#3069 2022-04-12 17:41:31 +02:00
SteVen Batten 833947f9d1
fixes #147070 (#147302) 2022-04-12 11:37:28 -04:00
Alex Ross 01cfc62ead
Update shellscript grammar and add new test 2022-04-12 16:49:52 +02:00
Alex Ross 5468607181
Make npm task path fix backwards compatible
Fixes #147193
2022-04-12 16:02:47 +02:00
Martin Aeschlimann 8f5b743a0b
[json] Allow "json.validate.enable": false in settings / disable JSON validation or error checking. Fixes #114775 2022-04-12 15:33:25 +02:00
isidor 4f4bf42424
fixes #146658 2022-04-12 15:14:03 +02:00
Alex Ross a1ba200c71
UX for leaving a comment on a range
Part of #146510
2022-04-12 14:54:03 +02:00
Alex Ross 57faf0f908
Add background and border to comments with a range
Part of #146510
2022-04-12 14:54:01 +02:00
Alex Ross 71cba76655
Fixed missed comment range start/end line 2022-04-12 14:53:58 +02:00
isidor f63107edad
update distro 2022-04-12 14:29:48 +02:00
Henning Dieterichs 82e645cf85
Merge pull request #146962 from microsoft/hediet/containsBalancedBrackets
Adopts "containsBalancedBrackets" flag from vscode/text-mate.
2022-04-12 12:40:39 +02:00
Henning Dieterichs 2b14c47234
Fixes test failures. 2022-04-12 12:22:10 +02:00
Benjamin Pasero d215bada5e
smoke - more logging for shared process 2022-04-12 11:13:19 +02:00
Joao Moreno cd2b990714
use `forceNewWindow` when `windowId=_blank` 2022-04-12 10:57:10 +02:00
Benjamin Pasero 35fe695c80
web - improve unsupported file dialog wording (#147025) 2022-04-12 10:04:46 +02:00
Benjamin Pasero df11e521e8
feedback 💄 2022-04-12 09:42:14 +02:00