Add custom dictionary for VSCode’s cSpell

This commit is contained in:
Oleg Kalachev
2021-06-30 01:02:16 +03:00
parent f5e3be0222
commit 4cdf3f8c18
3 changed files with 27 additions and 0 deletions

View File

@@ -63,6 +63,11 @@
"source": "{{user `assetsDir`}}/patches",
"destination": "/tmp"
},
{
"type": "file",
"source": "{{user `assetsDir`}}/configs",
"destination": "/tmp"
},
{
"type": "shell",
"script": "scripts/install_software.sh",