Commit graph

79 commits

Author SHA1 Message Date
Christof Marti c09911add3 Avoid assumptions about git: URIs (fixes #36236) 2018-08-02 15:09:51 +02:00
Christof Marti d61baf3b16 Don't assume local file (#36236) 2018-07-23 12:55:32 +02:00
Dirk Baeumer 04594c864b Add support for Language Packs 2018-01-25 21:14:34 +01:00
Christof Marti c561784a90 Clean up (#37212) 2017-11-08 11:01:58 -08:00
Erich Gamma a54c44cb0d Enabling the 'noUnusedLocals' compiler option for extensions 2017-11-08 10:23:49 +01:00
Erich Gamma b94569fe0d tslint5 adoption - fix semicolon rule 2017-11-07 12:08:22 +01:00
Johannes Rieken 6d00916e01 improve warning for bad links, #35017 2017-09-27 10:54:25 +02:00
Christof Marti 1488aafa09 Load Markdown and XML parsers on demand (fixes #33141) 2017-09-08 09:52:08 -07:00
Johannes Rieken 63021129db use async module loading for typescript, #33141 2017-08-28 15:55:39 +02:00
Christof Marti 1f01ffb1d2 Improve warning messages (fixes #30434) 2017-07-28 15:45:45 -07:00
Johannes Rieken 8bba4098c7 make vscode.d.ts-link detector fit for multi root 2017-07-28 15:03:16 +02:00
Christof Marti 91e83d4898 Fallback to warn on label 2017-06-28 17:45:25 -07:00
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
Matt Bierner 513b3b406d Fix name for ts 2.3.3 2017-05-12 18:52:26 -07:00
Alex Dima aca01f2daa Fix build hygiene issues 2017-04-14 14:08:52 +03:00
Sandeep Somavarapu 7b76b74e4c #20878 add string checks 2017-02-21 16:30:00 +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
Johannes Rieken 7b12aeb422 config-editing, api-test use strictNull-checks, #6907 2016-11-23 12:12:31 +01: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