We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d574add commit 11b3deaCopy full SHA for 11b3dea
.vscode/settings.json
@@ -19,6 +19,9 @@
19
"rust-analyzer.check.overrideCommand": [
20
"/home/makspll/git/bevy_mod_scripting/check.sh"
21
],
22
+ "rust-analyzer.cargo.buildScripts.overrideCommand": [
23
+ "/home/makspll/git/bevy_mod_scripting/check.sh"
24
+ ],
25
"rust-analyzer.showUnlinkedFileNotification": false,
26
// "rust-analyzer.semanticHighlighting.operator.enable": false
-}
27
+}
0 commit comments