15 lines
No EOL
289 B
JSON
15 lines
No EOL
289 B
JSON
{
|
|
"build": {
|
|
"dockerfile": "Containerfile"
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"JakeBecker.elixir-ls"
|
|
],
|
|
"settings": {
|
|
"elixirLS.projectDir": "poker_ex"
|
|
}
|
|
}
|
|
}
|
|
} |