This repository has been archived on 2024-01-25. You can view files and clone it, but cannot push or open issues or pull requests.
Course-S2/.vscode/settings.json

12 lines
223 B
JSON
Raw Normal View History

2022-02-20 20:33:40 +00:00
{
"java.project.sourcePaths": ["src"],
"java.project.outputPath": "bin",
"java.project.referencedLibraries": [
"lib/**/*.jar"
2022-03-07 16:15:30 +00:00
],
"cSpell.words": [
"complexite",
"Poignee"
2022-02-20 20:33:40 +00:00
]
}