Commit graph

7 commits

Author SHA1 Message Date
Matt Bierner c662fe67bf
Bump default target for jsconfig template 2022-02-28 15:16:39 -08:00
Martin Aeschlimann eeee6244d9 [josn] fix wrong schema-schema reference, use draft-07 everywhere 2019-12-05 11:15:39 +01:00
Samuel Bronson 96479b86f3
Allow trailing commas in jsconfig.json, too
This is a followup to commit bcf67c867f "allow trailing commas in tsconfig.json (for #80419)".
2019-11-23 21:36:10 -05:00
Matt Bierner a967c8ada3 Move js/ts json validation to js/ts language features extension
Fixes #73336
2019-10-04 15:31:21 -07:00
Matt Bierner 6b89247875 Allow extension contributed TS plugins to be loaded for workspace versions of TS
Fixes #65031

Adds a `enableForWorkspaceTypeScriptVersions` flag (default false) to the plugins contributions that  allows a contributed plugin to be loaded for workspace versions of ts
2018-12-13 14:29:32 -08:00
Matt Bierner 22789e6b0e Fix extra word 2018-05-31 17:22:36 -07:00
Matt Bierner 857db02b2c Add proper contribution schema for ts server pluguins
#50682
2018-05-31 17:21:04 -07:00