update docs
This commit is contained in:
10
.vscode/launch.json
vendored
10
.vscode/launch.json
vendored
@@ -20,10 +20,18 @@
|
||||
"noDebug": false,
|
||||
"__progressId": "ac782dee-a961-4892-9b94-9090bfdfcbda",
|
||||
"__origin": "internal"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "ApplicationView-linux",
|
||||
"request": "launch",
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"type": "java",
|
||||
"name": "ApplicationView",
|
||||
"name": "ApplicationView-windows",
|
||||
"request": "launch",
|
||||
"mainClass": "edu.inventorym.ApplicationView",
|
||||
"projectName": "UiView",
|
||||
|
||||
Reference in New Issue
Block a user