Base config manager UI

This commit is contained in:
FyloZ 2023-08-21 19:48:46 -04:00
parent 24cfc7122f
commit efa5858859
Signed by: william
GPG Key ID: 835378AE9AF4AE97
1 changed files with 9 additions and 8 deletions

View File

@ -1,10 +1,11 @@
{ {
"configurations": [ "configurations": [
{ {
"type": "cargo", "type": "cargo",
"cargoArgs": ["run"], "cargoArgs": [
"name": "Cargo configuration", "run"
}, ],
"name": "Cargo configuration"
] }
]
} }