github vlang/vscode-vlang 0.1.9
v0.1.9

latest releases: 0.1.15, 0.1.14, 0.1.13...
pre-release3 years ago

Features

  • 🔄 You can now update or restart the language server without restarting VSCode! (Press Ctrl+Shift+P and select V: Update VLS or V: Restart VLS) (thanks @carterisonline #239)
  • ⏫ Add more settings for VLS including support for custom VROOT path and debug mode setting (thanks @nedpals #271)
  • ⏫ v.mod files are now syntax highlighted! (thanks @serkonda7).
  • ⏫ Accessors, size_t and option symbol (?) are now properly syntax highlighted! (thanks @pouyakary #245 #248 #249)
  • ℹ️ Added more helpful information when encountering VLS installation errors.
  • 🚮 Removed deprecated commands including for testing and showing help information.

Fixes

  • 🐛Fixed "Open current code on DevBits V playground" command showing on non-V files.
  • 🐛Fixed syntax highlighting underline-separated numbers (e.g 1_000).
  • Simplifying the way DevBits Playground is opened.
  • 🐛Fixed syntax highlighting for string literals and hash directives (e.g #include) (#244)
  • 🐛Fixed syntax highlighting for float exponents.

Internal / Infrastructure Changes

  • Build system was migrated from Webpack to ESBuild resulting ~5x faster builds.
  • Added ESLint integration.
  • Added unit tests for syntax highlighting.
  • Added CI for running grammar tests.

Don't miss a new vscode-vlang release

NewReleases is sending notifications on new releases.