diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-23 16:13:36 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2022-05-23 16:13:36 -0400 |
commit | 6b8115ab1ec94d4330019fc7a93e094d9d64c48e (patch) | |
tree | ca9612676b3d13c8d8460537cebf21a5c491d875 | |
parent | fe97ef23282deefa43ed622b3190dabc9e5324b9 (diff) | |
download | tanzanite-6b8115ab1ec94d4330019fc7a93e094d9d64c48e.tar.gz tanzanite-6b8115ab1ec94d4330019fc7a93e094d9d64c48e.tar.bz2 tanzanite-6b8115ab1ec94d4330019fc7a93e094d9d64c48e.zip |
chore: remove syntax-highlighting extention from workspace reconmendations
-rw-r--r-- | .vscode/extensions.json | 4 |
1 files changed, 1 insertions, 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" ] } |