Visual Studio Code config
{
"autoimport.doubleQuotes": true,
"extensions.ignoreRecommendations": false,
"eslint.alwaysShowStatus": true,
"files.exclude": {
"**/*.map": true,
"**/**/**/**/*.js": true,
"**/.git": true,
"**/.svn": true,
"**/**/**/*.js": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true
},
"workbench.colorTheme": "Monokai",
"window.zoomLevel": 0,
// "typescript.check.tscVersion": false,
"terminal.integrated.shell.windows": "C:\\windows\\Sysnative\\cmd.exe",
"workbench.iconTheme": "vscode-great-icons",
"git.enableSmartCommit": true,
"editor.renderWhitespace": "none"
}