vscode/extensions/git
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
..
resources/icons Changed git renamed icon to orange color 2017-04-11 21:11:21 -06:00
src Merge pull request #26008 from letmaik/git-sync-ahead-behind 2017-05-05 12:56:12 +02:00
test git: run status without buffering whole output 2017-04-18 17:16:20 +02:00
npm-shrinkwrap.json Added support for encodings for Git. 2017-04-17 23:00:08 +03:00
OSSREADME.json Support git commit message syntax highlighting (fixes #3876) 2016-03-11 16:30:05 +01:00
package.json Merge branch 'Issue15613_AllFilesCommitted' of https://github.com/seesemichaelj/vscode into seesemichaelj-Issue15613_AllFilesCommitted 2017-05-04 16:32:37 +02:00
package.nls.json Merge branch 'Issue15613_AllFilesCommitted' of https://github.com/seesemichaelj/vscode into seesemichaelj-Issue15613_AllFilesCommitted 2017-05-04 16:32:37 +02:00
tsconfig.json Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
vsc-extension-quickstart.md git extension: first steps 2016-10-10 17:37:28 +02:00