updated configuration

This commit is contained in:
buzzcode2007 2024-02-27 19:17:35 +08:00
parent bc5c0a7030
commit d6548c1c8e
4 changed files with 62 additions and 0 deletions

View file

@ -20,4 +20,15 @@
<nature>org.eclipse.jdt.core.javanature</nature>
<nature>org.eclipse.m2e.core.maven2Nature</nature>
</natures>
<filteredResources>
<filter>
<id>1709029016304</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
</projectDescription>

21
.vscode/launch.json vendored Normal file
View file

@ -0,0 +1,21 @@
{
// 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": "Current File",
"request": "launch",
"mainClass": "${file}"
},
{
"type": "java",
"name": "SimplePOS",
"request": "launch",
"mainClass": "tech.iBeans.POSware.Lite.SimplePOS",
"projectName": "SimplePOS"
}
]
}

View file

@ -0,0 +1,21 @@
tech\iBeans\POSware\Lite\OnTransact$3.class
tech\iBeans\POSware\Lite\OnAlert$3.class
tech\iBeans\POSware\Lite\OnAlert$4.class
tech\iBeans\POSware\Lite\WindowManagement.class
tech\iBeans\POSware\Lite\OnAlert.class
tech\iBeans\POSware\Lite\OnTransact$4.class
tech\iBeans\POSware\Lite\receipt.class
tech\iBeans\POSware\Lite\OnAlert$2.class
tech\iBeans\POSware\Lite\OnTransact$2.class
tech\iBeans\POSware\Lite\OnTransact$8.class
tech\iBeans\POSware\Lite\OnTransact$7.class
tech\iBeans\POSware\Lite\data_test.class
tech\iBeans\POSware\Lite\OnAlert$1.class
tech\iBeans\POSware\Lite\inventory.class
tech\iBeans\POSware\Lite\transact.class
tech\iBeans\POSware\Lite\OnTransact.class
tech\iBeans\POSware\Lite\SimplePOS.class
tech\iBeans\POSware\Lite\OnTransact$6.class
tech\iBeans\POSware\Lite\OnPayment.class
tech\iBeans\POSware\Lite\OnTransact$1.class
tech\iBeans\POSware\Lite\OnTransact$5.class

View file

@ -0,0 +1,9 @@
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\inventory.java
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\data_test.java
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\OnPayment.java
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\OnTransact.java
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\SimplePOS.java
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\OnAlert.java
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\transact.java
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\receipt.java
C:\Users\tenth\Documents\Developer\Repositories\simplePOS\src\main\java\tech\iBeans\POSware\Lite\WindowManagement.java