From 8d898d39d6ff92e6df95b6c6ee566a9822048fb7 Mon Sep 17 00:00:00 2001 From: Firman Ramdhani <33869609+firmanramdhani@users.noreply.github.com> Date: Wed, 28 Jan 2026 17:50:27 +0700 Subject: [PATCH] feat: Add 'Millis' to cSpell words in VSCode settings --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 18aa648..f692183 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -4,5 +4,5 @@ "mode": "auto" } ], - "cSpell.words": ["Ujung", "Pandang", "WITA"] + "cSpell.words": ["Millis", "Pandang", "Ujung", "WITA"] }