mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
28 lines
797 B
JSON
28 lines
797 B
JSON
{
|
|
"name": "Frigate Dev",
|
|
"dockerComposeFile": "../docker-compose.yml",
|
|
"service": "dev",
|
|
"workspaceFolder": "/opt/frigate",
|
|
"extensions": [
|
|
"ms-python.python",
|
|
"visualstudioexptteam.vscodeintellicode",
|
|
"mhutchie.git-graph",
|
|
"ms-azuretools.vscode-docker",
|
|
"streetsidesoftware.code-spell-checker",
|
|
"eamodio.gitlens",
|
|
"esbenp.prettier-vscode",
|
|
"ms-python.vscode-pylance"
|
|
],
|
|
"settings": {
|
|
"python.pythonPath": "/usr/bin/python3",
|
|
"python.linting.pylintEnabled": true,
|
|
"python.linting.enabled": true,
|
|
"python.formatting.provider": "black",
|
|
"editor.formatOnPaste": false,
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnType": true,
|
|
"files.trimTrailingWhitespace": true,
|
|
"terminal.integrated.shell.linux": "/bin/bash"
|
|
}
|
|
}
|