diff options
| author | Kamal Wickramanayake <kamal@inbox.lk> | 2026-03-20 22:48:14 +0530 |
|---|---|---|
| committer | Kamal Wickramanayake <kamal@inbox.lk> | 2026-03-20 22:48:14 +0530 |
| commit | 938427dace1a9622a55e3f81845fb82af697d001 (patch) | |
| tree | 150c5c441339db4a2295e6e4ebb39c96b11b7df2 /oop/11-point-of-sale/.vscode | |
| parent | ee94d753a9f87d0b46b3aad3d3cf855056562ad2 (diff) | |
Added 11-point-of-sale sample application
Diffstat (limited to 'oop/11-point-of-sale/.vscode')
| -rw-r--r-- | oop/11-point-of-sale/.vscode/settings.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/oop/11-point-of-sale/.vscode/settings.json b/oop/11-point-of-sale/.vscode/settings.json new file mode 100644 index 0000000..c5f3f6b --- /dev/null +++ b/oop/11-point-of-sale/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "java.configuration.updateBuildConfiguration": "interactive" +}
\ No newline at end of file |
