Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Pranjal2041
/
SemSup-XC
like
1
Runtime error
App
Files
Files
Community
c4e69b4
SemSup-XC
/
.vscode
/
launch.json
Pranjal2041
Initial Commit
4014562
almost 2 years ago
raw
Copy download link
history
blame
Safe
294 Bytes
{
"version"
:
"0.2.0"
,
"configurations"
:
[
{
"name"
:
"Python: Current File"
,
"type"
:
"python"
,
"request"
:
"launch"
,
"program"
:
"${file}"
,
"console"
:
"integratedTerminal"
,
"justMyCode"
:
true
}
]
}