You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
7
7
## [Unreleased]
8
8
9
+
### Added
10
+
11
+
- The server now accepts DataModel information from the Studio Plugin even when there is no sourcemap present ([#1216](https://github.com/JohnnyMorganz/luau-lsp/pull/1216))
12
+
9
13
### Changed
10
14
11
15
- Sync to upstream Luau 0.698
@@ -1689,6 +1693,7 @@ local y = tbl.data -- Should give "This is some special information"
1689
1693
### Added
1690
1694
1691
1695
- Added configuration options to enable certain Language Server features. By default, they are all enabled:
0 commit comments