Gaurav Makhecha
d91ca067ca
Spell fix ( #94687 )
2020-04-08 15:10:57 -07:00
Rob Lourens
ba08874f33
Remove redundant line
2020-04-08 14:58:26 -07:00
Rob Lourens
6f2b989c3a
Use RemotePathService.userHome instead of EnvironmentService - #94506
...
Would be better to make the querybuilder async but that has a huge downstream impact
2020-04-08 14:56:27 -07:00
Rachel Macfarlane
8ff268e598
Ignore 'item already exists' keychain errors for now, fixes ##94005
2020-04-08 14:51:14 -07:00
Gustavo Cassel
e57b91ce77
Developed setting to loop search from the beginning or end of document in Find Widget ( #92243 )
...
* Improved documentation of 'title' property on OpenDialogOptions and SaveDialogOptions
* Developed setting which controls whether the search automatically restarts from the beginning (or the end) when no further matches can be found
* Removed needless condition to update Find Widget buttons
* Delete launch.json
File has been unintentionally committed.
Co-authored-by: Gustavo Cassel <GustavoASC@users.noreply.github.com>
Co-authored-by: Peng Lyu <penlv@microsoft.com>
2020-04-08 14:04:17 -07:00
Matt Bierner
32929fbbb8
Always prefer the extract constant refactoring with the lowest scope
...
Fixes #94717
Previously we hardcoded a check to scope_0
2020-04-08 13:48:03 -07:00
Matt Bierner
74b4540bd1
Prioritize implement interface over remove unused in JS/ts
...
Fixes #94212
If both `implement interface` and `remove unused` are possible, only mark `implement interface` as prefered.
Also changes our core code action sorting logic to prioritize autofixes
2020-04-08 13:05:44 -07:00
Matt Bierner
7c49df64ec
Move editorAssociations
to own file
2020-04-08 13:05:44 -07:00
Matt Bierner
d07de2a7a4
Move contributed custom editors into common
2020-04-08 13:05:43 -07:00
Matt Bierner
46d13db531
Webview -> Custom Editors
2020-04-08 13:05:43 -07:00
Matt Bierner
7744a5a2ae
Move extensionPoint into common
2020-04-08 13:05:43 -07:00
Matt Bierner
11722ba26b
Split out contributed custom editors values to own file
2020-04-08 13:05:43 -07:00
Matt Bierner
363aedd191
Rename webview editor to custom editor
2020-04-08 13:05:43 -07:00
Matt Bierner
60c79717c8
Provide intellisense for viewtypes in custom editors setting
...
Fixes #93857
2020-04-08 13:05:39 -07:00
SteVen Batten
c173ec392f
update public logs
2020-04-08 12:47:28 -07:00
Peng Lyu
0d0b69a725
Merge pull request #94696 from microsoft/rebornix/no-center-layout-diff-editor
...
Quit centered layout mode when opening a diff editor. Fix #94574 .
2020-04-08 12:37:19 -07:00
rebornix
2c0ba64b16
Re #93332 . Save state for find widget ctrl enter warning for syncing.
2020-04-08 12:36:14 -07:00
Jackson Kearl
16a06751fe
Fixup on open
2020-04-08 11:59:55 -07:00
Jackson Kearl
61f6bf348e
Fixup onlabel
2020-04-08 11:59:20 -07:00
Christof Marti
7266bd8fd9
Dispose Emitters ( fixes #89008 )
2020-04-08 20:58:23 +02:00
Jackson Kearl
6e88cfb29d
Tune workspace search aria labels. Closes #94359
2020-04-08 11:57:31 -07:00
Jackson Kearl
0facba3df8
Coelece actions
2020-04-08 11:47:47 -07:00
isidor
51edf4892b
status bar use status role
...
#94677
2020-04-08 20:24:28 +02:00
rebornix
77d6451620
Quit centered layout mode when opening a diff editor. Fix #94574 .
2020-04-08 09:23:28 -07:00
Sandeep Somavarapu
6a76b30a85
fix tests
2020-04-08 18:09:32 +02:00
Rob Lourens
0858074c28
Always quit after exporting config.json, even when it fails
2020-04-08 08:52:35 -07:00
Rob Lourens
1417e1b53a
Check for duplicate registered settings
2020-04-08 08:52:35 -07:00
Sandeep Somavarapu
393aaa408b
Fix #94665
2020-04-08 17:44:57 +02:00
rebornix
c28c5b891c
Fix #92892 .
2020-04-08 08:30:25 -07:00
rebornix
e08b6e885a
Fix infinite loop triggered by mutation observer
2020-04-08 08:30:25 -07:00
rebornix
68923d1a88
space and enter support for add code/markdown buttons
2020-04-08 08:30:25 -07:00
Sandeep Somavarapu
23d2f7b822
fix layer breakage
2020-04-08 17:02:23 +02:00
Sandeep Somavarapu
a27ba1d6cd
#93332 Sync extension recommendations
2020-04-08 17:00:25 +02:00
Sandeep Somavarapu
959dd65e8a
#94599 Separate recommendations
2020-04-08 16:37:49 +02:00
Rob Lourens
3a4d158969
Bump node2
2020-04-08 06:30:29 -07:00
Christof Marti
11ac098428
Dispose Emitters ( fixes #89008 )
2020-04-08 12:02:22 +02:00
João Moreno
bedacf4ee0
enable monaco editor in ci workflow
2020-04-08 11:49:28 +02:00
Christof Marti
060e23075c
Fix QuickInput result types ( fixes #91877 )
2020-04-08 11:40:34 +02:00
Christof Marti
a30e0e61c8
Ctrl+Home / Ctrl+End go to start / end of list ( fixes #93922 )
2020-04-08 10:56:29 +02:00
Johannes Rieken
12e278c71b
add windows-check for windows-path logic
2020-04-08 10:54:35 +02:00
João Moreno
9e9ee4d3dd
fixes #94544
2020-04-08 10:52:04 +02:00
João Moreno
531db4944b
cleanup aria root roles
2020-04-08 10:52:04 +02:00
Christof Marti
1e960d5abb
Set Electron session's proxy from user setting ( fixes #94148 )
2020-04-08 10:43:54 +02:00
Martin Aeschlimann
d5e12a12dd
Use code-snippet suffix for extension snippets. Fixes #94625
2020-04-08 10:12:23 +02:00
Johannes Rieken
960205b8a0
use ternary search tree for uris instead of paths, fyi @bpasero, @sandy081, @roblourens, https://github.com/microsoft/vscode/issues/93368
2020-04-08 10:07:12 +02:00
João Moreno
2127c70cca
Merge remote-tracking branch 'origin/master'
2020-04-08 09:56:45 +02:00
João Moreno
ee8b8bf444
Merge remote-tracking branch 'origin/joao/list-a11y'
2020-04-08 09:56:10 +02:00
João Moreno
8cb7022409
Merge pull request #94627 from microsoft/roblou/ipcWarn
...
Add warning about long generated IPC paths, fix #86382
2020-04-08 09:55:46 +02:00
Johannes Rieken
182e906516
add compareSubstring, compareSubstringIgnoreCase and adopt for search tree so that it will be fit for case-in-sensitive compare, https://github.com/microsoft/vscode/issues/93368
2020-04-08 09:25:45 +02:00
Johannes Rieken
5c9a1b5d40
Merge pull request #94626 from mjbvz/markdown-snippet-body
...
Use markdownDescription for snippet.body
2020-04-08 08:46:08 +02:00