test
This commit is contained in:
parent
c43d2b1796
commit
23cb266df2
1 changed files with 2 additions and 31 deletions
|
@ -10,45 +10,16 @@
|
||||||
oderwat.indent-rainbow # Colorise indents
|
oderwat.indent-rainbow # Colorise indents
|
||||||
naumovs.color-highlight # Highlight HTML color codes
|
naumovs.color-highlight # Highlight HTML color codes
|
||||||
|
|
||||||
# Theme
|
# Themes
|
||||||
enkia.tokyo-night
|
enkia.tokyo-night
|
||||||
];
|
];
|
||||||
userSettings = {
|
userSettings = {
|
||||||
# Theming:
|
# Theming:
|
||||||
"window.autoDetectColorScheme" = false;
|
"window.autoDetectColorScheme" = true;
|
||||||
"workbench.preferredLightColorTheme" = "Tokyo Night Light";
|
"workbench.preferredLightColorTheme" = "Tokyo Night Light";
|
||||||
"workbench.preferredDarkColorTheme" = "Tokyo Night";
|
"workbench.preferredDarkColorTheme" = "Tokyo Night";
|
||||||
"workbench.colorTheme" = "Tokyo Night";
|
"workbench.colorTheme" = "Tokyo Night";
|
||||||
"workbench.iconTheme" = "";
|
"workbench.iconTheme" = "";
|
||||||
|
|
||||||
# Workbench
|
|
||||||
"workbench.startupEditor" = "none";
|
|
||||||
"diffEditor.ignoreTrimWhitespace" = false;
|
|
||||||
"workbench.editor.autoLockGroups" = {
|
|
||||||
"mainThreadWebview-markdown.preview" = true;
|
|
||||||
};
|
|
||||||
"editor.fontFamily" = "JetBrainsMono Regular";
|
|
||||||
"editor.fontLigatures" = true;
|
|
||||||
|
|
||||||
# Telemetry =
|
|
||||||
"redhat.telemetry.enabled" = false;
|
|
||||||
"telemetry.telemetryLevel" = "off";
|
|
||||||
|
|
||||||
# Git =
|
|
||||||
"git.enableSmartCommit" = true;
|
|
||||||
"git.confirmSync" = false;
|
|
||||||
"git.autofetch" = true;
|
|
||||||
|
|
||||||
# Language Specific
|
|
||||||
# Python =
|
|
||||||
"python.diagnostics.sourceMapsEnabled" = true;
|
|
||||||
"python.linting.pylintEnabled" = true;
|
|
||||||
"python.linting.pylintArgs" = [
|
|
||||||
"--rcfile=~/.config/pylintrc"
|
|
||||||
];
|
|
||||||
|
|
||||||
# Rust
|
|
||||||
"rust-analyzer.cargo.buildScripts.overrideCommand" = null;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue