Commit graph

15 commits

Author SHA1 Message Date
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 6d11792abf Change the git extension to use shared tsconfig 2018-10-02 10:24:19 -07:00
Johannes Rieken ae6ac66cb5 use ts-loader compilerOptions 2018-08-16 11:49:05 +02:00
Johannes Rieken d62f5b3da9 use ts loader, exclude node_module for now 2018-08-16 10:52:08 +02:00
Joao Moreno ca58c21bfc fixes #44188 2018-02-22 10:22:19 +01:00
Matt Bierner ab1d686a41 Fix a few more errors 2017-11-06 13:43:15 -08:00
Matt Bierner b743e245ad Enable strict compilation settings in git extension
Enables strict checks in the git extensions
2017-11-06 13:33:22 -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
Joao Moreno 178310abe4 git model 2016-11-29 17:09:55 +01:00
Joao Moreno dd043965ad move git lib over to extension 2016-11-28 17:18:46 +01:00
Joao Moreno 65786afc7f strictNullChecks for git extension 2016-11-25 11:51:04 +01:00
Joao Moreno 901810dc4a git: dirty diff first steps 2016-10-11 09:37:28 +02:00
Joao Moreno 8650a786ee git extension: first steps 2016-10-10 17:37:28 +02:00