Skip to content

Instantly share code, notes, and snippets.

@nickserv
Last active March 16, 2026 06:02
Show Gist options
  • Select an option

  • Save nickserv/d61089c1f8fc8ac63abffdf80694386c to your computer and use it in GitHub Desktop.

Select an option

Save nickserv/d61089c1f8fc8ac63abffdf80694386c to your computer and use it in GitHub Desktop.
Configuring VSCode for editing wiki.gg wikis

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",

Notes

  • 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment