Files
crew_admin/.vscode/launch.json
Frank John Begornia d225ff22d4 initial commit
2019-10-29 19:29:28 +08:00

14 lines
427 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": [
{
"type": "java",
"name": "Debug (Launch) - Current File",
"request": "launch",
"mainClass": "${file}"
}
]
}