Nicklas Nyegaard
02/10/2022, 2:42 PMthdxr
02/10/2022, 7:25 PMNicklas Nyegaard
02/11/2022, 8:14 AM{
// 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: Current File",
"type": "python",
"request": "launch",
"program": "${file}",
"console": "integratedTerminal"
}
]
}
and I have the python extension installedJay
launch.json
to work with SST?Nicklas Nyegaard
02/16/2022, 9:45 AMJay
Nicklas Nyegaard
02/16/2022, 7:18 PMFrank
Frank
Klaus
05/23/2022, 9:49 AM