Changeset - 6c61735514e9
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 8 months ago 2024-05-20 01:32:11
drewp@bigasterisk.com
try codeium
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
.vscode/settings.json
Show inline comments
 
@@ -10,26 +10,28 @@
 
  "python.autoComplete.extraPaths": ["__pypackages__/3.10/lib"],
 
  "python.defaultInterpreterPath": "./bin/python",
 
  "python.formatting.provider": "yapf",
 
  "python.testing.pytestEnabled": true,
 
  "python.testing.pytestPath": "./bin/pytest",
 
  "pythonTestExplorer.testFramework": "pytest",
 
  "toTypeScript.fixUnreachableCode": false,
 
  "toTypeScript.fixUnusedLabel": false,
 
  "toTypeScript.forgottenThisPropertyAccess": false,
 
  "launch": {
 
    
 
    "configurations": [
 
      {
 
        "name": "Python: File",
 
        "type": "python",
 
        "request": "launch",
 
        "program": "${file}",
 
        "justMyCode": true,
 
        "python": "./bin/python"
 
      }
 
    ],
 
    "compounds": []
 
  },
 
  "vitest.commandLine": "pnpm exec vitest",
 
  "vitest.enable": true
 
  "vitest.enable": true,
 
  "tabnine.codeLensEnabled": false,
 
  "codeium.enableSearch": true
 
}
0 comments (0 inline, 0 general)