Skip to content

Commit

Permalink
ice added to cspell enableFiletypes
Browse files Browse the repository at this point in the history
  • Loading branch information
ReeceHumphreys committed Apr 26, 2024
1 parent 279830b commit 4521bd5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"version": "0.2",
"language": "en",
"words": [
"ICESTORM",
"unmarshal",
"unmarshaling"
],
"dictionaries": [
"csharp",
"softwareTerms",
"en_US"
],
"enableFiletypes": [
"ice"
]
}
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,10 +82,13 @@
"__memory": "cpp"
},
"C_Cpp.default.cppStandard": "c++20",
<<<<<<< Updated upstream
"cSpell.words": [
"decoratee",
"ICESTORM",
"unmarshal",
"unmarshaling"
],
=======
>>>>>>> Stashed changes
}

0 comments on commit 4521bd5

Please sign in to comment.