vscode/extensions/gulp
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
..
src Fixes #24073: Improve task API and adopt gulp extension to it. 2017-04-06 21:12:08 +02:00
package.json Fixes #24073: Improve task API and adopt gulp extension to it. 2017-04-06 21:12:08 +02:00
package.nls.json Grunt autodetection for terminal task runner 2017-04-14 15:19:32 +02:00
tsconfig.json Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00