X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.vscode%2Fsettings.json;h=ece848520c576eca0d5fef4f76bd66cda39f1d2f;hb=f9fc3d09193a5a78d9f95299fd81cc5a080497a6;hp=eb3d18bbe9452ab8bcde30086aaa3631b92513c5;hpb=482fe6a2e2abae083ff60edafea1ad15bea3e368;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" + ] }