Просмотр исходного кода

Fix Development Containers / GitHub Codespaces (#4860)

Alexandre Alapetite 3 лет назад
Родитель
Сommit
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"
 }