TP-programmation-orientee-o.../TP02/.vscode/settings.json
2023-06-20 21:02:09 +02:00

13 lines
308 B
JSON

{
"java.project.referencedLibraries": [
"lib/**/*.jar",
"/usr/share/java/hamcrest-core.jar",
"/usr/share/java/junit.jar"
],
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
}