Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VersixNew to Visual Studio Code? Get it now.
Versix

Versix

PeriphOG

|
2 installs
| (0) | Free
Drop digest/vproject diagnostic noise and silence false positives with #v@ignore attributes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Versix

Patches Epic’s Verse VS Code extension (epicgames.verse) to drop digest/vproject diagnostic noise and silence false positives with #v@ignore attributes.

Companion for versix.

What the patch does

Same as the CLI: diagnostics middleware on the language client (not the LSP binary).

Digest / vproject noise

Drops diagnostics for *.digest.verse / *.vproject:

Problems panel before and after versix

#v@ignore

Honors #v@… attributes in your .verse files (plain substring or /regex/flags):

#v@ignore before and after

Attribute Scope
#v@ignore Next line or trailing same-line — all diagnostics
#v@ignore_deprecated Same — deprecation only
#v@ignore_file Whole file — all
#v@ignore_deprecated_file Whole file — deprecation only

Commands

Command Action
Install / Update Patch Find Verse.vsix → patch → install → offer reload
Install Verse (No Patch) Find Verse.vsix → install found VSIX as-is
Check Status Show the status toast again

Settings

Setting Default Purpose
versix.vsixPath (empty) Override auto-find for Verse.vsix
versix.editor auto Target auto / code / cursor
versix.autoPrompt true Startup status toast

Develop / package

From the monorepo root:

npm install
npm run build -w versix-core && npm run build -w versix-vscode   # then F5
npm run package -w versix-vscode                               # → packages/extension/*.vsix

Install the .vsix via Extensions → Install from VSIX….

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft