You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jax-rs-bench/workspace.code-workspace

22 lines
385 B
Plaintext

{
"folders": [
{
"name": "modules",
"path": "modules"
},
{
"name": "jax-rs-bench",
"path": ".",
"files.exclude": ["", ""]
}
],
"settings": {
"java.configuration.updateBuildConfiguration": "automatic",
"java.dependency.packagePresentation": "hierarchical",
"java.dependency.syncWithFolderExplorer": true,
"files.exclude": {
"modules": true
}
}
}