Alex Dima
c208d9b0c8
Fix wording in test
2021-10-25 15:54:54 +02:00
Alex Dima
41d6fc7e3a
Create extension host processes from a node worker in the main process
2021-10-25 15:39:26 +02:00
Sandeep Somavarapu
51f636f90c
#134909 queue writes and fix tests
2021-10-25 15:32:05 +02:00
Benjamin Pasero
9a3bcbe4f7
editors - cleanup wording for editors/files with unsaved changes
2021-10-25 15:18:43 +02:00
Ladislau Szomoru
0e7d8a6cfd
Add vscode-remotehub repository
2021-10-25 14:50:37 +02:00
Benjamin Pasero
2bf992d858
tests - more runWithFakedTimers usage ( #135075 )
2021-10-25 14:47:14 +02:00
Issam Maghni
0f7982a344
Fix mkdir arguments order ( #135182 )
...
When lauching with `env POSIXLY_CORRECT=y code [...]`, VSCode creates two directories named `-m` and `700`. This is because the order of arguments, in a POSIX strict environment, matters.
2021-10-25 14:40:32 +02:00
Sandeep Somavarapu
bda864be28
Fix #134909
2021-10-25 14:24:14 +02:00
Henning Dieterichs
32744a08fb
Fixes #135440 by allowing the preselection range to be longer than the range of the preselected item.
2021-10-25 12:06:07 +02:00
Benjamin Pasero
1c0447f9c3
backups - use fake timers in some slow tests ( #135075 )
2021-10-25 12:01:20 +02:00
João Moreno
d93c019785
fixes #123165
2021-10-25 11:59:54 +02:00
Benjamin Pasero
bbf53eda82
storage - use fake timers for clear test ( #135075 )
2021-10-25 11:55:43 +02:00
Johannes Rieken
3caab42e01
refine check for knowing if a view zone is visible, https://github.com/microsoft/vscode/issues/121516
2021-10-25 11:53:33 +02:00
Henning Dieterichs
c78245a79c
Fixes #135529 by not rendering guides on top of others.
2021-10-25 11:33:47 +02:00
Johannes Rieken
1492ce2ad0
make ResourceMap case preserving, even better fix for #128198 , fyi @bpasero
2021-10-25 11:18:27 +02:00
Henning Dieterichs
208e84ae1e
Implements #134801 by introducing editorBracketPairGuideBackground{1..6} and editorBracketPairGuideActiveBackground{1..6}.
2021-10-25 10:55:33 +02:00
Sandeep Somavarapu
96c0bfba4c
fix compilation
2021-10-25 10:52:34 +02:00
Sandeep Somavarapu
bb7c757af7
Merge pull request #133682 from justanotheranonymoususer/view-command-preserve-focus
...
Option to preserve focus while showing view
2021-10-25 10:50:48 +02:00
Sandeep Somavarapu
4f9022bee3
fix #88927
2021-10-25 10:48:04 +02:00
Ladislau Szomoru
e37c9966e9
Add vscode-livereview repo
2021-10-25 10:43:07 +02:00
João Moreno
803d2b5db9
fix telemetry event
2021-10-25 10:38:47 +02:00
Johannes Rieken
e764729120
prevent unneeded re-render of breadcrumbs items
2021-10-25 10:24:16 +02:00
Henning Dieterichs
ba5517b911
Fixes #135151 by not colorizing brackets or rendering line scopes in xml.
2021-10-25 09:52:59 +02:00
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
Andrew Jones
14c1d73e9e
Simplify regexp
2021-10-25 15:42:18 +10:00
jeanp413
0dfb0322e6
Minor fix
2021-10-24 23:46:20 -05:00
jeanp413
a3192fbad7
Merge branch 'master' into fix-feedback-widget-position
2021-10-24 23:37:31 -05:00
Sandeep Somavarapu
45fdad3a10
Fix #127825
2021-10-24 12:25:17 +02:00
Andrew Jones
c42ab56a65
Don't register twice
2021-10-24 11:16:36 +10:00
Benjamin Pasero
e78e63fc3a
Window crash: "Reopen" does not work on macOS ( fix #135572 )
2021-10-23 13:41:54 +02:00
Andrew Jones
2d46dec27a
Handle apostrophes in TitleCaseAction
2021-10-23 21:26:03 +10: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