Update VSCode settings and extensions
This commit is contained in:
parent
bb3deb5f31
commit
b2c15706c0
|
@ -28,6 +28,7 @@ in
|
||||||
"vscode"
|
"vscode"
|
||||||
"vscode-extension-github-copilot"
|
"vscode-extension-github-copilot"
|
||||||
"vscode-extension-github-copilot-chat"
|
"vscode-extension-github-copilot-chat"
|
||||||
|
"vscode-extension-ms-vsliveshare-vsliveshare"
|
||||||
];
|
];
|
||||||
|
|
||||||
theming.fonts.extraFonts = [ cfg.codeFont ];
|
theming.fonts.extraFonts = [ cfg.codeFont ];
|
||||||
|
@ -44,6 +45,9 @@ in
|
||||||
gruntfuggly.todo-tree
|
gruntfuggly.todo-tree
|
||||||
github.copilot
|
github.copilot
|
||||||
github.copilot-chat
|
github.copilot-chat
|
||||||
|
tomoki1207.pdf
|
||||||
|
ms-vsliveshare.vsliveshare
|
||||||
|
ms-azuretools.vscode-docker
|
||||||
];
|
];
|
||||||
|
|
||||||
userSettings = {
|
userSettings = {
|
||||||
|
@ -61,6 +65,10 @@ in
|
||||||
|
|
||||||
# Layout
|
# Layout
|
||||||
"window.menuBarVisibility" = "hidden";
|
"window.menuBarVisibility" = "hidden";
|
||||||
|
|
||||||
|
# Git settings
|
||||||
|
"git.autofetch" = true;
|
||||||
|
"git.enableSmartCommit" = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue