mirror of
https://github.com/ershisan99/DevToysWeb.git
synced 2025-12-16 12:32:48 +00:00
30 lines
789 B
JSON
30 lines
789 B
JSON
{
|
|
"name": "DevToysWeb",
|
|
"dockerComposeFile": ["../docker-compose.yml", "docker-compose.yml"],
|
|
"service": "app",
|
|
"workspaceFolder": "/app",
|
|
"settings": {
|
|
"terminal.integrated.defaultProfile.linux": "fish",
|
|
"terminal.integrated.profiles.linux": {
|
|
"fish": {
|
|
"path": "/usr/bin/fish",
|
|
"args": ["-l"]
|
|
}
|
|
}
|
|
},
|
|
"extensions": [
|
|
"bierner.github-markdown-preview",
|
|
"davidanson.vscode-markdownlint",
|
|
"irongeek.vscode-env",
|
|
"dbaeumer.vscode-eslint",
|
|
"mhutchie.git-graph",
|
|
"ms-ceintl.vscode-language-pack-ja",
|
|
"ms-azuretools.vscode-docker",
|
|
"esbenp.prettier-vscode",
|
|
"artdiniz.quitcontrol-vscode",
|
|
"styled-components.vscode-styled-components"
|
|
],
|
|
"runServices": ["app"],
|
|
"shutdownAction": "stopCompose"
|
|
}
|