From 7c85ceea8ec9c8c7ef34fa22b297b01c94d7fc8b Mon Sep 17 00:00:00 2001 From: Thomas Kuschel Date: Tue, 15 Jul 2025 23:45:09 +0200 Subject: [PATCH] ADD vscode spellings --- .vscode/settings.json | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8477d91..e3d242c 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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" ] } \ No newline at end of file