From 9db79166f783a5834339d99390cfa857dc4d04a3 Mon Sep 17 00:00:00 2001 From: Mr-Ker <58399419+Mr-Ker@users.noreply.github.com> Date: Fri, 29 Nov 2024 20:46:20 +0100 Subject: [PATCH] Update devcontainer.json with zsh plugins --- .devcontainer/devcontainer.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 08a701f..c059701 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,7 +1,10 @@ { "image": "mcr.microsoft.com/devcontainers/universal:2", "features": { - "ghcr.io/devcontainers/features/rust:1": { + "ghcr.io/devcontainers/features/rust:1": {}, + "ghcr.io/devcontainers-extra/features/zsh-plugins:0": { + "plugins": "zsh-autosuggestions", + "omzPlugins": "https://github.com/zsh-users/zsh-autosuggestions" } } }