Vscode Vlang Versions Save

V Language extension for Visual Studio Code.

0.1.15

10 months ago

0.1.14

1 year ago

Features

  • ℹ️ VLS installation and server launch is now handled by v ls (thanks @nedpals #450)

Fixes

  • 🐛 Fix defer sniffet (thanks @StunxFS #467)
  • 🐛 Fix syntax highlighting unsafe and callconv attributes (thanks @StunxFS #468)

0.1.13

2 years ago

Fixes

  • 🐛 Fix compiling VLS using v run build.vsh (thanks @nedpals)

0.1.12

2 years ago

Fixes

  • 🐛 Fix syntax highlighting. (thanks @danieldaeschle #331, #304 #373)

0.1.11

2 years ago

Fixes

  • 🐛 Fix critical bug when launching / stopping VLS process. (thanks @nedpals #337)
  • 🐛 Fix launching VLS process on TCP after "Remote Server" was disabled.

0.1.10

2 years ago

Features

  • ℹ️ VLS has now support for connecting via TCP! (thanks @nedpals #283)
  • 🔄 Added dialog when updating settings related to VLS (thanks @nedpals #283)
  • ℹ️ Added custom CLI arguments setting that can be passed to the VLS executable (thanks @nedpals #302)

Fixes

  • 🐛Fix syntax highlighting for numeric methods (e.g. .int()) (thanks @pouyakary #281)
  • 🐛Fix comma not identified by the grammar (thanks @pouyakary #282)
  • ⏫ Improved VLS connection flow (thanks @nedpals #283)
  • ⏫ Fix / update VLS compilation command (thanks @nedpals #303)
  • ⏫ Fix VLS restart command (thanks @nedpals #303 #310)

0.1.9

2 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.

0.1.8

3 years ago

Features

  • ⏫ You can update vls by a vscode command! Just press Ctrl+Shift+P and type update vls. That's it!
  • Support for enabling feature using flags (thanks @nedpals)
  • Highlight for #define and #pkgconfig (thanks @crackedmind #213)
  • Update snippets to the current syntax (thanks @StunxFS #218)
  • Improved syntax support (thanks @AliChraghi #221 #223)

Fixes

  • 🐛Fixes installing vls automatically (#224)

0.1.7

3 years ago

Features

  • ⏫ Updated language client package.
  • 📩 Newest Version on vscode marketplace!

Fixes

  • 🐛Fixes syntax highlight for struct.

0.1.6

3 years ago

Features

  • ⏫ Updated typescript version to 4.1.
  • 🔄 Progress notification when installing vls.

Fixes

  • 🐛Fixes bug on windows where executable path was without .exe suffix.