toSignal via Gemini
This commit is contained in:
Vendored
+4
-7
@@ -14,7 +14,6 @@
|
||||
"[python]": {
|
||||
"editor.defaultFormatter": "charliermarsh.ruff"
|
||||
},
|
||||
"ruff.enable": true,
|
||||
"files.eol": "\n",
|
||||
"eslint.workingDirectories": [
|
||||
{
|
||||
@@ -29,7 +28,7 @@
|
||||
".idea": true,
|
||||
"**/node_modules": true,
|
||||
"**/.venv": true,
|
||||
"typings": true,
|
||||
"typings": true
|
||||
},
|
||||
"search.exclude": {
|
||||
"**/__pycache__": true,
|
||||
@@ -40,12 +39,10 @@
|
||||
"**/package-lock.json": true,
|
||||
"/bookie/.angular/**": true,
|
||||
"**/.venv": true,
|
||||
"typings": true,
|
||||
"typings": true
|
||||
},
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.fixAll.ruff": "always",
|
||||
"source.fixAll.eslint": "always",
|
||||
},
|
||||
"python-envs.defaultEnvManager": "ms-python.python:venv",
|
||||
"python-envs.pythonProjects": []
|
||||
"source.fixAll.eslint": "always"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user