mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
fix issue with shared Code settings
- remove obsolete rules for .js/.ts - hide .happypack folder in the project tree
This commit is contained in:
committed by
Eugenio Romano
parent
d787160c26
commit
142d6a0bbf
6
.vscode/settings.json
vendored
6
.vscode/settings.json
vendored
@@ -5,10 +5,8 @@
|
|||||||
"**/.svn": true,
|
"**/.svn": true,
|
||||||
"**/.hg": true,
|
"**/.hg": true,
|
||||||
"**/.DS_Store": true,
|
"**/.DS_Store": true,
|
||||||
"**/*.js": { "when": "$(basename).ts"},
|
"**/coverage": true,
|
||||||
"**/*.js.map": { "when": "$(basename).ts"},
|
"**/.happypack": true
|
||||||
"**/*.d.ts": { "when": "$(basename).ts"},
|
|
||||||
"**/coverage": true
|
|
||||||
},
|
},
|
||||||
"editor.renderIndentGuides": true,
|
"editor.renderIndentGuides": true,
|
||||||
"tslint.configFile": "ng2-components/tslint.json"
|
"tslint.configFile": "ng2-components/tslint.json"
|
||||||
|
Reference in New Issue
Block a user