dashboard
repositories
filestore
activity
search
login
main
/
backup
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
coruña
Alejandro Acuña
2024-10-22
9214c4e5cec380dc263034f9a0e5a10f0dc1ebac
[backup.git]
/
svgDevicesTest
/
.vscode
/
launch.json
1
2
3
4
5
6
7
8
9
10
{
"configurations": [
{
"type": "java",
"name": "CodeLens (Launch) - SvgDevicesTest",
"request": "launch",
"mainClass": "svgdevicestest.SvgDevicesTest"
}
]
}