Skip to content

Commit

Permalink
chore(app): add list of ignored words for spell-checking
Browse files Browse the repository at this point in the history
  • Loading branch information
tamslo committed Mar 22, 2024
1 parent 9604ad5 commit c993399
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion pharme.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,21 @@
}
],
"settings": {
"typescript.preferences.importModuleSpecifier": "relative"
"typescript.preferences.importModuleSpecifier": "relative",
"cSpell.words": [
"abiraterone",
"anni",
"bupropion",
"cinacalcet",
"CPIC",
"drugclass",
"duloxetine",
"Hasso",
"MedlinePlus",
"Metabolizer",
"Pharmacogenetics",
"PharMe",
"Plattner"
]
}
}

0 comments on commit c993399

Please sign in to comment.