installed copilot for vscode
This commit is contained in:
parent
56ef83b4ba
commit
9650c7335a
1 changed files with 6 additions and 4 deletions
|
@ -50,8 +50,10 @@ in {
|
|||
})
|
||||
];
|
||||
|
||||
extensions = (
|
||||
with pkgs.open-vsx;
|
||||
extensions = let
|
||||
extension-pkgs = pkgs.nix-vscode-extensions.forVSCodeVersion config.programs.vscode.package.version;
|
||||
in (
|
||||
with extension-pkgs.open-vsx;
|
||||
[
|
||||
# vs code feel extensions
|
||||
ms-vscode.atom-keybindings
|
||||
|
@ -90,7 +92,7 @@ in {
|
|||
kamadorueda.alejandra
|
||||
])
|
||||
++ (
|
||||
with pkgs.vscode-marketplace;
|
||||
with extension-pkgs.vscode-marketplace;
|
||||
[
|
||||
# js extensions
|
||||
karyfoundation.nearley
|
||||
|
@ -98,7 +100,7 @@ in {
|
|||
++ (lib.lists.optionals ai-tooling-enabled [
|
||||
# continue.continue
|
||||
github.copilot
|
||||
github.copilot-chat
|
||||
# github.copilot-chat
|
||||
])
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue