Commit Graph

48130 Commits

Author SHA1 Message Date
Alex Ross
abf2d142f6 Fix colorization tests 2019-04-05 13:22:46 +00:00
isidor
f8dfbfa457 fixes #71671 2019-04-05 14:59:52 +02:00
Alex Ross
9c00167f2e Update grammars 2019-04-05 12:51:44 +00:00
Alex Ross
a83636648c Add yes-no choice for overwriting existing file for save as 2019-04-05 12:26:44 +00:00
Joao Moreno
d1c3085dcf update distro 2019-04-05 14:13:24 +02:00
Sandeep Somavarapu
53f92c705b ExtensionEnablementService:
- Remove getDisabledExtensions and instead use isEnabled or getEnablementState methods
2019-04-05 14:07:28 +02:00
Sandeep Somavarapu
6ca123d62f Simplify reload action and fix test 2019-04-05 14:07:28 +02:00
Christof Marti
994f382b4d Update distro hash 2019-04-05 11:27:45 +02:00
Benjamin Pasero
d9f112a430 💄 2019-04-05 11:13:33 +02:00
Benjamin Pasero
ec57d68954 files2 - disable failing test for unsupported platforms 2019-04-05 10:48:31 +02:00
Benjamin Pasero
a464701a02 debt - fix toResource() with schemes 2019-04-05 10:46:15 +02:00
Alex Ross
061a3f1081 showOpenDialog should respect useSimplified setting
Fixes #71326
2019-04-05 08:40:28 +00:00
Benjamin Pasero
3dae9c13f0 toResource 💄 2019-04-05 10:37:51 +02:00
Christof Marti
54915077a2 Keep export 2019-04-05 10:13:26 +02:00
Alex Ross
7e4cce9759 Add autocomplete to file picker when arrowing through list items
Fixes #69379
2019-04-05 08:11:55 +00:00
Martin Aeschlimann
45a6ed099a filefolder picker returns wrong IURIToOpen 2019-04-05 10:10:57 +02:00
Christof Marti
d4be221aaa Cleanup unused properties 2019-04-05 10:08:50 +02:00
Sandeep Somavarapu
bad66ff5e1 update cache on intitialzing remote configuration 2019-04-05 10:01:10 +02:00
Sandeep Somavarapu
9974f80f7a Merge pull request #71734 from Microsoft/sandy081/removeAcquireFileService
Remove acquireFileService hack
2019-04-05 09:54:30 +02:00
Benjamin Pasero
826d53f620 debt - dispose provider properly 2019-04-05 09:50:36 +02:00
Benjamin Pasero
c8bbe643dc files2 - print events in failing tests 2019-04-05 09:15:18 +02:00
Sandeep Somavarapu
98b2107612 remove hashservice 2019-04-05 08:06:34 +02:00
Rachel Macfarlane
d234937aed More diagnostics refactoring 2019-04-04 17:30:27 -07:00
Peng Lyu
a556fe2761 Support multiple comment provider 2019-04-04 15:24:27 -07:00
Peng Lyu
5876f66f77 Merge EmptyCommentThreadFactory with CommentingRangeProvider 2019-04-04 15:24:27 -07:00
Matt Bierner
5fb8764a0b Try making applyStyles more resilient
Fixes #71741

In cases where a webview takes a long time to be created, it is possible that we try applying styles to the unloaded iframe content. This happens when the load timeout fires before the window itself is actually created

Fix is to make sure we also apply styles in a DOMContentLoaded event handler
2019-04-04 14:49:56 -07:00
Sandeep Somavarapu
338aaec55e Fix #71585 2019-04-04 22:08:25 +02:00
Sandeep Somavarapu
3c3c2e3552 fix #71649 2019-04-04 21:53:20 +02:00
Matt Bierner
e88a32ff2c Make vscode-editor-font-family track real editor font family and introduce vscode-font-family for the UI font-family
Fixes #70619

**Bug**
`vscode-editor-font-family` was tracking the UI font family, not the actual `editor.fontFamily` setting

**Fix**
Make `vscode-editor-font` settings match the `editor.font*` settings

Introduce `vscode-font-*` settings that match the vscode ui settings
2019-04-04 11:53:08 -07:00
Sandeep Somavarapu
be67a4a04c remove acquire file service 2019-04-04 20:41:06 +02:00
Sandeep Somavarapu
cd693406e1 fix tests 2019-04-04 20:35:41 +02:00
Sandeep Somavarapu
cd690d54dc Use IConfigurationFileService and remove node based configurations 2019-04-04 19:30:18 +02:00
Sandeep Somavarapu
0f4177097f Configuration File Service
- is watching or not
- wait until provider is registered
2019-04-04 19:30:18 +02:00
Sandeep Somavarapu
4e817b4c24 Use configuration file service in user configuration 2019-04-04 19:30:18 +02:00
Rob Lourens
8bd5e2f93d Fix #71392 - remove autofixing commas in settings.json 2019-04-04 10:17:55 -07:00
Benjamin Pasero
fc07ea96e9 add warning on service registration 2019-04-04 17:21:47 +02:00
Johannes Rieken
e9568ad84c debt - use Cache for completion items 2019-04-04 17:20:17 +02:00
Johannes Rieken
b15e6329a5 debt - don't use heap service for lazy links 2019-04-04 17:20:17 +02:00
Johannes Rieken
272d558cf6 debt - add ILinksList to LinksProvider and allow it to define a lifecycle 2019-04-04 17:20:16 +02:00
isidor
5e0c911e48 label.getPathLabel use resource.relative 2019-04-04 17:16:23 +02:00
isidor
5b182543a5 explorer: remove path.normalize from explorer filter 2019-04-04 17:00:49 +02:00
Andre Weinand
e07de5b3ad support debuging more than one extension; fixes #71081 2019-04-04 16:11:13 +02:00
isidor
0bce369fea explorer: onDidChangeItem emit if refresh should be recursive
fixes #71588
2019-04-04 15:38:23 +02:00
Benjamin Pasero
65107197f1 💄 CSS selectors 2019-04-04 15:38:09 +02:00
Benjamin Pasero
a668b4fee8 notifications - make #50931 a bit better 2019-04-04 15:14:53 +02:00
Johannes Rieken
2b0b913632 debt - don't send unused data around 2019-04-04 13:00:53 +02:00
Johannes Rieken
6b4d6be8a8 handle resolveCodeLens-error, fixes #71532 2019-04-04 13:00:22 +02:00
Benjamin Pasero
f8b33f1e3c files2 - no country for flaky tests 2019-04-04 12:06:26 +02:00
Martin Aeschlimann
c1dc62c038 vscode.openFolder broken 2019-04-04 11:48:21 +02:00
Alex Ross
de4a001457 Force save suffix when saving in simple dialog 2019-04-04 09:39:32 +00:00