15 lines
415 B
JSON
15 lines
415 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"
|
|
}
|
|
]
|
|
}
|