15 lines
323 B
JSON
15 lines
323 B
JSON
{
|
|
"java.project.sourcePaths": ["src"],
|
|
"java.project.outputPath": "bin",
|
|
"java.project.referencedLibraries": [
|
|
"lib/**/*.jar"
|
|
],
|
|
"liveshare.shareExternalFiles": false,
|
|
"liveshare.allowGuestDebugControl": true,
|
|
"cSpell.words": [
|
|
"Jframe",
|
|
"Jlogo",
|
|
"Jname"
|
|
]
|
|
}
|