X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ece848520c576eca0d5fef4f76bd66cda39f1d2f;hb=a926492b62a24268c89591311528c56a8ba377af;hp=eb3d18bbe9452ab8bcde30086aaa3631b92513c5;hpb=9a1486698f7821664293753150399d224f63b5ec;p=mbt-docker.git diff --git a/.vscode/settings.json b/.vscode/settings.json index eb3d18b..ece8485 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,11 @@ { "editor.codeActionsOnSave": { "source.fixAll": true - } + }, + "cSpell.words": [ + "ifeq", + "OPTARG", + "SAPMACHINE", + "xmake" + ] }