10 lines
243 B
JSON
10 lines
243 B
JSON
{
|
|
"java.project.sourcePaths": ["src"],
|
|
"java.project.outputPath": "bin",
|
|
"java.project.referencedLibraries": [
|
|
"lib/**/*.jar"
|
|
],
|
|
"liveshare.shareExternalFiles": false,
|
|
"liveshare.allowGuestDebugControl": true
|
|
}
|