mirror of
https://github.com/fromchat-messenger/web.git
synced 2026-09-22 11:05:05 +03:00
20 lines
449 B
JSON
20 lines
449 B
JSON
{
|
|
"npm.autoDetect": "off",
|
|
"files.exclude": {
|
|
".husky": true,
|
|
"build": true
|
|
}
|
|
}
|
|
|
|
{
|
|
"files.exclude": {
|
|
"**/__pycache__": true,
|
|
"**/package-lock.json": true,
|
|
"**/*.module.scss.d.ts": true,
|
|
"**/.husky/_": true,
|
|
"**/.venv": true,
|
|
"**/node_modules": true
|
|
},
|
|
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python",
|
|
"python.terminal.activateEnvironment": false
|
|
} |