mirror of
https://github.com/godotengine/godot-vscode-plugin.git
synced 2026-01-05 14:10:13 +03:00
15 lines
297 B
JSON
15 lines
297 B
JSON
{
|
|
"version": "0.1.0",
|
|
// List of configurations. Add new configurations or edit existing ones.
|
|
"configurations": [
|
|
{
|
|
"name": "Attach",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"port": 6980,
|
|
"sourceMaps": true,
|
|
"outDir": "${workspaceRoot}/../../../server"
|
|
}
|
|
]
|
|
}
|