Sandeep Somavarapu
5b02e68e42
fix profile import/export in web ( #171753 )
...
- move it to configuration-editing extension
2023-01-19 15:13:23 -08: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
60287ebe51
Move configuration-editing to use shared tsconfig
2018-10-02 10:24:20 -07:00
Matt Bierner
86ceb0c84e
Enable noUnusedParameters in configurationHelper
2018-10-01 16:01:28 -07:00
Sandeep Somavarapu
03f92dde0a
Fix #44187
2018-02-22 10:19:52 +01:00
Matt Bierner
cd00b590a8
Enable strict in a few more extensions
2017-11-06 11:40:05 -08: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
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
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
Johannes Rieken
7b12aeb422
config-editing, api-test use strictNull-checks, #6907
2016-11-23 12:12:31 +01:00
Martin Aeschlimann
346834b1f0
configuration-editing: fix npm install, vscode lookup, completion item usage
2016-06-06 08:46:47 +02:00