2015-11-22 06:48:40 +00:00
|
|
|
// Place your settings in this file to overwrite default and user settings.
|
|
|
|
{
|
|
|
|
"files.exclude": {
|
|
|
|
"**/.git": true,
|
|
|
|
"**/.DS_Store": true,
|
2016-05-18 03:55:57 +01:00
|
|
|
"**/*/vsix": true,
|
2015-11-22 06:48:40 +00:00
|
|
|
"**/*.js": {"when": "$(basename).ts"}
|
|
|
|
}
|
|
|
|
}
|