forked from jan-leila/nix-config
		
	main #5
					 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