disable automatic fetch
This commit is contained in:
parent
d55b318b9d
commit
e58f15567a
1 changed files with 2 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{ pkgs, ... }: {
|
||||||
programs.vscode = {
|
programs.vscode = {
|
||||||
enable = true;
|
enable = true;
|
||||||
mutableExtensionsDir = false;
|
mutableExtensionsDir = false;
|
||||||
|
@ -35,7 +35,6 @@
|
||||||
"files.trimFinalNewlines" = true;
|
"files.trimFinalNewlines" = true;
|
||||||
"files.trimTrailingWhitespace" = true;
|
"files.trimTrailingWhitespace" = true;
|
||||||
"git.autoStash" = true;
|
"git.autoStash" = true;
|
||||||
"git.autofetch" = true;
|
|
||||||
"git.enableCommitSigning" = true;
|
"git.enableCommitSigning" = true;
|
||||||
"git.enableSmartCommit" = true;
|
"git.enableSmartCommit" = true;
|
||||||
"git.fetchOnPull" = true;
|
"git.fetchOnPull" = true;
|
||||||
|
@ -54,7 +53,7 @@
|
||||||
"C_Cpp.errorSquiggles" = "Disabled";
|
"C_Cpp.errorSquiggles" = "Disabled";
|
||||||
"clang-tidy.executable" = "${pkgs.llvmPackages_latest.clang-unwrapped}/bin/clang-tidy";
|
"clang-tidy.executable" = "${pkgs.llvmPackages_latest.clang-unwrapped}/bin/clang-tidy";
|
||||||
"cmake.cmakePath" = "${pkgs.cmake}/bin/cmake";
|
"cmake.cmakePath" = "${pkgs.cmake}/bin/cmake";
|
||||||
"github.copilot.enable" = {"*" = true;};
|
"github.copilot.enable" = { "*" = true; };
|
||||||
"crates.listPreReleases" = true;
|
"crates.listPreReleases" = true;
|
||||||
"css.format.spaceAroundSelectorSeparator" = true;
|
"css.format.spaceAroundSelectorSeparator" = true;
|
||||||
"less.format.spaceAroundSelectorSeparator" = true;
|
"less.format.spaceAroundSelectorSeparator" = true;
|
||||||
|
|
Loading…
Reference in a new issue