created custom vscode extension

This commit is contained in:
Leyla Becker 2025-07-21 19:35:11 -05:00
parent 3f3ae74fac
commit 358f039460
4 changed files with 53 additions and 0 deletions

View file

@ -99,6 +99,11 @@ in {
++ (lib.lists.optionals ai-tooling-enabled [
])
)
++ (
with pkgs.codium-extensions; [
ai-code
]
)
);
};
};