isidor
01f3f61234
remoteAgentConnection: await import('vsda')
...
#74398
2019-05-27 16:17:09 +02:00
Martin Aeschlimann
fa0f2d2500
Disabling vscode-icons extension does not reset icons to default. Fixes #62298
2019-05-27 16:01:50 +02:00
Alex Ross
59fe2d19fd
Remove file picker input box auto complete while typing
...
Auto complete when arrowing through files is still there
Fixes bad race condition
2019-05-27 15:44:21 +02:00
Joao Moreno
ddc397dac2
Merge remote-tracking branch 'origin/master'
2019-05-27 15:40:40 +02:00
Joao Moreno
f454c2c402
💄
2019-05-27 15:40:23 +02:00
isidor
a96ed1db34
paste in parallel
...
fixes #72543
2019-05-27 15:36:26 +02:00
Martin Aeschlimann
235262c05c
Merge pull request #69899 from c0m3tx/region-fold-golang
...
Add region markers folding for Go
2019-05-27 15:32:21 +02:00
Sandeep Somavarapu
4026f653b4
#72906 Restructure spdlog service
2019-05-27 15:26:48 +02:00
Martin Aeschlimann
88fc7e755e
Make conistent with other languages
2019-05-27 15:25:10 +02:00
Joao Moreno
5540e01820
Merge commit 'refs/pull/61149/head' of github.com:Microsoft/vscode into pr/61149
2019-05-27 15:20:08 +02:00
isidor
25e9e092c2
add vsda.d.ts
...
#74398
2019-05-27 15:20:04 +02:00
Martin Aeschlimann
8a374375ea
remove IBroadcastService. Fixes #70831
2019-05-27 15:13:20 +02:00
Martin Aeschlimann
3fc919eedf
Add ThemeMainService. For #70831
2019-05-27 15:13:20 +02:00
Joao Moreno
9c15c9e028
update distro
2019-05-27 14:45:21 +02:00
Davide Alberto Molin
92ae7d6da6
Controlling the background color of the active tab in an unfocused editor group ( #73848 )
...
* Adding setting to control the background color for the active tab in an unfocused editor group
* Adding style fixes for unfocused container group when shrink mode is enabled in tab sizing
* fine-graining the selectors to correctly address the unfocused active tab
* move tab unfocused bg color and use current active background values as defaults
* extracting CSS selectors into a generator function to collect common code and reduce redundancies
2019-05-27 14:37:31 +02:00
Martin Aeschlimann
afb0837035
Update Snakemake files types to include Snakefile
to provide syntax detection. Fixes #73737
2019-05-27 12:40:04 +02:00
Benjamin Pasero
91c2721083
debt - convert main startup code to async
2019-05-27 12:15:54 +02:00
Johannes Rieken
7c6e7b10cc
fix typo, #74188
2019-05-27 11:53:16 +02:00
Johannes Rieken
6a1574e21e
add vscode.env.remoteAuthority-api, #74188
2019-05-27 11:51:08 +02:00
Benjamin Pasero
a00a9a2945
debt - async import('windows-foreground-love')
2019-05-27 11:35:47 +02:00
Sandeep Somavarapu
588e193d83
update yarn deps
2019-05-27 11:29:25 +02:00
Benjamin Pasero
f0f9dd7a12
fix #74321
2019-05-27 11:16:31 +02:00
Benjamin Pasero
5c3b542295
cut - ensure to use textfileservice#move() (for #72543 )
2019-05-27 10:52:32 +02:00
Benjamin Pasero
d8f4d9b66b
'Keep Open' menu entry should show disabled when editor is pinned ( fixes #46807 ) ( #74384 )
2019-05-27 09:22:26 +02:00
Benjamin Pasero
5517d7c851
update distro
2019-05-27 09:20:36 +02:00
Sandeep Somavarapu
b7fea5dd24
fix #74268 ( #74366 )
...
fix #74268
2019-05-27 08:59:04 +02:00
Sandeep Somavarapu
1488352029
fix #74268
2019-05-26 21:05:26 +02:00
Sandeep Somavarapu
16de3c28db
Merge pull request #74365 from microsoft/sandy081/yauzl
...
Use newer version of yauzl that fixes deprecation Buffer() warning
2019-05-26 20:53:44 +02:00
Benjamin Pasero
8369f6e7fe
fix #74202
2019-05-25 18:04:57 +02:00
Benjamin Pasero
36065e6b95
fix #73121
2019-05-25 14:18:46 +02:00
Benjamin Pasero
0c53423cc4
fix #74269
2019-05-25 14:14:32 +02:00
Benjamin Pasero
41b0d32a9a
fix #74295
2019-05-25 08:27:30 +02:00
Benjamin Pasero
4b3340352f
debt - prefer our file service
2019-05-25 07:51:59 +02:00
Miguel Solorio
0ccac8cf7c
Update distro
2019-05-24 22:49:58 -07:00
Miguel Solorio
350708a11f
Update Octicons ( #74313 )
...
* Update vscode-octicons-font
* Update Octicons and add icons for status bar
* Bump Octicons version
2019-05-25 07:43:46 +02:00
Sandeep Somavarapu
684953723d
bump yauzl
2019-05-25 03:52:44 +02:00
Daniel Imms
649d6befa1
Hook up bg terminal listeners before attach
...
Part of #74228
2019-05-24 17:32:52 -07:00
Rob Lourens
39cf5d9da5
Update distro
2019-05-24 17:03:39 -07:00
Peng Lyu
146115b78c
Merge pull request #74231 from microsoft/rebornix/bettermerge
...
Show context for diff view of merge conflict and introduce compareAll.
2019-05-24 16:55:04 -07:00
Matt Bierner
2197cd0931
Add clear
method on DisposableStore
...
`clear` disposes of all tracked disposables but does not mark the store itself as disposed. If you need a mutatable list of disposables, this allows you to always use `readonly`/`const` disposable stores that can be registered on the base class.
2019-05-24 15:34:53 -07:00
Peng Lyu
c3fe962b89
Open the diff view in current editor, to the side or below.
2019-05-24 15:26:50 -07:00
Peng Lyu
93944674c9
Open the new editor group below
2019-05-24 14:55:26 -07:00
Peng Lyu
9cd81dcb5b
Always compare change with context.
2019-05-24 14:43:44 -07:00
Alex Dima
a55cfe1e39
update distro
2019-05-24 23:42:59 +02:00
Alex Dima
39193a5fde
Only wait for rich client to reconnect
2019-05-24 23:26:52 +02:00
Alex Dima
6e127c97a1
Implement a better simple configuration service
2019-05-24 23:26:52 +02:00
Matt Bierner
6b081a9f00
Update pug test fixtures
2019-05-24 14:09:55 -07:00
Alexandru Dima
16213d1d4f
Merge pull request #74302 from microsoft/alex/71580
...
Fixes #71580 : Prevent focus leaving the editor when clicking the light bulb
2019-05-24 22:11:03 +02:00
Alexandru Dima
89d3e98ff1
Merge pull request #73420 from microsoft/alex/72683
...
Fixes #72683 : Consider extra lines below the file when computing mini…
2019-05-24 22:07:31 +02:00
Alexandru Dima
6150396af4
Merge pull request #73042 from microsoft/alex/70832
...
Fixes #70832 : Never guess tabSize when inserting tabs
2019-05-24 22:06:47 +02:00