This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Lab15_OOP/.vscode/settings.json

16 lines
340 B
JSON
Raw Normal View History

2022-04-14 11:42:24 +00:00
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
],
"liveshare.shareExternalFiles": false,
2022-05-19 07:35:06 +00:00
"liveshare.allowGuestDebugControl": true,
"cSpell.words": [
"Jframe",
"Jlogo",
"Jname",
"Mudry"
]
2022-04-14 11:42:24 +00:00
}