Commit Graph

39 Commits

Author SHA1 Message Date
Benjamin Pasero
a9486e406f linting: convert double quote imports to single quote 2017-05-26 09:27:46 +02:00
Johannes Rieken
c47cdcfea0 send telemetry message when extensions generate warning during real world run, #27090 2017-05-23 16:32:21 +02:00
Martin Aeschlimann
6915d0ffc1 Move getParseErrorMessage 2017-05-10 10:10:17 +02:00
Michel Kaporin
5440a2cdea Merge branch 'original-nls' of https://github.com/michelkaporin/vscode into michelkaporin-original-nls 2017-03-27 11:52:58 +02:00
Johannes Rieken
0e5198437c use native path#{join,normalize} over our custom stuff 2017-03-24 15:11:02 +01:00
Michel Kaporin
2199d94d33 Added alias and category back to statically registered commands. Added additional check to create ILocalizedString only for title or category. 2017-03-24 10:44:40 +01:00
Michel Kaporin
1f84bfe86a Showing original command names next to translated. Resolves #17549. 2017-03-23 16:29:17 +01:00
Sandeep Somavarapu
88f9357536 Fix #22083 2017-03-07 10:20:37 +01:00
Sandeep Somavarapu
622b8004f4 #19685 Revert changes in Extension Description
- Revert changes to id in Ext description. No lowering of name.
- Implement an equal function to check equality of extensions
- Use above function to check the equality with extension description
2017-03-03 11:25:04 +01:00
Sandeep Somavarapu
b30abf53f4 #19685 Use lower case id
- In Extension description in Extension host
- In Extension enablement service
- Rename identifier to id in IExtension
2017-03-02 00:35:04 +01:00
Sandeep Somavarapu
1babad1f58 #19685: Scanning local extensions
- Adopt to gallery extension id (lowercase) while scanning local extensions in Extension management and Extension host
2017-03-02 00:35:04 +01:00
Sandeep Somavarapu
6d799695db Fix #19753 2017-02-03 14:28:42 +01:00
Martin Aeschlimann
3d18fd4d9f nls in package.json: Also support strings in arrays 2017-01-07 22:22:24 -04:00
Martin Aeschlimann
3a67f92f5b improve package.json parsing performance. Fixes #18218 2017-01-07 14:46:45 -04:00
Martin Aeschlimann
f50074e452 Only look at extensions that have a package.json 2016-11-23 17:36:52 +01:00
Sandeep Somavarapu
7f4af5cfd1 Fix #14763 - Revert the fix. 2016-11-07 18:50:47 +01:00
Sandeep Somavarapu
1f298d54a2 Fix #14763
- Include extension specific properties only
- Refactor: Move extensions scanning to MainThreadExtensionService
2016-11-01 17:57:22 +01:00
Johannes Rieken
e45b76473c enableProposedApi is optional 2016-11-01 09:37:44 +01:00
Johannes Rieken
c510d53da7 sample for vscode.proposed.d.ts and implementation 2016-10-31 17:03:32 +01:00
Alex Dima
949dc8c893 Remove extraneous boolean (#14500) 2016-10-26 22:08:44 +02:00
Joao Moreno
7d0460f83f improve ext obsolete detection at loading time
related to #13603
2016-10-13 09:25:13 +02:00
Johannes Rieken
6681a2a7d6 tsfmt - src 2016-10-08 09:53:13 +02:00
Martin Aeschlimann
48e8164164 Update json.ts to latest jsonc-parser 2016-05-15 21:19:22 +02: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
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
07b3df70d1 src/vs/platform/plugins -> src/vs/platform/extensions 2016-03-01 11:51:56 +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
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
Joao Moreno
0f800b76cf load latest extension version
fixes #1111
2015-12-16 08:34:08 +00:00
Erich Gamma
8f35cc4768 Hello Code 2015-11-13 14:39:38 +01:00