Skip to content

Commit 5afe139

Browse files
committed
Increase vscode git.detectSubmodulesLimit
1 parent 32ec40c commit 5afe139

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ static SETTINGS_HASHES: &[&str] = &[
3737
"3468fea433c25fff60be6b71e8a215a732a7b1268b6a83bf10d024344e140541",
3838
"47d227f424bf889b0d899b9cc992d5695e1b78c406e183cd78eafefbe5488923",
3939
"b526bd58d0262dd4dda2bff5bc5515b705fb668a46235ace3e057f807963a11a",
40+
"828666b021d837a33e78d870b56d34c88a5e2c85de58b693607ec574f0c27000",
4041
];
4142
static RUST_ANALYZER_SETTINGS: &str = include_str!("../../../../etc/rust_analyzer_settings.json");
4243

src/etc/rust_analyzer_settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"git.detectSubmodulesLimit": 20,
23
"rust-analyzer.check.invocationLocation": "root",
34
"rust-analyzer.check.invocationStrategy": "once",
45
"rust-analyzer.check.overrideCommand": [

0 commit comments

Comments
 (0)