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",
"wikitext.userName": "NickServ@VSCode",
"wikitext.password": "xsb2m6dahp82iubm6vd48y4kyy2vlq53",- Since this config includes secure credentials, avoid sharing it with version control, humans, or agents (including the use of GitHub and GitHub Copilot)
- wiki.gg has nonstandard paths, but things still seem to work without configuring paths
- You might want to install the LSP extension too for IDE features