vscode/extensions
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
..
bat Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
clojure Pull in updated clojure grammar 2017-05-02 10:37:43 -07:00
coffeescript Pick up updated coffeescript grammar (#23123) 2017-03-23 16:17:16 -07:00
configuration-editing Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
cpp Disable Autoclosing Pairs for Quotes in c++ strings and comments (#25100) 2017-04-20 15:21:42 -07:00
csharp Update C# grammar with fix for named ref/out arguments 2017-03-25 06:52:51 -07:00
css Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
diff Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
docker Run distro tool 2017-04-28 10:27:47 -07:00
extension-editing Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
fsharp [fsharp] update grammar 2017-02-10 10:32:23 +01:00
git Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
gitsyntax git: enable languages syntax 2017-01-20 19:50:34 +01:00
go Update Go grammar to atom/language-go@6de3f61 (#25216) 2017-04-24 14:37:34 -07:00
groovy Merge pull request #16339 from elemeht/jenkinsfile 2017-02-21 16:40:25 +01:00
grunt Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
gulp Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
handlebars Handlebars block expressions are not highlighted anymore. Fixes #18451 2017-01-23 11:23:46 +01:00
hlsl [hlsl] fix update script 2017-02-21 09:20:48 +01:00
html Enable Semantics Diagnostics for Inline JS (#25850) 2017-05-03 15:23:04 -07:00
ini Fixes #19515 2017-04-27 13:07:42 +02:00
java Merge pull request #19076 from fbricon/patch-1 2017-02-20 11:01:53 +01:00
javascript Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
json Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
less [themes] colorize scss and less varibales in vs themes 2017-02-02 10:48:46 +01:00
lua Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
make Leverage configurationDefaults for languages that we bundle with VS Code. Fixes #21301 2017-02-23 23:18:55 +01:00
markdown Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
ms-vscode.node-debug update node-debug deps 2016-11-23 23:12:50 +01:00
ms-vscode.node-debug2
objective-c Pick up new c/c++ grammar fixes #22339 (#22358) 2017-03-10 16:01:42 -08:00
perl [perl] typo in grammar 2017-02-15 17:07:02 +01:00
php Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
powershell [powershell] add grammar update script 2017-04-20 09:23:22 +02:00
pug [pug] update tests for grammar update 2017-01-31 10:03:45 +01:00
python Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
r Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
razor Include C# textmate grammar. Fixes #19469 2017-02-08 13:06:21 +01:00
ruby Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
rust [rust] Update rust grammar (for #19574) 2017-02-09 16:22:35 +01:00
scss [themes] colorize scss and less varibales in vs themes 2017-02-02 10:48:46 +01:00
shaderlab [shaderlab/hlsl] Add update scripts, minor fixes to OSSREADME (for #20129) 2017-02-20 11:23:14 +01:00
shellscript [shell] update grammar to textmate/shellscript.tmbundle@ba95d7b (2017-03-15) 2017-03-17 17:08:48 +01:00
sql Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
swift Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
theme-abyss more theme updates (for #25327) 2017-05-02 07:50:21 +02:00
theme-defaults Add workbench/editor colors to our built in themes (fixes #25327) 2017-04-29 15:01:44 +02:00
theme-kimbie-dark more theme updates (for #25327) 2017-05-02 07:50:21 +02:00
theme-monokai Monokai: Don't use transparency in terminal colors 2017-05-05 08:29:09 -07:00
theme-monokai-dimmed Restore monokai dimmed background 2017-05-02 11:11:46 -07:00
theme-quietlight more theme updates (for #25327) 2017-05-02 07:50:21 +02:00
theme-red Remove no longer existing theme key from Red 2017-05-05 08:30:46 -07:00
theme-seti [seti] fix vertical alignment on Windows 2017-04-12 14:51:45 +02:00
theme-solarized-dark Add terminal colors for solarized themes 2017-05-05 10:23:29 -07:00
theme-solarized-light Add terminal colors for solarized themes 2017-05-05 10:23:29 -07:00
theme-tomorrow-night-blue Tomorrow night blue: Style debug toolbar 2017-05-01 11:11:25 -07:00
typescript Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
vb [vb] syntax highlighting for "End Property" and "End Class". Fixes #10481 2017-01-23 09:33:13 +01:00
vscode-api-tests Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
vscode-colorize-tests Add "Include" to extension TSConfig Files (#25860) 2017-05-05 11:37:59 -07:00
xml Use hex colors in themes integration tests 2017-01-05 09:47:08 +01:00
yaml Leverage configurationDefaults for languages that we bundle with VS Code. Fixes #21301 2017-02-23 23:18:55 +01:00
npm-shrinkwrap.json Pick up TS 2.3.2 Fixes #25699 2017-04-30 12:27:55 -07:00
package.json Pick up TS 2.3.2 Fixes #25699 2017-04-30 12:27:55 -07:00
postinstall.js HTML language server broken in insiders. Fixes #21743 2017-03-02 12:01:32 +01:00