Skip to content
| Marketplace
Sign in
Visual Studio Code>Language Packs>Furry Language PackNew to Visual Studio Code? Get it now.
Furry Language Pack

Furry Language Pack

Avoonix

|
2,450 installs
| (3) | Free
Language pack extension for the "Furry" language
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Furry Language Pack for VS Code

Adds localization for Furry Language to VS Code :3

What has been translated

This language pack contains 2 new Languages: furry and furry-owo.

furry

Some words have been replaced with cuter ones. Search becomes sniff, notification becomes boop, and so on.

furry

furry-owo

Additonally, everything not replaced in the furry language wiww wook wike this.

furry-owo

Original

This is the default language pack, for comparison.

en (original)

Usage

  1. Ctrl+Shift+p
  2. search for Configure Display Language
  3. select furry

Progress

So far, only the core editor has been translated. Some plugins may be translated in the future.

Language Scope Progress
furry vscode core ~4.97%
furry-owo vscode core ~100%

Development

Launching Code with --extensionDevelopmentPath doesn't seem to work due to caching of translations. This workaround isn't ideal, but it does the job ¯\_(ツ)_/¯

#!/bin/bash
npx vsce package
pkill code -9
code --uninstall-extension ./vscode-language-pack-furry-0.0.1.vsix
trash ~/.config/Code/clp # remove cached language packs
code --install-extension ./vscode-language-pack-furry-0.0.1.vsix
code . --locale=furry

Credits

  • Original English translations (MIT license)
  • OwO-replacements (https://github.com/zuzak/owo)
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft