This commit is contained in:
Miguel Serrano
2021-10-20 07:24:28 +02:00
parent 5b583822c3
commit 1f224d7265
4 changed files with 10 additions and 2 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "Overleaf Community Edition Codespace",
"dockerComposeFile": "docker-compose.dev.yml",
"service": "sharelatex",
"workspaceFolder": "/var/www/sharelatex",
"settings": {
"terminal.integrated.shell.linux": "/bin/bash"
},
"extensions": [
"ms-azuretools.vscode-docker",
],
"forwardPorts": [80],
"remoteUser": "sharelatex"
}