Files
inventorym/.vscode/launch.json

33 lines
1.3 KiB
JSON
Raw Normal View History

2026-01-01 22:10:20 -05:00
{
// 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": [
2026-01-08 16:08:52 -05:00
{
"type": "java",
"name": "ApiController",
"request": "launch",
"mainClass": "edu.inventorym.ApiController",
"projectName": "Ui"
},
{
"type": "java",
"name": "Application",
"request": "launch",
"mainClass": "edu.inventorym.Application",
"projectName": "Ui",
"noDebug": false,
"__progressId": "ac782dee-a961-4892-9b94-9090bfdfcbda",
"__origin": "internal"
},
2026-01-01 22:10:20 -05:00
{
"type": "java",
"name": "ApplicationView",
"request": "launch",
"mainClass": "edu.inventorym.ApplicationView",
"projectName": "UiView",
2026-01-16 11:52:07 -05:00
"vmArgs": " --module-path 'C://Program Files//javafx-25//lib' --add-modules ALL-MODULE-PATH --enable-native-access=javafx.web,javafx.controls,javafx.media,javafx.graphics -Dcom.sun.management.jmxremote=false -Djava.awt.headless=true -XX:+DisableAttachMechanism"
2026-01-08 16:08:52 -05:00
}
2026-01-01 22:10:20 -05:00
]
}