From 4da1a2d1c1cb8cace051de69dbbb41c1c651903e Mon Sep 17 00:00:00 2001 From: Jahziel Villasana-Espinoza Date: Thu, 23 May 2024 18:17:58 -0400 Subject: [PATCH] chore: remove vscode settings changes --- .vscode/settings.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index ff3cfc2393..09e38123d8 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -38,7 +38,5 @@ "prettier.requireConfig": true, "yaml.schemas": { "https://json.schemastore.org/codecov.json": ".github/workflows/codecov.yml" - }, - "favorites.sortOrder": "ASC", - "deno.enable": true + } }