forked from leuchter/VS_LET
44 lines
881 B
Plaintext
44 lines
881 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "1. Echo Service",
|
|
"path": "udp.echo",
|
|
},
|
|
{
|
|
"name": "1. Echo Service (ML)",
|
|
"path": "udp.echo_solution",
|
|
},
|
|
{
|
|
"name": "2. Time Service",
|
|
"path": "udp.time",
|
|
},
|
|
{
|
|
"name": "2. Time Service (ML)",
|
|
"path": "udp.time_solution",
|
|
},
|
|
{
|
|
"name": "3. Messwert Service",
|
|
"path": "udp.messwerte",
|
|
},
|
|
{
|
|
"name": "3. Messwert Service (ML)",
|
|
"path": "udp.messwerte_solution",
|
|
},
|
|
{
|
|
"name": "4. ReactionGame (ML)",
|
|
"path": "udp.game_solution",
|
|
},
|
|
],
|
|
"extensions": {
|
|
"recommendations": [
|
|
"vscjava.vscode-java-pack",
|
|
"ms-azuretools.vscode-docker",
|
|
"skellock.just",
|
|
],
|
|
},
|
|
"settings": {
|
|
"java.dependency.syncWithFolderExplorer": true,
|
|
"java.project.explorer.showNonJavaResources": false,
|
|
},
|
|
}
|