forked from jan-leila/nix-config
		
	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 = ( |           extensions = let | ||||||
|             with pkgs.open-vsx; |             extension-pkgs = pkgs.nix-vscode-extensions.forVSCodeVersion config.programs.vscode.package.version; | ||||||
|  |           in ( | ||||||
|  |             with extension-pkgs.open-vsx; | ||||||
|               [ |               [ | ||||||
|                 # vs code feel extensions |                 # vs code feel extensions | ||||||
|                 ms-vscode.atom-keybindings |                 ms-vscode.atom-keybindings | ||||||
|  | @ -90,7 +92,7 @@ in { | ||||||
|                 kamadorueda.alejandra |                 kamadorueda.alejandra | ||||||
|               ]) |               ]) | ||||||
|               ++ ( |               ++ ( | ||||||
|                 with pkgs.vscode-marketplace; |                 with extension-pkgs.vscode-marketplace; | ||||||
|                   [ |                   [ | ||||||
|                     # js extensions |                     # js extensions | ||||||
|                     karyfoundation.nearley |                     karyfoundation.nearley | ||||||
|  | @ -98,7 +100,7 @@ in { | ||||||
|                   ++ (lib.lists.optionals ai-tooling-enabled [ |                   ++ (lib.lists.optionals ai-tooling-enabled [ | ||||||
|                     # continue.continue |                     # continue.continue | ||||||
|                     github.copilot |                     github.copilot | ||||||
|                     github.copilot-chat |                     # github.copilot-chat | ||||||
|                   ]) |                   ]) | ||||||
|               ) |               ) | ||||||
|           ); |           ); | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue