Skip to content

Instantly share code, notes, and snippets.

@xsolon
Last active May 6, 2020 17:20
Show Gist options
  • Save xsolon/ab8009808f51cc4bb4103efe760ca08e to your computer and use it in GitHub Desktop.
Save xsolon/ab8009808f51cc4bb4103efe760ca08e to your computer and use it in GitHub Desktop.
{
"files.exclude": {
"**/*.js": true,
"**/*.js.map": true,
"**/*.njsproj": true,
"**/*.njsproj.user": true,
"bin/": true,
"node_modules/": true,
"obj/": true,
"package-lock.json": true
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"editor.formatOnSave": true,
"[html]": {
"editor.formatOnSave": false // ContentLink issue in webparts
},
"eslint.validate": [
"typescript"
],
"files.associations": {
"*.aspx": "html" // https://code.visualstudio.com/docs/languages/identifiers
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment