VersixPatches 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 doesSame as the CLI: diagnostics middleware on the language client (not the LSP binary). Digest / vproject noiseDrops diagnostics for
|
| 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….

