Matt Bierner
98b069c041
Work towards getting isolated built-in extension compiles
...
For #271167
This makes it so our built-in extensions can mostly be built using `tsc` on the command line. Previously the extensions were picking up a lot of typing info from the root `node_modules` that meant they weren't truly independent
2025-10-13 11:03:20 -07:00
Johannes Rieken
68e819043c
use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files
2021-11-09 15:53:35 +01:00
Matt Bierner
119581fc2a
Use more standard name for shared extension tsconfig
...
This enables Intellisense in the `tsconfig.base` file
2021-04-12 15:58:38 -07:00
Matt Bierner
6769079c0d
Onboard jake to use shared tsconfig
2018-10-01 16:42:24 -07:00
Matt Bierner
3f9bc10e81
Set strict mode in a few extensions that already have strictNullChecks
2017-11-06 10:32:24 -08:00
Dirk Baeumer
87cfa19524
Fixes #25518 : Cannot associate a problem matcher with an auto detected tasks
2017-05-19 17:38:57 +02:00