toSignal via Gemini

This commit is contained in:
2026-08-18 07:55:54 +00:00
parent 59eb45da96
commit 993f83c786
350 changed files with 6231 additions and 9801 deletions
+4 -7
View File
@@ -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"
}
}