dashboard
repositories
filestore
activity
search
login
main
/
backup
summary
reflog
commits
tree
docs
forks
compare
blame
|
history
|
raw
bck
Alejandro Acuña
2024-11-11
f1cb4443aede6d4657bdc3396c8914d3a9f4fa93
[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"
}
]
}