Skip to content

Commit

Permalink
update vscode developper settings
Browse files Browse the repository at this point in the history
remove some useless, invasive ore obsolete options
  • Loading branch information
perrinjerome committed Jul 4, 2024
1 parent 3fde401 commit bd773ed
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,8 @@
"[typescriptreact]": {
"editor.formatOnSave": false
},
"eslint.autoFixOnSave": true,
"eslint.validate": [
{
"language": "typescript",
"autoFix": true
}
],
"typescript.tsdk": "node_modules/typescript/lib",
"editor.fontSize": 14,
"terminal.integrated.fontSize": 14,
"debug.console.fontSize": 14,
"window.zoomLevel": -1,
"python.formatting.provider": "yapf",
"python.linting.pylintEnabled": false,
"python.linting.mypyEnabled": true,
"python.pythonPath": "../venv/bin/python",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
}
}
}

0 comments on commit bd773ed

Please sign in to comment.