Commit graph

6875 commits

Author SHA1 Message Date
Martin Aeschlimann
2ed511ea28 Remove standalone schemas 2016-08-17 11:31:19 +02:00
Martin Aeschlimann
66e30f2b19 Fix default values for language-configuration 2016-08-17 11:31:19 +02:00
Benjamin Pasero
549c1772fe no more process.argv dependency in environmentService 2016-08-17 11:16:02 +02:00
Benjamin Pasero
be2034c5b5 keep environment service simple 2016-08-17 11:11:58 +02:00
Johannes Rieken
48ff5e7973 suggest - simplify how to tell from which provider suggestions should comple, towards #2508 2016-08-17 11:04:24 +02:00
Benjamin Pasero
3233ef35a0 more direct use of product and pkg modules 2016-08-17 10:25:56 +02:00
Joao Moreno
72030e1873 extensionGallery:openExtension telemetry event
fixes #10606
2016-08-17 10:00:13 +02:00
Joao Moreno
f80496d396 revert paths.ts defaults 2016-08-17 09:06:26 +02:00
Joao Moreno
ecd39ef3c1 remove fallback from package.ts and product.ts 2016-08-17 09:04:36 +02:00
Joao Moreno
195e77304b remove unused path.join 2016-08-17 09:04:18 +02:00
Benjamin Pasero
84c4c8d492 add meaningful defaults to paths, product and package to survive test runs 2016-08-17 08:20:19 +02:00
Benjamin Pasero
d2a413ee9a more use of IEnvironmentService 2016-08-17 07:54:59 +02:00
Benjamin Pasero
c121936678 use product over context service 2016-08-17 07:00:39 +02:00
Joao Moreno
ae1d545716 improve request service interface 2016-08-16 18:17:00 +02:00
Joao Moreno
492dc4a162 remove NodeRequestService 2016-08-16 18:17:00 +02:00
Joao Moreno
971b243e49 💄 2016-08-16 18:17:00 +02:00
Joao Moreno
a61546ac64 extension gallery service uses IRequestService2
moves proxy business away from each consumer
2016-08-16 18:17:00 +02:00
Joao Moreno
a672eeb462 make json, download not call request 2016-08-16 18:17:00 +02:00
Joao Moreno
b9d112985f RequestService2 2016-08-16 18:17:00 +02:00
Joao Moreno
ca41e24feb update comments 2016-08-16 18:17:00 +02:00
Joao Moreno
f0d09cf7d2 add todo 2016-08-16 18:17:00 +02:00
Joao Moreno
c8caac361f contain gallery code inside GalleryService
related to #10180
2016-08-16 18:17:00 +02:00
Joao Moreno
416fe53a13 remove console.log 2016-08-16 18:17:00 +02:00
Benjamin Pasero
d54054ee3f introduce and use IEnvironmentService to the renderer (for #6095) 2016-08-16 17:57:00 +02:00
Benjamin Pasero
01a25e9455 polish code 2016-08-16 17:24:54 +02:00
Benjamin Pasero
817c5c2d6f remove one no-op use of context service in tests 2016-08-16 17:16:35 +02:00
Alex Dima
9a9ddab3fc Fixes #10586: Avoid slow matching regex /[^\s]+$/ 2016-08-16 17:02:34 +02:00
Alexandru Dima
fd5dd52340 Merge pull request #10515 from ramamurthynagaraj/master
Added editor.fontWeight and terminal.integrated.fontWeight configuration
2016-08-16 16:23:20 +02:00
Alexandru Dima
75510978d4 Merge pull request #10322 from johnfn/patch-1
Fix flipping axes behavior.
2016-08-16 16:20:48 +02:00
Alexandru Dima
375f17eeba Merge pull request #10309 from sandyarmstrong/ie-show-fix
Fix show in IE11
2016-08-16 16:06:19 +02:00
Alex Dima
00f1ead394 Remove unused code 2016-08-16 16:05:46 +02:00
Benjamin Pasero
50a58af859 bring back Ctrl+E for win/linux to use quick open 2016-08-16 15:07:15 +02:00
Benjamin Pasero
70d6ae4687 entering the lair of debt 2016-08-16 12:28:02 +02:00
Benjamin Pasero
32b4b8124e fix tests 2016-08-16 12:27:43 +02:00
Benjamin Pasero
48b08f3456 opacity for inactive title decorations 2016-08-16 11:59:45 +02:00
Benjamin Pasero
c4e9196d21 perf: do not run into O(n^2) when adding child to a folder 2016-08-16 11:53:54 +02:00
Alexandru Dima
55ccfe43ce Merge pull request #9726 from bgashler1/bgashler1/issue-3690/monaco-hc-fix
Addresses #3690 high-contrast less hacky in editor
2016-08-16 11:40:35 +02:00
Alexandru Dima
02d72406d4 Merge pull request #9394 from ChristianAlexander/workspace-contains-directory
Allow workspaceContains to specify directories (fixes #8295).
2016-08-16 11:31:57 +02:00
Alexandru Dima
ca979fc8b5 Merge pull request #9249 from eamodio/code-lens-focus
Fixes #7749 - Focus on CodeLens click
2016-08-16 11:30:01 +02:00
Benjamin Pasero
40ca4cba4a reduce one extra guessMimeTypes() call when resolving a folder in the explorer 2016-08-16 11:28:05 +02:00
Benjamin Pasero
d699c077a6 optimize mime.guessMimeTypes() 2016-08-16 11:02:52 +02:00
Johannes Rieken
a61944bc39 remove ISuggestEvent#currentWord 2016-08-16 10:47:47 +02:00
Johannes Rieken
2bc4681760 debt - move scoring into completion model, honor the text range of each completion item 2016-08-16 10:45:22 +02:00
Johannes Rieken
23b0b3da56 don't get fooled again... 2016-08-16 10:35:57 +02:00
Johannes Rieken
d32557e5aa Revert "debt - remove unused code"
This reverts commit 30e065d90d.
2016-08-16 10:35:24 +02:00
Johannes Rieken
30e065d90d debt - remove unused code 2016-08-16 09:58:14 +02:00
Johannes Rieken
d0b77851a5 align names of CompletionItem and ISuggestion 2016-08-16 09:55:42 +02:00
Johannes Rieken
cafe4a992b default snippet suggestion sort order is 'bottom', #10467 2016-08-16 09:41:15 +02:00
Benjamin Pasero
11ffcfcf69 remove unused 2016-08-16 07:38:28 +02:00
Benjamin Pasero
f014cbcfb7 let => const 2016-08-16 07:28:35 +02:00