1
0
forked from joey/godottest
2025-10-11 01:09:46 -04:00

17 lines
494 B
JSON

{
"godot-rust.environment.godotEditorPath": "/Applications/Godot.app",
"godot-rust.environment.godotProjectPath": "${workspaceFolder}/godot/",
"VsCodeTaskButtons.tasks": [
{
"label": "$(debug-alt) Build",
"alignment": "left",
"task": "godot-rust: Build Debug",
"tooltip": "Builds debug rust game library",
"description": "Build (Debug)",
"color": "default"
}
],
"VsCodeTaskButtons.showCounter": false,
"rust-analyzer.checkOnSave": true
}