From 513c690db3d6f1865ff0e0674d5ad0a8c0d8be34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julien=20H=C3=A9mono?= Date: Mon, 7 Oct 2024 16:52:45 +0200 Subject: [PATCH] Add remote container extension to vs code --- hosts/gwiad/configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/gwiad/configuration.nix b/hosts/gwiad/configuration.nix index e0251d7..abf3e54 100644 --- a/hosts/gwiad/configuration.nix +++ b/hosts/gwiad/configuration.nix @@ -68,6 +68,7 @@ ms-python.debugpy ms-python.black-formatter ms-python.isort + ms-vscode-remote.remote-containers dbaeumer.vscode-eslint ]; };