From 6b8115ab1ec94d4330019fc7a93e094d9d64c48e Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Mon, 23 May 2022 16:13:36 -0400 Subject: chore: remove syntax-highlighting extention from workspace reconmendations --- .vscode/extensions.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/extensions.json b/.vscode/extensions.json index a7bd4bb..96cfc91 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -8,8 +8,6 @@ "streetsidesoftware.code-spell-checker", "github.vscode-pull-request-github", "ckolkman.vscode-postgres", - "tobias-faller.vt100-syntax-highlighting", - "pkief.material-icon-theme", - "Tobias-Faller.vt100-syntax-highlighting" + "pkief.material-icon-theme" ] } -- cgit