TP-programmation-orientee-o.../TP02/.vscode/settings.json

13 lines
308 B
JSON
Raw Normal View History

2023-06-20 19:02:09 +00:00
{
"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
}
}