Commit Graph

89088 Commits

Author SHA1 Message Date
Alex Dima e3428610ff Allow passing in labels (that might already be in the form [...]) 2021-09-29 21:13:18 +02:00
Megan Rogge 12a0239f83 Revert "fix #133960"
This reverts commit d1f8da24a3.
2021-09-29 12:05:00 -07:00
Tyler Leonhardt 024e054056 wait on extensions to be registered before running any language detection 2021-09-29 11:43:02 -07:00
rebornix d1d9d7dc8a fix #134142. 2021-09-29 11:23:35 -07:00
Sandeep Somavarapu e25d82010a Fix #129968 2021-09-29 20:08:35 +02:00
SteVen Batten e65864e3aa fixes #133959 2021-09-29 11:02:24 -07:00
Logan Ramos f862cf80da Fix https://github.com/microsoft/vscode-jupyter/issues/7732 2021-09-29 14:00:39 -04:00
Henning Dieterichs 4756d1ba7d Disable autocomplete when there are inline suggestions by default so that we can continue discussing this feature.
Can be enabled again by editor.inlineSuggest.allowSuggestOnTriggerCharacters and editor.inlineSuggest.allowQuickSuggestions.
2021-09-29 18:29:54 +02:00
Matt Bierner fa27356174 Update link 2021-09-29 08:45:48 -07:00
Matt Bierner ece191d76f Use correct project types for javascript projects 2021-09-29 08:42:59 -07:00
Megan Rogge d1f8da24a3 fix #133960 2021-09-29 08:26:45 -07:00
Logan Ramos 9e396af8c0 Remove deprecated use of replace in reopen with 2021-09-29 11:16:32 -04:00
Alex Dima f4ef784495 Fixes #130072: Unset the env variable DEBUG 2021-09-29 17:04:35 +02:00
Alex Dima 8e4b6f87d9 More improvements to logging 2021-09-29 17:04:34 +02:00
Alex Dima 91d49230b7 Avoid throwing when the extension host process is already gone 2021-09-29 17:04:34 +02:00
Alex Dima 05475f34a1 Log errors coming in from the extension host to the log service 2021-09-29 17:04:34 +02:00
Alex Dima aa08f287a4 Increase logging threshold 2021-09-29 17:04:34 +02:00
João Moreno bea6b60cd1 fixes #131938 2021-09-29 16:49:26 +02:00
Logan Ramos e50637bc5f Fix failing tests 2021-09-29 10:32:56 -04:00
Logan Ramos 9e32d081cb Missing await 2021-09-29 10:07:18 -04:00
Logan Ramos 2b191f753a Fix #133892 2021-09-29 10:06:59 -04:00
Benjamin Pasero fc151abbc3 gh issues - add another repo 2021-09-29 15:55:21 +02:00
Johannes Rieken e3825d2b1c fix https://github.com/microsoft/vscode/issues/122427 2021-09-29 15:41:02 +02:00
Johannes Rieken 6995719840 Revert "fix https://github.com/microsoft/vscode/issues/119406"
This reverts commit 118aaf45db.
2021-09-29 15:31:28 +02:00
Alex Ross d798b6fb57 Add tunnel privacy comment 2021-09-29 15:29:53 +02:00
Johannes Rieken f00a104870 use check-all in status-bar and check, info, error in tooltip, https://github.com/microsoft/vscode/issues/134102 2021-09-29 15:26:47 +02:00
Johannes Rieken f6704bfe7d use check-all in status-bar and check, info, error in tooltip, https://github.com/microsoft/vscode/issues/134102 2021-09-29 15:19:42 +02:00
Johannes Rieken 55bef2d207 update mywork notebook 2021-09-29 15:19:41 +02:00
Alex Dima cb5a2323b1 Fixes #130371: only consider single modifier keypresses if the keys are pressed alone 2021-09-29 14:24:04 +02:00
Alex Dima ed59486f39 Clarify cases in _singleModifierDispatch 2021-09-29 14:24:03 +02:00
Alex Dima 28b2e9fa29 Improve logging 2021-09-29 14:24:03 +02:00
Alex Dima 6939debf05 Clarify return type of getSingleModifierDispatchParts() 2021-09-29 14:24:03 +02:00
Benjamin Pasero a861efaf4b 🆙 distro 2021-09-29 14:06:10 +02:00
Benjamin Pasero c70170a480 Show an error when resolving shell environment fails or is timing out (fix #133910) 2021-09-29 13:54:18 +02:00
Sandeep Somavarapu 04d76301a4 get package nls file from extension resources list 2021-09-29 11:40:05 +02:00
Benjamin Pasero 9ee0bb3c03 web - tweak unsupported file dialog wording 2021-09-29 11:28:48 +02:00
Christof Marti b085e1c21e Add "features" property to schema (microsoft/vscode-remote-release#5442) 2021-09-29 11:03:00 +02:00
Benjamin Pasero 57903bcf3f Editor view state is too sticky for diff editors (fix #134098) 2021-09-29 10:52:12 +02:00
Benjamin Pasero 0e11dc34f4 CLI on macOS with -w does not exit when running multiple times (fix #134030) 2021-09-29 09:57:36 +02:00
Philipp Nagel e58932d492 Recognize .pyt files in Python extension (#133546) 2021-09-29 00:51:42 -07:00
Sandeep Somavarapu c2851b085c Fix #134089 2021-09-29 09:30:08 +02:00
João Moreno 8dae395177 fixes #133582 2021-09-29 09:28:41 +02:00
Patrick Plenefisch 4acd587bc0 Don't ignore the indent settings in advanced wrapping mode
Fixes #132220
Fixes #120844

This still works in one pass by using negative text-indent with matching
padding to generate a CSS-based hanging indent that we can measure.
This could be upgraded to the `hanging` modifier in the far future.
2021-09-29 03:13:10 -04:00
Benjamin Pasero 0c3d2cf590 tests - working copy backup tests are flaky because it accesses the disk 2021-09-29 08:27:03 +02:00
Benjamin Pasero 8e2905abd4 Outline cannot follow correct side in split editor case (fix #134008) 2021-09-29 08:09:03 +02:00
Benjamin Pasero cb48ce5ca7 Editor inputs marked as deleted for virtual resources (fix #133947) 2021-09-29 07:43:12 +02:00
deepak1556 4fbe0344a0 chore: bump electron@13.5.0
Fixes https://github.com/microsoft/vscode/issues/133593
2021-09-29 13:46:45 +09:00
Rob Lourens 78740b7fcb Update distro 2021-09-28 20:51:52 -07:00
Eric Amodio 60bd483289 Fixes vertical alignment of review pending label 2021-09-28 22:43:40 -04:00
Raymond Zhao 04c5aa46b4 Support only Big Sur, fixes #134023 (#134071) 2021-09-28 18:54:41 -07:00