File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed
configurations/darwin/mbp3 Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 5151 spotify . enable = true ; # music platform
5252 vscode = {
5353 enable = true ;
54- package = pkgs . vscodium ;
54+ package = pkgs . unstable . vscode ;
5555 profiles = {
5656 data-science . enable = true ;
57- maximal . enable = true ;
57+ web-development . enable = true ;
5858 } ;
59- extensions = with pkgs . vscode-extensions ; [
60- continue . continue # run local AIs
61- ] ;
59+ extensions =
60+ with pkgs . vscode-extensions ;
61+ [
62+ # continue.continue # run local AI
63+ ]
64+ ++ ( with pkgs . unstable . vscode-extensions ; [
65+ github . copilot
66+ github . copilot-chat
67+ ] ) ;
6268 userSettings = {
63- "continue.enableTabAutocomplete" = false ;
64- "continue.telemetryEnabled" = false ;
69+ "chat.agent.enabled" = true ;
70+ # "continue.enableTabAutocomplete" = false;
71+ # "continue.telemetryEnabled" = false;
6572 "editor.fontSize" = 13 ;
6673 } ;
6774 } ;
You can’t perform that action at this time.
0 commit comments