Commit graph

88780 commits

Author SHA1 Message Date
John Murray ad36148dd2
correct doc for count property of SourceControl (#117765) (#132242) 2021-10-25 09:48:23 +02:00
Henning Dieterichs e922713ecf
Fixes #135726 by properly skipping unbalanced bracket pairs when rendering bracket pair guides. 2021-10-25 09:42:57 +02:00
Benjamin Pasero f1343b2aa0
debt - do not use | null in editor service API 2021-10-25 08:09:47 +02:00
Benjamin Pasero fc6b0cc71b
themes - improve window border color
Enforce use of custom title style when the window border color is applied.

Fix the rounded corners on macOS Big Sur and newer to match the new style of the OS.
2021-10-25 08:09:20 +02:00
Sandeep Somavarapu 45fdad3a10
Fix #127825 2021-10-24 12:25:17 +02:00
Benjamin Pasero e78e63fc3a
Window crash: "Reopen" does not work on macOS (fix #135572) 2021-10-23 13:41:54 +02:00
Martin Aeschlimann b3d1442477 bump distro 2021-10-23 13:14:15 +02:00
Ashkan 0cab2d58d3
Adds support for separate horizontal and vertical borders for side by side editor (#135181)
* horizontal and vertical border for side by side editor

* 💄

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-10-23 10:25:10 +02:00
Benjamin Pasero e29d3cca5a
WSL1: Use parcel watcher for polling watch mode (fix #135691) 2021-10-23 10:18:20 +02:00
Martin Aeschlimann 6c0929c8c4
cli: treat /dev/null as non-existing file (#135645)
* cli: treat /dev/null as non-existing file

* 💄

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2021-10-23 09:38:13 +02:00
Megan Rogge 5e10a96239
Revert "fix extension pty terminal test failures (#135672)" (#135685)
This reverts commit af0c0342ed.
2021-10-22 20:26:48 -07:00
Megan Rogge af0c0342ed
fix extension pty terminal test failures (#135672) 2021-10-22 20:15:18 -07:00
AlexStrNik 870aa86258
Fix css rules (#90022) 2021-10-22 17:28:20 -07:00
Jackson Kearl 63cf9b852b Fix #83025 2021-10-22 16:13:03 -07:00
Connor Peet 24af01a3a4
notebooks: better memorization of preferred renderers
Fixes #125876
2021-10-22 15:04:54 -07:00
Connor Peet baa380d17b
testing: adopt optional value standard
For #124362
2021-10-22 15:04:54 -07:00
Alex Dima 2ada30a9ec
Fixes #134973: Cast to uint32 before validating that semantic tokens do not overlap 2021-10-23 00:00:53 +02:00
rebornix af1c6c08dd
fix #135649 2021-10-22 14:55:24 -07:00
Megan Rogge ce049678aa
Revert "migrate process properties to use generic onDidChangeProperty (#135610)"
This reverts commit 86fe048df9.
2021-10-22 14:37:18 -07:00
Megan Rogge dae4136057
Revert "move listeners outside of onProcessReady block"
This reverts commit 50404fe366.
2021-10-22 14:37:17 -07:00
Megan Rogge 7d3413a9de
Revert "emit Exit via propertyChanged"
This reverts commit 9bca7ceb05.
2021-10-22 14:37:17 -07:00
rebornix e7b40c1217
fix #121897. 2021-10-22 14:32:25 -07:00
Daniel Imms 1608901ff5 Don't scroll terminal to top when hidden and shown
Fixes #134692
2021-10-22 14:06:08 -07:00
Megan Rogge dda4f430d0
fix #135523 2021-10-22 13:51:01 -07:00
Megan Rogge 9bca7ceb05
emit Exit via propertyChanged 2021-10-22 13:45:34 -07:00
Daniel Imms c264147c68 xterm@4.15.0-beta.10
xterm commit: 8549915

Related: #134513
Fixes #131446
2021-10-22 13:28:59 -07:00
Alexandru Dima a2a1c4baa4
Merge pull request #135081 from AiverReaver/minimapScrollFix
fixed minimap slider width when page is scroll horizontally.
2021-10-22 21:52:22 +02:00
Alex Dima aa5b9d7e11
Fixes #135102: Apply editor font info for code blocks in hover 2021-10-22 21:51:30 +02:00
Megan Rogge 50404fe366
move listeners outside of onProcessReady block 2021-10-22 12:45:33 -07:00
Megan Rogge 86fe048df9
migrate process properties to use generic onDidChangeProperty (#135610) 2021-10-22 12:08:44 -07:00
Alex Dima 47c02a8127
Fixes #128131: Also consider % in monospace check 2021-10-22 21:07:15 +02:00
Miguel Solorio cf6f88fe9a Update default color for cell editor bg (Fixes #133699) 2021-10-22 12:05:23 -07:00
SteVen Batten 9f8d800008
fixes #128695 2021-10-22 11:33:18 -07:00
SteVen Batten 778d70441d
refs #126614 2021-10-22 09:24:05 -07:00
SteVen Batten f21c1a33e5
make checked optional on IAction (#135605) 2021-10-22 08:50:41 -07:00
Alexandru Dima d209aa2b02
Rename modeId -> languageId 2021-10-22 17:46:59 +02:00
Daniel Imms 621f3bcc0b Tidy up call into pty service 2021-10-22 08:14:23 -07:00
Daniel Imms b377ec20d6 Tweak access modifiers 2021-10-22 08:14:22 -07:00
Daniel Imms 031b2803cf
Merge pull request #134861 from luluyuzhi/main
fix: Terminal editors are always marked dirty.
2021-10-22 08:14:05 -07:00
Sandeep Somavarapu 5208c6a3b6
#134089 Fix compilation 2021-10-22 17:11:36 +02:00
Daniel Imms b6aa001ed1
Merge pull request #132027 from brajkowski/issue-129911
Terminal now supports linking local file paths containing '$'
2021-10-22 07:53:00 -07:00
Daniel Imms d81d3ce59c Add tests for $ in validated links 2021-10-22 07:52:28 -07:00
Sandeep Somavarapu 4808fea006
Fix #134089 2021-10-22 16:48:48 +02:00
Benjamin Pasero c0c82e04ea
debt - use | undefined (#124362) 2021-10-22 16:45:23 +02:00
Benjamin Pasero 8fbf9b600d
debt - use product service in more places (#135651) 2021-10-22 16:40:26 +02:00
Daniel Imms 5446f5e01e Merge remote-tracking branch 'origin/main' into pr/brajkowski/132027 2021-10-22 07:38:01 -07:00
Logan Ramos fac06c7af7
Update distro 2021-10-22 09:45:19 -04:00
Alex Dima 7f754c8a03
Fixes #94313: reveal position, not line 2021-10-22 15:33:51 +02:00
Johannes Rieken 7ca1f2cce8
clarify doc, fixes https://github.com/microsoft/vscode/issues/126748 2021-10-22 14:46:16 +02:00
Johannes Rieken dc811974e5
better document what default excludes are not, https://github.com/microsoft/vscode/issues/48674 2021-10-22 14:46:15 +02:00