forked from joey/godottest
17 lines
494 B
JSON
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
|
|
}
|