From 672290bd6728d9d592359aa9691ecbf1021eb272 Mon Sep 17 00:00:00 2001 From: Marukome0743 Date: Mon, 5 Feb 2024 16:54:00 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=86=9Avscode:=20add=20'remote.autoForward?= =?UTF-8?q?PortsFallback'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6c63fc16..7abe8559 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,5 +7,6 @@ }, "[dockerfile]": { "editor.defaultFormatter": "ms-azuretools.vscode-docker" - } + }, + "remote.autoForwardPortsFallback": 0 }