this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

home/aly/programs/vsCode: add copilot extension

+1
+1
modules/home/aly/programs/vsCode/default.nix
··· 15 15 enableExtensionUpdateCheck = false; 16 16 17 17 extensions = with pkgs.vscode-extensions; [ 18 + github.copilot 18 19 github.vscode-pull-request-github 19 20 ms-vscode-remote.remote-ssh 20 21 ];