Configuring VSCode for editing wiki.gg wikis
After installing Wikitext for VSCode and creating a bot password, add this to your User Settings (JSON):
"wikitext.host": "WIKINAME.wiki.gg",
"wikitext.userName": "USERNAME@BOTNAME",
"wikitext.password": "BOTPASSWORD",For example, my config looks like this:
"wikitext.host": "flockaround.wiki.gg",