updates
This commit is contained in:
20
.vscode/launch.json
vendored
20
.vscode/launch.json
vendored
@@ -4,6 +4,23 @@
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "ApplicationView",
|
||||
@@ -11,7 +28,6 @@
|
||||
"mainClass": "edu.inventorym.ApplicationView",
|
||||
"projectName": "UiView",
|
||||
"vmArgs": " --module-path /home/sherwinp/workspace/javafx-sdk/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"
|
||||
},
|
||||
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user