From 01bdbb5d68b789345ffd165a10f83af659170884 Mon Sep 17 00:00:00 2001 From: Yoshihiro OKUMURA Date: Tue, 1 Jul 2025 17:28:39 +0900 Subject: [PATCH] add some keywords. --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d3e400a..4b376b9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -8,7 +8,7 @@ }, // Extensions - Code Spell Checker "cSpell.ignoreWords": ["endianness", "noflat", "nopix", "omexml"], - "cSpell.words": ["bioformats", "imageinfo", "neurodata", "riken"], + "cSpell.words": ["appassembler", "bioformats", "codehaus", "imageinfo", "neurodata", "riken", "unidata"], // Extentions - Prettier "prettier.printWidth": 120, "prettier.singleQuote": true,