9123144fe2
REF: Added in Terms of Services Code REF: Added in Data Privacy Code REF: Added the code needed for Selena to run DOC: launch.json is only for development
15 lines
491 B
JSON
15 lines
491 B
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": "Selena",
|
|
"type": "debugpy",
|
|
"request": "launch",
|
|
"program": "E:\\Development\\AI Development\\Selena\\main.py",
|
|
"console": "integratedTerminal"
|
|
}
|
|
]
|
|
} |