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