mirror of
https://github.com/m1ngsama/code4sk.git
synced 2025-12-25 02:56:17 +00:00
7 lines
154 B
JSON
7 lines
154 B
JSON
{
|
|
"java.project.sourcePaths": ["src"],
|
|
"java.project.outputPath": "bin",
|
|
"java.project.referencedLibraries": [
|
|
"lib/**/*.jar"
|
|
]
|
|
}
|