Skip to content

Commit 11b3dea

Browse files
authored
Update settings.json
1 parent d574add commit 11b3dea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
"rust-analyzer.check.overrideCommand": [
2020
"/home/makspll/git/bevy_mod_scripting/check.sh"
2121
],
22+
"rust-analyzer.cargo.buildScripts.overrideCommand": [
23+
"/home/makspll/git/bevy_mod_scripting/check.sh"
24+
],
2225
"rust-analyzer.showUnlinkedFileNotification": false,
2326
// "rust-analyzer.semanticHighlighting.operator.enable": false
24-
}
27+
}

0 commit comments

Comments
 (0)