got api working ish, I need to clean this code up a lot
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$schema": "https://download.qt.io/official_releases/qtcreator/latest/installer_source/jsonschemas/project.json",
|
||||
"build.configuration": [
|
||||
{
|
||||
"name": "cargo build",
|
||||
"steps": [
|
||||
{
|
||||
"arguments": [
|
||||
"build"
|
||||
],
|
||||
"executable": "cargo",
|
||||
"workingDirectory": "%{ActiveProject:ProjectDirectory}"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
"files.exclude": [
|
||||
".qtcreator/project.json.user"
|
||||
],
|
||||
"targets": [
|
||||
{
|
||||
"arguments": [
|
||||
"run"
|
||||
],
|
||||
"executable": "cargo",
|
||||
"name": "cargo run",
|
||||
"workingDirectory": "%{ActiveProject:ProjectDirectory}"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user