Estrutura inicial, ambiente IA
This commit is contained in:
+48
@@ -0,0 +1,48 @@
|
||||
{
|
||||
"version": "2.0.0",
|
||||
"tasks": [
|
||||
{
|
||||
"label": "Vitruvio: Baixar e Extrair ZIP",
|
||||
"type": "shell",
|
||||
"command": "bash",
|
||||
"args": [
|
||||
"${workspaceFolder}/.vscode/automatizadores/sync_vitruvio_zip.sh",
|
||||
"${workspaceFolder}/Vitruvio",
|
||||
"https://vitruvio.superverdemar.com.br/rest/api/integration/public/base_vitruvio_ia"
|
||||
],
|
||||
"group": "build",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Workspace: Bootstrap Base",
|
||||
"type": "shell",
|
||||
"command": "bash",
|
||||
"args": [
|
||||
"${workspaceFolder}/.vscode/automatizadores/bootstrap-workspace.sh",
|
||||
"${input:bootstrapWorkspaceTarget}"
|
||||
],
|
||||
"group": "build",
|
||||
"problemMatcher": []
|
||||
},
|
||||
{
|
||||
"label": "Workspace: Bootstrap Base (Forcar)",
|
||||
"type": "shell",
|
||||
"command": "bash",
|
||||
"args": [
|
||||
"${workspaceFolder}/.vscode/automatizadores/bootstrap-workspace.sh",
|
||||
"${input:bootstrapWorkspaceTarget}",
|
||||
"--force"
|
||||
],
|
||||
"group": "build",
|
||||
"problemMatcher": []
|
||||
}
|
||||
],
|
||||
"inputs": [
|
||||
{
|
||||
"id": "bootstrapWorkspaceTarget",
|
||||
"type": "promptString",
|
||||
"description": "Diretorio absoluto ou relativo onde o workspace base sera criado",
|
||||
"default": "../davinti-template"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user