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
 
@@ -22,14 +22,16 @@
 
      {
 
        "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)