Skip to content

Commit

Permalink
Updating vscode settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
despicableGruu committed Apr 3, 2017
1 parent 18c955e commit 6166245
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
// Place your settings in this file to overwrite default and user settings.
{
"editor.formatOnPaste": true,
"editor.minimap.enabled": true,
"editor.snippetSuggestions": "top",
"editor.tabSize": 4,
"files.exclude": {
"Lib/": false,
"Scripts/": false,
"tcl/": false,
"Include/": false,
".vscode/": false,
"**/static-only/": false,
"*/application/__pycache__/": false,
"*/application/migrations/": false,
"*/contact/__pycache__/": false,
"*/contact/migrations/": false,
"*/device/__pycache__/": false,
"*/device/migrations/": false,
"*/facility/__pycache__/": false,
"*/facility/migrations/": false,
"*/management/__pycache__/": false,
"*/management/migrations/": false,
"*/pdiPortal/__pycache__/": false,
"*/publisher/__pycache__/": false,
"*/publisher/migrations/": false,
"*/store/__pycache__/": false,
"*/store/migrations/": false
}
"editor.formatOnPaste": true,
"editor.minimap.enabled": true,
"editor.snippetSuggestions": "top",
"editor.tabSize": 4,
"files.exclude": {
"Lib/": true,
"Scripts/": true,
"tcl/": true,
"Include/": true,
".vscode/": true,
"**/static-only/": true,
"*/application/__pycache__/": true,
"*/application/migrations/": true,
"*/contact/__pycache__/": true,
"*/contact/migrations/": true,
"*/device/__pycache__/": true,
"*/device/migrations/": true,
"*/facility/__pycache__/": true,
"*/facility/migrations/": true,
"*/management/__pycache__/": true,
"*/management/migrations/": true,
"*/pdiPortal/__pycache__/": true,
"*/publisher/__pycache__/": true,
"*/publisher/migrations/": true,
"*/store/__pycache__/": true,
"*/store/migrations/": true
}
}

0 comments on commit 6166245

Please sign in to comment.