mesh generation
This commit is contained in:
22
.vscode/tasks.json
vendored
22
.vscode/tasks.json
vendored
@@ -1,15 +1,17 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks":[
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"type":"cargo",
|
||||
"command":"build",
|
||||
"args":[],
|
||||
"group": {
|
||||
"kind": "build",
|
||||
"isDefault": true
|
||||
},
|
||||
"label":"build"
|
||||
"type": "cargo",
|
||||
"command": "",
|
||||
"args": [
|
||||
"build"
|
||||
],
|
||||
"problemMatcher": [
|
||||
"$rustc"
|
||||
],
|
||||
"group": "build",
|
||||
"label": "Build"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user