Mercurial > code > home > repos > light9
changeset 2414:6c61735514e9
try codeium
author | drewp@bigasterisk.com |
---|---|
date | Sun, 19 May 2024 18:32:11 -0700 |
parents | 7a5c7721bf6d |
children | aca4a29d06fc |
files | .vscode/settings.json |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/.vscode/settings.json Sun May 19 18:31:53 2024 -0700 +++ b/.vscode/settings.json Sun May 19 18:32:11 2024 -0700 @@ -31,5 +31,7 @@ "compounds": [] }, "vitest.commandLine": "pnpm exec vitest", - "vitest.enable": true + "vitest.enable": true, + "tabnine.codeLensEnabled": false, + "codeium.enableSearch": true }