mirror of
https://github.com/ryanccn/flake.git
synced 2026-01-27 04:06:28 +01:00
chore(vscode): update settings
This commit is contained in:
parent
66d54fb717
commit
f0f5880362
1 changed files with 3 additions and 8 deletions
|
|
@ -88,9 +88,9 @@ in {
|
||||||
"git.confirmSync" = false;
|
"git.confirmSync" = false;
|
||||||
"diffEditor.renderSideBySide" = false;
|
"diffEditor.renderSideBySide" = false;
|
||||||
"git.inputValidation" = "off";
|
"git.inputValidation" = "off";
|
||||||
"gitlens.showWelcomeOnInstall" = false;
|
|
||||||
"git.suggestSmartCommit" = false;
|
"git.suggestSmartCommit" = false;
|
||||||
"diffEditor.ignoreTrimWhitespace" = false;
|
"diffEditor.ignoreTrimWhitespace" = false;
|
||||||
|
"gitlens.showWelcomeOnInstall" = false;
|
||||||
|
|
||||||
"editor.fontFamily" = "\"RyanMono Nerd Font\", monospace";
|
"editor.fontFamily" = "\"RyanMono Nerd Font\", monospace";
|
||||||
"editor.fontLigatures" = true;
|
"editor.fontLigatures" = true;
|
||||||
|
|
@ -161,6 +161,8 @@ in {
|
||||||
"[rust]"."editor.tabSize" = 4;
|
"[rust]"."editor.tabSize" = 4;
|
||||||
"[rust]"."editor.defaultFormatter" = "rust-lang.rust-analyzer";
|
"[rust]"."editor.defaultFormatter" = "rust-lang.rust-analyzer";
|
||||||
"rust-analyzer.server.path" = "${pkgs.rust-analyzer}/bin/rust-analyzer";
|
"rust-analyzer.server.path" = "${pkgs.rust-analyzer}/bin/rust-analyzer";
|
||||||
|
"rust-analyzer.check.command" = "clippy";
|
||||||
|
"rust-analyzer.showUnlinkedFileNotification" = false;
|
||||||
|
|
||||||
"files.associations" = {
|
"files.associations" = {
|
||||||
"*.mcmeta" = "json";
|
"*.mcmeta" = "json";
|
||||||
|
|
@ -173,13 +175,6 @@ in {
|
||||||
"flake.lock" = "json";
|
"flake.lock" = "json";
|
||||||
};
|
};
|
||||||
|
|
||||||
"deno.inlayHints.enumMemberValues.enabled" = false;
|
|
||||||
"deno.inlayHints.functionLikeReturnTypes.enabled" = false;
|
|
||||||
"deno.inlayHints.parameterNames.enabled" = "none";
|
|
||||||
"deno.inlayHints.parameterTypes.enabled" = false;
|
|
||||||
"deno.inlayHints.propertyDeclarationTypes.enabled" = false;
|
|
||||||
"deno.inlayHints.variableTypes.enabled" = false;
|
|
||||||
|
|
||||||
"svelte.enable-ts-plugin" = true;
|
"svelte.enable-ts-plugin" = true;
|
||||||
|
|
||||||
"clang-format.executable" = "${pkgs.clang-tools}/bin/clang-format";
|
"clang-format.executable" = "${pkgs.clang-tools}/bin/clang-format";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue