Commit graph

76052 commits

Author SHA1 Message Date
Martin Aeschlimann 4bd2d367e7 Remote smoketest timeout (fixes #115159) 2021-01-27 15:52:25 +01:00
Alexandru Dima e4022fb0e2
Expose a TestCodeEditor that could be used by the workbench tests 2021-01-27 15:48:43 +01:00
Johannes Rieken 030c9d5223 cap notebook outline elements at 64 characters, fixes https://github.com/microsoft/vscode/issues/115199 2021-01-27 15:42:12 +01:00
Johannes Rieken ee65f21c4f use marked lexer to find headings, render MD as plain text before, fixes https://github.com/microsoft/vscode/issues/115205, fixes https://github.com/microsoft/vscode/issues/115206, fixes https://github.com/microsoft/vscode/issues/115118 2021-01-27 15:42:12 +01:00
Alexandru Dima c789c22efa
Fixes #115224: Adopt Trusted Types in DiffReview 2021-01-27 15:25:10 +01:00
Alexandru Dima a552ebc1f8
Revert "diffReview: use insertAdajentText instead of insertAdjacentHTML"
This reverts commit eb1cf4b0ba.
2021-01-27 15:17:00 +01:00
isidor eb1cf4b0ba diffReview: use insertAdajentText instead of insertAdjacentHTML
fixes #115224
2021-01-27 14:57:21 +01:00
Sandeep Somavarapu e06ef891b7 Fix #114379 2021-01-27 12:44:39 +01:00
isidor 096d70ce18 fixes #114990 2021-01-27 12:30:52 +01:00
isidor 35c5689d29 fixes #114914 2021-01-27 12:07:12 +01:00
Sandeep Somavarapu 0f59f684a1 Fix #114982 2021-01-27 12:00:57 +01:00
Benjamin Pasero bb6014df3b tabs - let the overflow gradient not draw over borders (#115129) 2021-01-27 10:45:54 +01:00
Robo 676e8d62a3
chore: remove universal build from its separate stage (#115203)
* chore: remove universal build from its separate stage

* chore: remove extra space

* chore: fix indentation
2021-01-27 01:32:18 -08:00
Ԝеѕ 99e7aea4a8
PR template - remove pull requests link full stop (#115090) 2021-01-27 01:17:15 -08:00
Johannes Rieken c246b5704f fix https://github.com/microsoft/vscode/issues/115124 2021-01-27 10:12:29 +01:00
João Moreno 7b0cfdd04a
fix git askpass 2021-01-27 09:45:19 +01:00
João Moreno 93830fbe3d
cleanup #113562 2021-01-27 09:37:13 +01:00
Sandeep Somavarapu 8e68e0c433 log source 2021-01-27 09:32:06 +01:00
Benjamin Pasero f434f853aa pfs - workaround broken reparse points on windows (fix #115113) 2021-01-27 08:28:02 +01:00
Matt Bierner 1718be68d0 Fallback to default opener when selected
Fixes #115141
2021-01-26 21:57:54 -08:00
Matt Bierner 5662b3b6a2 Log exceptions and continue in calls to ExternalOpener.canOpen
Fixes #115144
2021-01-26 21:54:42 -08:00
Matt Bierner 9ee751e859 Error if registering an unsupported scheme for external opener
Fixes #115168
2021-01-26 17:46:09 -08:00
Matt Bierner 9421e50aa8 Improve documentation for ExternalUriOpenerPriority
Fixes  #115128
2021-01-26 17:46:09 -08:00
rebornix c4c5f45ce0 fix #115150. 2021-01-26 17:44:10 -08:00
rebornix 39d9b04f2c re #115018. 2021-01-26 16:47:26 -08:00
Matt Bierner a56bc0c671 Don't write preferredLocation into workspace settings for find file references 2021-01-26 16:17:14 -08:00
Matt Bierner 0ede524326 Reword multiple external opener error
Fixes #115163
2021-01-26 16:13:14 -08:00
Matt Bierner e5c4f426fe Fix setting decription and remove unused setting 2021-01-26 16:03:36 -08:00
Jackson Kearl d9e4f5cf97 Add new icon for open editors view 2021-01-26 11:21:22 -08:00
Johannes Rieken 005db8394c throw an error with a clear message when a notebook document is missing, https://github.com/microsoft/vscode/issues/115018 2021-01-26 18:32:06 +01:00
isidor 0a0537961c tree: do not break fully when you can not collapse an unexisting node
#113562
2021-01-26 18:22:58 +01:00
isidor bdd2f1628e callStack view: set callStackItemType context properly 2021-01-26 18:22:58 +01:00
rebornix b7e87c1bf2 💄 2021-01-26 08:55:27 -08:00
Alexandru Dima 9788e81e98
Log individual events because extensionIds gets clamped sometimes 2021-01-26 17:49:12 +01:00
rebornix d5bdb0efb2 fix #115011. 2021-01-26 08:39:30 -08:00
Alexandru Dima c3746fa0ae
Fixes #114983 2021-01-26 17:13:23 +01:00
Alexandru Dima 21e970473c
Fixes #114998: Fall back to a document range semantic tokens provider 2021-01-26 17:12:32 +01:00
Alexandru Dima 58624bfcb1
Fixes #115032: Add description 2021-01-26 16:57:43 +01:00
Alexandru Dima db92af7429
Fixes #115033: respect indent action when using appendText 2021-01-26 16:56:18 +01:00
Johannes Rieken 774f887a98 update notebook 2021-01-26 16:54:36 +01:00
Alex Dima 578e2dc4ee
Fixes #115026: Adopt KeyboardEvent.triggeredByAccelerator 2021-01-26 16:02:51 +01:00
Alex Dima c1afd7c238
Add _debugComposition flag 2021-01-26 15:37:26 +01:00
João Moreno 9e07bfd594
related to #115037 2021-01-26 14:12:50 +01:00
João Moreno 75ff8b1131
fixes #115037 2021-01-26 14:10:49 +01:00
João Moreno 1f1ed78f7d
Use ;; instead of ; for line comments (#115036)
LISPs in general and Clojure in particular by convention uses double semicolons
for regular line comments. Single semicolons are reserved for trailing comments
at the end of a line, and are treated (aligned) differently in some editors,
notably Emacs.

Co-authored-by: Arne Brasseur <arne@arnebrasseur.net>
2021-01-26 05:01:49 -08:00
Johannes Rieken 960a93f0e2 add unit test for #114971 2021-01-26 10:38:02 +01:00
Johannes Rieken 09ef373597
Merge pull request #114972 from enagic/master
fix: update `isUri()` to compare `fsPath` as `string`
2021-01-26 10:36:17 +01:00
Sandeep Somavarapu 371629106b #114031 fix user data sync tests 2021-01-26 10:27:15 +01:00
Sandeep Somavarapu 08a2f9c5e3 fix enablement handler 2021-01-26 09:37:36 +01:00
Harald Kirschner 0540478dc7 Reduce getting started for codespaces 2021-01-25 21:42:08 -08:00