[add] librephotos
This commit is contained in:
parent
ebc53109d4
commit
a23428dec3
44 changed files with 2123 additions and 0 deletions
14
librephotos-docker/.devcontainer.json
Normal file
14
librephotos-docker/.devcontainer.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
// See https://aka.ms/vscode-remote/devcontainer.json for format details.
|
||||
{
|
||||
"dockerComposeFile": ["docker-compose.yml", "docker-compose.dev.yml"],
|
||||
"service": "backend",
|
||||
"workspaceFolder": "/code/",
|
||||
"extensions": ["ms-python.python",
|
||||
"ms-vscode.atom-keybindings",
|
||||
"mrorz.language-gettext",
|
||||
"ms-python.vscode-pylance",
|
||||
"batisteo.vscode-django",
|
||||
"keno.uikit-3-snippets",
|
||||
"dbaeumer.vscode-eslint",
|
||||
"christian-kohler.npm-intellisense"]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue