X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=7f03402b43359c166de9537906df54405ec0e4c7;hb=25af2e9154979233f5767564830bb8e3d3e2b3bd;hp=eb3d18bbe9452ab8bcde30086aaa3631b92513c5;hpb=f27034e4400f90eb3be04e8b80df1f5654bff4ef;p=benchmarks-js.git diff --git a/.vscode/settings.json b/.vscode/settings.json index eb3d18b..7f03402 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,11 @@ { "editor.codeActionsOnSave": { "source.fixAll": true - } + }, + "cSpell.words": [ + "benoit", + "deepmerge", + "microtime", + "preinstall" + ] }