Skip to content

Commit

Permalink
release 0.1.10 (#311)
Browse files Browse the repository at this point in the history
* vscode-vlang: add 0.1.10 changelog

* vscode-vlang: update package.json, update package-lock.json
  • Loading branch information
nedpals committed Oct 3, 2021
1 parent bce8f5c commit 17372b2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3,004 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## 0.1.10
*3 October 2021*
### 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
*11 August 2021*
### Features
Expand Down
Loading

0 comments on commit 17372b2

Please sign in to comment.