Miguel Solorio
bd7dcd50ec
Update Codicons: shrink pin icons
...
https://github.com/microsoft/vscode-codicons/commit/396f3fa9d31878481bca3b8a3e3ffee77cafae8f
2020-10-12 21:55:39 -07:00
jeanp413
278a4468d6
revert unnecessary changes
2020-10-12 20:48:26 -05:00
Rachel Macfarlane
c0d465ce1c
Update distro
2020-10-12 16:28:18 -07:00
rebornix
6239a51866
fix #69586 .
2020-10-12 16:03:39 -07:00
Rachel Macfarlane
4cfe033885
Do not exceed credential manager length limit on windows, fixes #108411
2020-10-12 15:46:57 -07:00
rebornix
bd7746b82b
fix #107154 .
2020-10-12 15:30:32 -07:00
rebornix
3430078907
add revert button for cell input change.
2020-10-12 14:48:09 -07:00
Alexandru Dima
60e47e2d8d
Merge pull request #108389 from tony-xia/Persisten2Persistent
...
Persisten -> Persistent
2020-10-12 22:38:43 +02:00
Eric Amodio
0ac9d25b81
Closes #91695 - adds emoji support
2020-10-12 14:38:07 -04:00
Rachel Macfarlane
31419adc34
Polish onDidChangePassword changes
2020-10-12 10:31:16 -07:00
xndcn
d3a3f39dbf
Fix overlay area for minimap slider
...
Since minimap always render from a complete line, we have to recalculate sliderTop with align offset.
2020-10-13 00:04:55 +08:00
Eric Amodio
9910c38005
Fixes #108530
2020-10-12 11:08:13 -04:00
Benjamin Pasero
dcdfa094cb
debt - no _ in my code
2020-10-12 16:35:11 +02:00
Benjamin Pasero
0e61daa021
ipc test - remove unused code
2020-10-12 16:24:47 +02:00
João Moreno
0fe9f7ef18
add blur command
2020-10-12 16:01:13 +02:00
Benjamin Pasero
50f479b165
ipc - rename methods and add tests
2020-10-12 15:57:25 +02:00
Martin Aeschlimann
588b6cc57d
update seti theme (fixes https://github.com/microsoft/vscode/issues/108185 )
2020-10-12 15:34:05 +02:00
Alex Ross
5742413347
Fix preffered pm when pm can't be determined
2020-10-12 15:25:05 +02:00
Benjamin Pasero
2b74e92476
debt - move IPC handle methods into one place
2020-10-12 14:51:22 +02:00
Alex Ross
69821795e8
Add badge for remote explorer
...
Fixes microsoft/vscode-remote-release#3824
2020-10-12 14:44:45 +02:00
Martin Aeschlimann
0dfa897c22
JSON Language Server 1.3.1
2020-10-12 13:25:05 +02:00
Martin Aeschlimann
256d3ad405
vscode-json-languageserver crashes on start: Cannot find module '../out/jsonServerMain' . Fixes #107949
2020-10-12 13:25:05 +02:00
Benjamin Pasero
605bc4ec1e
fix compile
2020-10-12 12:18:08 +02:00
Benjamin Pasero
ee7412f27e
environment service 💄
2020-10-12 12:17:10 +02:00
Benjamin Pasero
57ea89683c
web - workaround #108522
2020-10-12 11:54:07 +02:00
Benjamin Pasero
0a7c0fd68e
debt - lift more environment properties to electron-main
2020-10-12 11:52:48 +02:00
Benjamin Pasero
ca4dd67abe
debt - introduce environment main service to have properties there exclusively
2020-10-12 11:12:41 +02:00
João Moreno
47116a8acd
fixes #108371
2020-10-12 11:04:30 +02:00
Eric Amodio
c283338f37
Fixes the referenced property name
2020-10-12 04:55:02 -04:00
jeanp413
79057ae784
Fixes #108286
2020-10-12 02:27:16 -05:00
turara
e6cddb065a
Update regular expression option when updating text from find widget in SearchView
2020-10-11 22:51:22 +09:00
turara
f0583c0db2
Extract updateText method in SearchView
2020-10-11 22:37:34 +09:00
Tim Hutt
d000256957
Add atomicSoftTabs in one place that I missed
2020-10-11 13:18:04 +01:00
Tim Hutt
3ca4059ea5
Move mouse handling to a lower level to handle more cases
2020-10-11 13:18:03 +01:00
Tim Hutt
d119c92489
Add atomic tabs option
...
This treats tabs faked using spaces as if they were real tabs meaning that you can't select the middle of them.
2020-10-11 13:18:03 +01:00
Rob Lourens
78db6d0154
Fix terminal buffer type check
2020-10-10 10:32:25 -07:00
rebornix
e8c6fff725
Revert "fix #105614 . Show color picker on click."
...
This reverts commit 082fb2408c .
2020-10-10 09:53:55 -07:00
Rob Lourens
c9f0a61b2c
💄
...
57dd72c09e
2020-10-10 08:38:38 -07:00
Josias
bb42ea52e0
Typo hightlight -> highlight
...
The original member was named `_renderLineHightlightOnlyWhenFocus`, but I
believe that is a typo and should instead be `_renderLineHighlightOnlyWhenFocus`
2020-10-10 16:20:03 +02:00
Rob Lourens
57dd72c09e
Measure terminal echo latency
2020-10-09 19:08:18 -07:00
Rachel Macfarlane
276e83dc4b
Move encryptionService registration to correct file, fixes #108230
2020-10-09 17:04:16 -07:00
Tony Xia
d9f2290a24
ACCOUNTS_ACTIIVTY_ID -> ACCOUNTS_ACTIVITY_ID ( #108384 )
2020-10-09 16:52:09 -07:00
Rachel Macfarlane
4c0811c9c2
Removing polling from auth extensions, fixes #107480
2020-10-09 16:33:53 -07:00
Jackson Kearl
c055d391cf
Joao out of vacation
2020-10-09 16:19:48 -07:00
rebornix
0fd22ec0b5
fix #94445 .
2020-10-09 16:15:20 -07:00
Peng Lyu
e1a135d66a
Merge pull request #97101 from facebookexperimental/comment-focus
...
Don't focus editor when un-expanded comment is hidden
2020-10-09 16:05:09 -07:00
rebornix
26da2b816a
fix #62619 .
2020-10-09 15:46:13 -07:00
Jackson Kearl
cc8ba1dad8
Bump actions
2020-10-09 13:58:53 -07:00
Chuck Lantz
bd873ae684
Merge pull request #108315 from microsoft/clantz/cache-npm-install
...
Dev container yarn install caching
2020-10-09 12:03:35 -07:00
rebornix
082fb2408c
fix #105614 . Show color picker on click.
2020-10-09 11:34:55 -07:00