diff --git a/.vscode/extensions.json b/.vscode/extensions.json index 22dcbf6..e509a22 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -8,6 +8,10 @@ "jgclark.vscode-todo-highlight", "streetsidesoftware.code-spell-checker-persian", "streetsidesoftware.code-spell-checker", - "arcanis.vscode-zipfs" + "arcanis.vscode-zipfs", + "redhat.vscode-yaml", + "bierner.lit-html", + "runem.lit-plugin", + "bradlc.vscode-tailwindcss" ] }