From fb3abbe491c6b0a8f035cae9dbe7fe64aec45063 Mon Sep 17 00:00:00 2001 From: Sabir Hassan Date: Thu, 4 Jan 2024 11:24:39 +0500 Subject: [PATCH] chore: update workspace settings --- .vscode/settings.json | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d8e7655..da3eceb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,18 +1,13 @@ { - "cSpell.words": [ - "SYSERRORTEXT", - "SYSWARNINGTEXT" - ], - "editor.rulers": [ - 80 - ], - "files.trimTrailingWhitespace": true, - "[markdown]": { - "files.trimTrailingWhitespace": false - }, - "workbench.colorCustomizations": { - "titleBar.activeForeground": "#ebe8e8", - "titleBar.activeBackground": "#95ff0053", - }, - "terminal.integrated.wordSeparators": " ()[]{}',\"`─‘’" -} \ No newline at end of file + "cSpell.words": ["SYSERRORTEXT", "SYSWARNINGTEXT", "xlmaps"], + "editor.rulers": [80], + "files.trimTrailingWhitespace": true, + "[markdown]": { + "files.trimTrailingWhitespace": false + }, + "workbench.colorCustomizations": { + "titleBar.activeForeground": "#ebe8e8", + "titleBar.activeBackground": "#95ff0053" + }, + "terminal.integrated.wordSeparators": " ()[]{}',\"`─‘’" +}