Commit Graph

160 Commits

Author SHA1 Message Date
Johannes Rieken
3a2e67d1e9 add RemoteTelemetry which implements ITelemetryService, remove AbstractRemoteTelemetryService, workerTelemetryService, extHostTelemetryService, #5219 2016-04-13 15:44:43 +02:00
Benjamin Pasero
8081b5bb72 a little bit more pluginHost => extensionHost 2016-03-24 15:55:53 +01:00
Benjamin Pasero
7827514998 less delete this.* 2016-03-16 16:01:58 +01:00
Dirk Baeumer
56920f1408 Fixes #4305: Provide API to access the locale and ui language 2016-03-16 12:43:59 +01:00
Alex Dima
646469dc35 Fixes #4152: use nls.localize in errors/warnings messages 2016-03-15 12:47:36 +01:00
Sofian Hnaide
6ee475f7a7 fix activate extension telemetry event to include 2016-03-09 17:26:58 -08:00
Alex Dima
a3bdfe7ede More plugin -> extension 2016-03-01 18:54:44 +01:00
Alex Dima
533844ab8d More plugin -> extension 2016-03-01 18:54:42 +01:00
Alex Dima
f693ba1495 rename nativePluginService to nativeExtensionService 2016-03-01 18:54:40 +01:00
Alex Dima
6ae815a7c5 plugin -> extension 2016-03-01 18:54:39 +01:00
Alex Dima
1f089172b3 plugin -> extension 2016-03-01 17:12:44 +01:00
Alex Dima
7bd205a3d5 More plugin -> extension renames and reorg 2016-03-01 16:44:56 +01:00
Alex Dima
9f5d72c104 More cleanup in extension service 2016-03-01 16:44:54 +01:00
Alex Dima
4494a06961 pluginVersionValidator -> extensionValidator 2016-03-01 13:02:20 +01:00
Alex Dima
c867beb5fe More plugin -> extension renames 2016-03-01 12:44:35 +01:00
Alex Dima
149cede9e6 PluginsRegistry -> ExtensionsRegistry 2016-03-01 12:32:25 +01:00
Alex Dima
5331853508 Renames from plugins to extensions 2016-03-01 12:18:29 +01:00
Alex Dima
a2a48e3ba8 Simplify IExtensionService 2016-03-01 12:13:17 +01:00
Alex Dima
104d779af2 IPluginService -> IExtensionService 2016-03-01 12:01:36 +01:00
Alex Dima
07b3df70d1 src/vs/platform/plugins -> src/vs/platform/extensions 2016-03-01 11:51:56 +01:00
Alex Dima
476879903a Organize imports 2016-02-21 22:24:17 +01:00
Dirk Baeumer
1dc404e2ea Fixes #3086 2016-02-17 14:16:14 +01:00
Dirk Baeumer
3595a3af33 Externalize strings for TypeScript extensions 2016-02-15 12:20:28 +01:00
Dirk Baeumer
90dce6abea Add support to localize package.json 2016-02-12 16:06:34 +01:00
Johannes Rieken
58dfefb502 use stringify/parse and replacer/reviver for marshalling for the sake of perfomance, #2511 2016-02-01 15:47:42 +01:00
Joao Moreno
37c2157978 extensions can become obsolete, so delete them on startup
fixes #2096
2016-01-27 18:07:51 +01:00
Dirk Baeumer
4bed00b373 Fixes #2434 2016-01-27 12:03:30 +01:00
Sofian Hnaide
2f8e58409c Adding a global Env to the extension API 2016-01-20 16:28:56 -08:00
Johannes Rieken
a2cd24ace9 when talking to the extension host, only marshall/demarshall but don't stringify/parse, fixes #2088 2016-01-20 09:45:43 +01:00
Johannes Rieken
79f5349acb trus 'rejectionHandled' and 'unhandledRejection' events and only warn about unhandled promises after 1 second, fixes #963 2016-01-19 15:19:19 +01:00
Johannes Rieken
81456a7212 move api/common to api/browser 2016-01-11 14:44:13 +01:00
Benjamin Pasero
0e7ed68303 move proxy helper from workbench => base 2016-01-11 09:59:29 +01:00
Joao Moreno
69aba0984c s/host/hostname/
fixes #69
2016-01-04 17:41:36 +01:00
Benjamin Pasero
788201b268 debt - move quick open service to common 2015-12-21 19:07:56 +01:00
Benjamin Pasero
465fc4f58b more linting in workbench 2015-12-21 17:35:25 +01:00
Benjamin Pasero
63f8136c51 remove usage of EventSource in favour of Event & Emitter (fixes #1522) 2015-12-21 15:32:12 +01:00
Johannes Rieken
8aadd81678 debt - rename PluginHostXYZ to ExtHostXYZ, do the same for filenames 2015-12-21 11:46:00 +01:00
João Moreno
4f53830d53 Merge pull request #1367 from joaomoreno/fix-1111
Fix: Upgrading Extensions Blows Up
2015-12-16 16:34:30 +00:00
isidor
d62dbed35c pluginHostMain: ovewriting an extension message should have a source.
fixes #1326
2015-12-16 11:39:45 +01:00
Joao Moreno
0f800b76cf load latest extension version
fixes #1111
2015-12-16 08:34:08 +00:00
Joao Moreno
b175b29c83 remove leftover console.log 2015-12-09 16:09:22 +01:00
Alex Dima
98473e0e88 Call extension deactivate(), dispose subscriptions on extension host shutdown 2015-12-09 13:21:51 +01:00
Benjamin Pasero
db42fed458 add missing copyright 2015-12-01 18:45:16 +01:00
Joao Moreno
eaa5bcfe19 bring proxy stuff together
add http.proxyStrictSSL option

fixes #155
2015-12-01 18:20:57 +01:00
Benjamin Pasero
e08e52dc54 Add a command line flag to disable loading of extensions (users, dev) 2015-12-01 16:06:12 +01:00
Johannes Rieken
8f0ec19a6f don't scare people #693 2015-11-27 09:00:32 +01:00
Johannes Rieken
59990425dd adjust rejection log message 2015-11-27 08:58:25 +01:00
Benjamin Pasero
1ef99fc702 bin => bind 2015-11-24 18:00:37 +01:00
Benjamin Pasero
fea1ef3bfc polish 2015-11-24 17:33:35 +01:00
Benjamin Pasero
6505ab448b tests: make sure to set proper exit codes 2015-11-24 08:20:58 +01:00