Explorar el Código

Fix Development Containers / GitHub Codespaces (#4860)

Alexandre Alapetite hace 3 años
padre
commit
3bcceb1338
Se han modificado 1 ficheros con 1 adiciones y 7 borrados
  1. 1 7
      .devcontainer/devcontainer.json

+ 1 - 7
.devcontainer/devcontainer.json

@@ -12,6 +12,7 @@
 		"EditorConfig.EditorConfig",
 		"EditorConfig.EditorConfig",
 		"foxundermoon.shell-format",
 		"foxundermoon.shell-format",
 		"mrmlnc.vscode-apache",
 		"mrmlnc.vscode-apache",
+		"ms-azuretools.vscode-docker",
 		"redhat.vscode-yaml",
 		"redhat.vscode-yaml",
 		"timonwong.shellcheck",
 		"timonwong.shellcheck",
 		"ValeryanM.vscode-phpsab"
 		"ValeryanM.vscode-phpsab"
@@ -25,13 +26,6 @@
 			"onAutoForward": "notify"
 			"onAutoForward": "notify"
 		}
 		}
 	},
 	},
-	"mounts": [
-		{
-			"source": "vscode-freshrss-data",
-			"target": "/home/developer/freshrss-data",
-			"type": "volume"
-		}
-	],
 	"remoteUser": "developer",
 	"remoteUser": "developer",
 	"postCreateCommand": "sudo .devcontainer/postCreateCommand.sh"
 	"postCreateCommand": "sudo .devcontainer/postCreateCommand.sh"
 }
 }