Переглянути джерело

Fix Development Containers / GitHub Codespaces (#4860)

Alexandre Alapetite 3 роки тому
батько
коміт
3bcceb1338
1 змінених файлів з 1 додано та 7 видалено
  1. 1 7
      .devcontainer/devcontainer.json

+ 1 - 7
.devcontainer/devcontainer.json

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