Commit Graph
665 Commits
Author SHA1 Message Date
Joao Moreno 7fc80e5f09 catch bad obsolete file format
fixes #9935
2016-08-31 12:38:32 +02:00
Joao Moreno 3e14ed6a02 propagate extension installation errors to UI
fixes #9979
2016-08-31 11:29:00 +02:00
Joao Moreno df2bf8b841 http.proxyAuthorization setting
fixes #6480
2016-08-31 11:29:00 +02:00
Johannes Rieken 0ed5aef173 make CommandRegistry#register return a disposable, #9384 2016-08-29 18:10:05 +02:00
Dirk Baeumer 28ac2de7d0 Fixes #8474: Fix $msCompile regex to match Microsoft C++ Compiler messages 2016-08-26 16:10:11 +02:00
Dirk Baeumer 85b001da24 Fixes #8562: Problem matcher should use unique onwer if omitted 2016-08-26 15:53:16 +02:00
Christof Marti 464da36713 #55 Keep cache around and update when reopened 2016-08-25 18:55:19 -07:00
Christof Marti c530e3104f #55 Start file traversal when QuickOpen opens 2016-08-25 12:05:25 -07:00
Joao Moreno 5d57dce327 simple ext tips, contexts in extension viewlet 2016-08-25 17:27:28 +02:00
Johannes Rieken 5e52d73b4c always listen on alt-key, show alt-command on altkey and hover, fixes #9861 2016-08-25 09:23:41 +02:00
Benjamin Pasero d4193f15f9 config - add lookup method 2016-08-25 08:16:34 +02:00
Benjamin Pasero 673d75e761 config - add method to get known configuration keys 2016-08-24 16:39:17 +02:00
Joao Moreno 537b5bbc5a extension editor: improve keybindings 2016-08-24 11:16:47 +02:00
Joao Moreno 7b157f700e extension editor: themes 2016-08-23 17:50:59 +02:00
Joao Moreno 064e925ece extension editor: show debuggers 2016-08-23 17:50:59 +02:00
Benjamin Pasero 538f69b5c6 add tests for workspace config service 2016-08-23 15:56:24 +02:00
Joao Moreno 3b708a36d3 Merge branch 'extension-contributions' 2016-08-23 15:32:00 +02:00
Joao Moreno 169983b2f5 extension editor: show settings contributions 2016-08-23 15:30:58 +02:00
Alex Dima 8b57d21287 Simplify combinedDisposable 2016-08-23 14:06:19 +02:00
Johannes Rieken 6110660a23 add 'resourceFilename' context key 2016-08-23 11:50:17 +02:00
Joao Moreno 4f22d44706 galleryExtension.iconUrlFallback related to #10180 2016-08-23 11:08:22 +02:00
Benjamin Pasero cfc6c77fcc loadConfiguration => reloadConfiguration 2016-08-23 09:19:04 +02:00
Benjamin Pasero 5f144928a3 introduce a config model on the workbench side 2016-08-23 09:19:04 +02:00
Benjamin Pasero 31bac4eef1 extract hasWorkspaceConfiguration and setUserConfiguration to workbench 2016-08-23 09:19:04 +02:00
Benjamin Pasero 8e1e322577 merge workbench and platform config service 2016-08-23 09:19:04 +02:00
Benjamin Pasero 1de7a23ccc code clean up 2016-08-23 09:19:04 +02:00
Joao Moreno 9b3d0bb96e use cdn for manifest too 2016-08-23 08:31:57 +02:00
Benjamin Pasero 8ce52eb57f fix tests on windows 2016-08-22 18:04:47 +02:00
João Moreno f9a2ff4ef8 proper uri usage
fixes #10609
2016-08-22 17:51:41 +02:00
Benjamin Pasero 9a8b244cb3 delete old node configuration service 2016-08-22 15:50:32 +02:00
Benjamin Pasero 115208a5ef add new configuration service with tests 2016-08-22 15:37:14 +02:00
Benjamin Pasero 62bfb65713 move keybindings out of legacy context 2016-08-22 09:38:47 +02:00
Benjamin Pasero 3d887baa1e fix tests 2016-08-20 07:57:08 +02:00
Christof Marti 7d071c44aa #55: Use 'find' on OSX 2016-08-19 15:18:03 -07:00
Joao Moreno bb25b46ff4 decouple execPath from parsedArgs 2016-08-19 16:41:00 +02:00
Joao Moreno eb7161d224 move ipc handles to environment service 2016-08-19 16:41:00 +02:00
Joao Moreno 3fc422cdbc simplify extension host debug env 2016-08-19 16:41:00 +02:00
Joao Moreno ad2b8bcf8f use memoization in environmentService 2016-08-19 16:41:00 +02:00
Benjamin Pasero 3d3cda1836 more workspace service simplification 2016-08-19 10:21:22 +02:00
Joao Moreno 5cd88ee560 accept-encoding uppercase 2016-08-19 09:35:43 +02:00
Joao Moreno 5f53f7c741 remove debugBrkFileWatcherPort 2016-08-18 16:58:44 +02:00
Joao Moreno d977e9cfcd move debugPluginHost parsing out of env
tests included!
2016-08-18 16:36:20 +02:00
Joao Moreno 8aa430710a add vsix download telemetry timer data
related to #10180
2016-08-18 15:24:09 +02:00
Joao Moreno 231bad3fbb fix npe 2016-08-18 15:17:37 +02:00
Joao Moreno 47876357ed add telemetry for marketplace CDN fallback code
related to #10180
2016-08-18 15:17:37 +02:00
Benjamin Pasero 686646039b getOptions()/updateOptions() only in workbench 2016-08-18 14:39:17 +02:00
Joao Moreno 14a2d834a7 fix extension installations 2016-08-18 09:41:06 +02:00
Joao Moreno 1449af5f59 implement marketplace cdn fallback logic
related to #10180
2016-08-17 17:45:21 +02:00
Joao Moreno 2c39e558df isolate gallery.getAsset
fixes #10609
2016-08-17 17:17:49 +02:00
Benjamin Pasero d1491f4ac5 remove getConfiguration() from workspace service 2016-08-17 15:35:26 +02:00