forked from leuchter/VS_LET
40 lines
779 B
Plaintext
40 lines
779 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"name": "1. Echo Service",
|
|
"path": "tcp.echo",
|
|
},
|
|
{
|
|
"name": "1. Echo Service (ML)",
|
|
"path": "tcp.echo_solution",
|
|
},
|
|
{
|
|
"name": "2. File Service",
|
|
"path": "tcp.filer",
|
|
},
|
|
{
|
|
"name": "2. File Service (ML)",
|
|
"path": "tcp.filer_solution",
|
|
},
|
|
{
|
|
"name": "3. Time Service",
|
|
"path": "tcp.time",
|
|
},
|
|
{
|
|
"name": "3. Time Service (ML)",
|
|
"path": "tcp.time_solution",
|
|
},
|
|
],
|
|
"extensions": {
|
|
"recommendations": [
|
|
"vscjava.vscode-java-pack",
|
|
"ms-azuretools.vscode-docker",
|
|
"skellock.just",
|
|
],
|
|
},
|
|
"settings": {
|
|
"java.dependency.syncWithFolderExplorer": true,
|
|
"java.project.explorer.showNonJavaResources": false,
|
|
},
|
|
}
|