Changeset - 5f4c8705cf73
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 8 months ago 2024-05-28 22:32:48
drewp@bigasterisk.com
vscode
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.vscode/settings.json
Show inline comments
 
@@ -22,27 +22,27 @@
 
      {
 
        "name": "Python: File",
 
        "type": "debugpy",
 
        "request": "launch",
 
        "program": "${file}",
 
        "justMyCode": true,
 
        "python": "/home/drewp/.local/share/pdm/venvs/light9-zxQNOBNq-3.11/bin/python"
 
      }
 
    ],
 
    "compounds": []
 
  },
 
  "vitest.commandLine": "pnpm exec vitest",
 
  "vitest.enable": true,
 
  "tabnine.codeLensEnabled": false,
 
  "codeium.enableSearch": true,
 
  "python.formatting.provider": "eeyore.yapf",
 
  "[python]": {
 
    "editor.formatOnSaveMode": "file",
 
    "editor.formatOnSave": true,
 
    "editor.defaultFormatter": "eeyore.yapf",
 
    "editor.formatOnType": false
 
  },
 
  "editor.defaultFormatter": "eeyore.yapf",
 
  "python.languageServer": "Pylance",
 
  "python.analysis.completeFunctionParens": true,
 
  "python.analysis.completeFunctionParens": false,
 
  "python.analysis.typeCheckingMode": "standard"
 
}
 
\ No newline at end of file
0 comments (0 inline, 0 general)