Remove .fleet

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
2023-02-25 12:05:07 -05:00
parent 917969523f
commit 4912be21c7

View File

@@ -1,14 +0,0 @@
{
"configurations": [
{
"type": "cargo",
"name": "Debug",
"cargoArgs": ["run"],
},
{
"type": "cargo",
"name": "Release",
"cargoArgs": ["run", "-r"],
},
]
}