From cdf768dd5c50e940cc29308b94bd0f782131a8f7 Mon Sep 17 00:00:00 2001 From: Tomas Vik Date: Thu, 17 Jun 2021 15:28:04 +0200 Subject: [PATCH] chore: specify that GitLab Workflow doesn't support remote workspaces --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index acd9820..851c14c 100644 --- a/package.json +++ b/package.json @@ -22,6 +22,12 @@ "pipeline", "ci cd" ], + "capabilities": { + "virtualWorkspaces": { + "supported": false, + "description": "GitLab Workflow doesn't support remote GitLab workspaces yet, please see https://gitlab.com/gitlab-org/gitlab-vscode-extension/-/issues/411 for more information." + } + }, "activationEvents": [ "*" ], -- GitLab