From 00b2303502c15cc9a36a94c57a5932b0fa3efc45 Mon Sep 17 00:00:00 2001 From: shlee9999 <95556588+shlee9999@users.noreply.github.com> Date: Wed, 4 Dec 2024 09:48:20 +0900 Subject: [PATCH] Update settings.json --- .vscode/settings.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d4a2df9..9683a02 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,16 +2,4 @@ "editor.defaultFormatter": "esbenp.prettier-vscode", "editor.formatOnSave": true, "typescript.preferences.importModuleSpecifier": "non-relative", - "editor.tokenColorCustomizations": { - "textMateRules": [ - { - "scope": ["comment", "comment punctuation.definition.comment"], - "settings": { - "foreground": "#EFDC05", - "fontStyle": "" - } - } - ], - "comments": "" - } }