Add default vscode settings

adi-git-demo-rebase
Adi Thakral 2 years ago
parent a7b4e539df
commit d12bd73eb2
  1. 7
      .vscode/extensions.json
  2. 19
      .vscode/settings.json
  3. BIN
      backend/requirements.txt

@ -0,0 +1,7 @@
{
"recommendations": [
"dbaeumer.vscode-eslint",
"ms-python.python",
"humao.rest-client"
]
}

@ -0,0 +1,19 @@
{
"typescript.tsdk": "frontend/node_modules/typescript/lib",
"eslint.format.enable": true,
"eslint.codeActionsOnSave.mode": "all",
"[typescript]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"[typescriptreact]": {
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
},
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
}

Binary file not shown.
Loading…
Cancel
Save