2020-03-11 01:35:31 +01:00
|
|
|
{
|
|
|
|
// 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": [
|
2023-11-06 14:46:39 +01:00
|
|
|
|
2020-03-11 01:35:31 +01:00
|
|
|
{
|
|
|
|
"name": "Python TASK generate-nullable",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "invoke",
|
|
|
|
"args": [
|
|
|
|
"generate-nullables"
|
|
|
|
],
|
|
|
|
"console": "integratedTerminal"
|
2023-02-02 19:14:34 +01:00
|
|
|
},
|
2023-11-06 14:46:39 +01:00
|
|
|
{
|
|
|
|
"name": "build-core",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "invoke",
|
|
|
|
"args": [
|
|
|
|
"build-core"
|
|
|
|
],
|
|
|
|
"console": "integratedTerminal"
|
|
|
|
},
|
2023-02-02 19:14:34 +01:00
|
|
|
{
|
|
|
|
"name": "Python TASK build-samples",
|
|
|
|
"type": "python",
|
|
|
|
"request": "launch",
|
|
|
|
"module": "invoke",
|
|
|
|
"args": [
|
|
|
|
"build-samples"
|
|
|
|
],
|
|
|
|
"console": "integratedTerminal"
|
2020-03-11 01:35:31 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|