Commit graph

74 commits

Author SHA1 Message Date
Christof Marti 5afaf1dd4e Robustness towards invalid URIs 2017-06-28 16:41:08 -07:00
Christof Marti 15b579d13d Embedded SVGs not valid 2017-06-26 21:01:07 -07:00
Christof Marti 997bcf9001 Add linting for extensions 2017-06-25 17:09:56 -07:00
Joao Moreno 5667cc0e69 use vsce to determine what to package when bundling extensions
fixes #29054
2017-06-21 16:17:21 +02:00
Matt Bierner 513b3b406d Fix name for ts 2.3.3 2017-05-12 18:52:26 -07:00
Matt Bierner 7d2dea4e45 Add "Include" to extension TSConfig Files (#25860)
**Bug**
Most VSCode extensions currently specify `"exclude"` in their `tsconfig.json` but not `"include"`. This may result in extra files being included in each project

**Fix**
Add  `"include": ["src/**/*"]` to all extension tsconfig files
2017-05-05 11:37:59 -07:00
Alex Dima aca01f2daa Fix build hygiene issues 2017-04-14 14:08:52 +03:00
Martin Aeschlimann 1eb8278296 [theme] add color theme schema 2017-03-08 23:02:41 +01:00
Sandeep Somavarapu 7b76b74e4c #20878 add string checks 2017-02-21 16:30:00 +01:00
Sandeep Somavarapu 15da2f3e83 #19733 Update npm shrink-wrap for exetension-editing extension 2017-02-09 16:56:01 +01:00
Sandeep Somavarapu 5b93f63f4f Correct the pattern while registering package.json 2017-02-09 16:51:34 +01:00
Sandeep Somavarapu 765638410d #19733 Implement intellisense for language specific editor settings in configuration defaults 2017-02-09 15:24:52 +01:00
Matt Bierner 42335c57f5 Revert "Use types tsconfig option where possible"
This reverts commit 38fbba35ff.
2017-02-07 16:31:50 -08:00
Matt Bierner 38fbba35ff Use types tsconfig option where possible 2017-02-07 15:57:22 -08:00
Matt Bierner 1a024c1b19 Use reference @types/node in extensions 2017-02-07 15:38:04 -08:00
Matt Bierner cda3584a99 Use @types/node in extensions (#19692)
Switches builtin extensions to use @types/node for node definitions. Fixes a few errors that show up as a result of updating to a more modern version of node.d.ts
2017-02-01 15:20:17 -08:00
Matt Bierner 7c633148b3 Remove unneeded d.ts files from extensions (#19653)
* Remove unneeded d.ts files from extensions

Moves most extensions to use the lib files for the standard library that typescript provides.

* Remove a few more node.d.ts references
2017-02-01 12:34:50 -08:00
Matt Bierner 59e53d6070 Remove mocha.d.ts from extension projects that don't need it 2016-12-07 17:06:27 -08:00
Martin Aeschlimann 1c4e72aa68 share TypeScipt node_module amongst extensions 2016-11-23 16:35:50 +01:00
Johannes Rieken 7b12aeb422 config-editing, api-test use strictNull-checks, #6907 2016-11-23 12:12:31 +01:00
Martin Aeschlimann 75c6fa2755 [icons] associate schema for icon-themes 2016-08-23 14:45:00 +02:00
Martin Aeschlimann 986d842824 [schemas] move schema associations from json to configuration-editing and extension-editing 2016-08-23 14:45:00 +02:00
Johannes Rieken fbebca5527 do not use for-of and const
https://github.com/Microsoft/TypeScript/issues/10220
2016-08-09 10:41:21 +02:00
Johannes Rieken 6f5b444f1c add custom link provider for vscode.d.ts 2016-08-03 15:45:47 +02:00