Skip to content

Commit b6a49d8

Browse files
committed
Remove unncessary option for default rust-analyzer setting
1 parent 24254ef commit b6a49d8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/bootstrap/src/core/build_steps/setup.rs

+1
Original file line numberDiff line numberDiff line change
@@ -571,6 +571,7 @@ Select which editor you would like to set up [default: None]: ";
571571
"b526bd58d0262dd4dda2bff5bc5515b705fb668a46235ace3e057f807963a11a",
572572
"828666b021d837a33e78d870b56d34c88a5e2c85de58b693607ec574f0c27000",
573573
"811fb3b063c739d261fd8590dd30242e117908f5a095d594fa04585daa18ec4d",
574+
"4eecb58a2168b252077369da446c30ed0e658301efe69691979d1ef0443928f4",
574575
],
575576
EditorKind::Emacs => vec![
576577
"51068d4747a13732440d1a8b8f432603badb1864fa431d83d0fd4f8fa57039e0",

src/etc/rust_analyzer_settings.json

-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"git.detectSubmodulesLimit": 20,
3-
"rust-analyzer.check.invocationLocation": "root",
43
"rust-analyzer.check.invocationStrategy": "once",
54
"rust-analyzer.check.overrideCommand": [
65
"python3",
@@ -24,7 +23,6 @@
2423
"rust-analyzer.procMacro.server": "${workspaceFolder}/build/host/stage0/libexec/rust-analyzer-proc-macro-srv",
2524
"rust-analyzer.procMacro.enable": true,
2625
"rust-analyzer.cargo.buildScripts.enable": true,
27-
"rust-analyzer.cargo.buildScripts.invocationLocation": "root",
2826
"rust-analyzer.cargo.buildScripts.invocationStrategy": "once",
2927
"rust-analyzer.cargo.buildScripts.overrideCommand": [
3028
"python3",

0 commit comments

Comments
 (0)