From 7aac241f9a79bc0035fb14b2bfbcd2ce67e301c5 Mon Sep 17 00:00:00 2001 From: Kat Morgan Date: Thu, 16 Nov 2023 09:00:21 -0800 Subject: [PATCH] switch vim plugin out for a working vim emulator --- devcontainer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devcontainer.json b/devcontainer.json index 6a46e60..ffcd7a1 100644 --- a/devcontainer.json +++ b/devcontainer.json @@ -26,13 +26,13 @@ ], "extensions": [ "golang.go", - "vscodevim.vim", "github.copilot", "ms-python.python", "jetpack-io.devbox", "redhat.vscode-yaml", "esbenp.prettier-vscode", "ms-vscode.makefile-tools", + "mtunique.vim-fcitx-remote", "ms-azuretools.vscode-docker", "github.vscode-pull-request-github", "ms-vscode-remote.remote-containers",