add namespace MDRS_CLIENT to customizable enviroment variables.

This commit is contained in:
2023-05-11 19:01:07 +09:00
parent 5c41ed041d
commit 5a5beb5645
3 changed files with 8 additions and 8 deletions

View File

@ -13,8 +13,8 @@
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
// Extensions - Code Spell Checker
"cSpell.ignoreWords": ["getframe", "pydantic"],
"cSpell.words": ["mdrs", "mdrsclient", "neurodata", "chacl", "Neuroinformatics", "RIKEN"],
"cSpell.ignoreWords": ["getframe", "pydantic", "UNLCK"],
"cSpell.words": ["chacl", "mdrs", "mdrsclient", "neurodata", "Neuroinformatics", "RIKEN"],
// Extensions - isort
"isort.args": ["--profile=black"],
// Extensions - Prettier