From e2c9c90087007a6d3d2a5b9c673e9bfbfb0e5203 Mon Sep 17 00:00:00 2001 From: Vinayak Kulkarni <19776877+vinayakkulkarni@users.noreply.github.com> Date: Wed, 29 Sep 2021 23:57:04 +0530 Subject: [PATCH] fix: remove volar plugin cause new update available --- .vscode/settings.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 537989c6..7571c88e 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,4 @@ { - "volar.tsPlugin": true, "files.eol": "\n", "typescript.tsdk": "node_modules/typescript/lib" }