mirror of
https://github.com/danieleteti/delphimvcframework.git
synced 2024-11-15 07:45:54 +01:00
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
|
|
|
|
{
|
|
"name": "Python TASK generate-nullable",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "invoke",
|
|
"args": [
|
|
"generate-nullables"
|
|
],
|
|
"console": "integratedTerminal"
|
|
},
|
|
{
|
|
"name": "build-core",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "invoke",
|
|
"args": [
|
|
"build-core"
|
|
],
|
|
"console": "integratedTerminal"
|
|
},
|
|
{
|
|
"name": "build-samples",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "invoke",
|
|
"args": [
|
|
"build-samples"
|
|
],
|
|
"console": "integratedTerminal"
|
|
},
|
|
{
|
|
"name": "release",
|
|
"type": "python",
|
|
"request": "launch",
|
|
"module": "invoke",
|
|
"args": [
|
|
"release",
|
|
"--skip-build",
|
|
"--skip-tests"
|
|
],
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |