From cc8a158d84acebf785f789d6fd4e069b1fe2cefa Mon Sep 17 00:00:00 2001 From: Kasra Bigdeli Date: Sun, 9 Aug 2020 17:40:21 -0400 Subject: Added isOfficial --- public/v2/apps/vscode-coder.json | 1 + 1 file changed, 1 insertion(+) (limited to 'public/v2/apps/vscode-coder.json') diff --git a/public/v2/apps/vscode-coder.json b/public/v2/apps/vscode-coder.json index 5fec70b..e9e81d2 100644 --- a/public/v2/apps/vscode-coder.json +++ b/public/v2/apps/vscode-coder.json @@ -3,6 +3,7 @@ "documentation": "Taken from https://github.com/cdr/code-server/ . Except the image version (tag) is fixed to a specific version rather than generic 'v2' as this will ensure consistency of deployments.", "displayName": "vscode via code-server", "description": "code-server by Coder is VS Code running on a remote server, accessible through the browser.", + "isOfficial": true, "dockerCompose": { "services": { "$$cap_appname": { -- cgit v1.2.3