ADD vscode spellings

This commit is contained in:
2025-07-15 23:45:09 +02:00
parent dc695d8aa9
commit 7c85ceea8e

17
.vscode/settings.json vendored
View File

@ -1,15 +1,30 @@
{
"cSpell.words": [
"downloadurl",
"Gitea",
"github",
"infourl",
"JEXEC",
"JLIB",
"joomla",
"Joomla",
"JOOMLADIR",
"JVERSION",
"mainfest",
"maintainerurl",
"mysql",
"newversion",
"postflight",
"schemapath",
"scriptfile",
"SCRIPTPATH",
"targetplatform",
"tmpl",
"updateservers"
"UPDATEDIR",
"UPDATEFILE",
"UPDATESERVER",
"updateservers",
"UPDATESERVERSSH",
"UPDATEURL"
]
}