update to file based function inputs

This commit is contained in:
Gergő Jedlicska
2023-12-13 17:58:44 +01:00
parent 3dd2c0679d
commit c340479002
3 changed files with 23 additions and 6 deletions
+1 -6
View File
@@ -12,12 +12,7 @@
"console": "integratedTerminal",
"justMyCode": true,
"envFile": "${workspaceFolder}/.env",
"args": [
"run",
"{\"projectId\": \"843d07eb10\", \"modelId\": \"base design\", \"versionId\": \"2a32ccfee1\", \"speckleServerUrl\": \"https://latest.speckle.systems\"}",
// make sure to use camelCase for variable names
"{\"forbiddenSpeckleType\": \"Objects.Geometry.Brep\"}"
]
"args": ["run", "function_inputs.json"]
}
]
}