We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2256e9 commit d349c8cCopy full SHA for d349c8c
CHANGELOG.md
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
7
## [Unreleased]
8
9
+## [0.4.0] - 2022-05-17
10
+
11
### Added
12
13
- Added basic go to definition and go to type definition support
editors/code/package.json
@@ -13,7 +13,7 @@
"bugs": {
14
"url": "https://github.com/JohnnyMorganz/luau-lsp/issues"
15
},
16
- "version": "0.3.0",
+ "version": "0.4.0",
17
"engines": {
18
"vscode": "^1.67.0"
19
0 commit comments