vscode: add hayom to the dictionary
1 files changed, 3 insertions(+), 0 deletions(-) M .vscode/settings.json
M .vscode/settings.json => .vscode/settings.json +3 -0
@@ 7,4 7,7 @@ "[typescript]": { "editor.defaultFormatter": "denoland.vscode-deno", }, + "cSpell.words": [ + "hayom" + ], }