From de23c280a93e3016f4f5c1b5d06a757f6457988c Mon Sep 17 00:00:00 2001 From: Akshit Sinha <34775769+akshitsinha@users.noreply.github.com> Date: Mon, 19 Dec 2022 16:17:58 +0000 Subject: [PATCH] Remove X11 forwarding args --- .devcontainer/devcontainer.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index d8de98afd28c3e6..0d8b4901dfda717 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -32,8 +32,6 @@ // Github latest can't be installed due to GPG issues: https://github.com/cli/cli/discussions/6222 // "github-cli": "latest", }, - // This is needed for forwarding X11: https://github.com/microsoft/vscode-remote-release/issues/3841 - "runArgs": ["--net=host"], "remoteEnv": { "DISPLAY": ":0" }