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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,13 +3,26 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [Unreleased]
5
5
### Fixed
6
+
- textDocument/definition
7
+
- fix TypeError from being thrown if the position of definition calculations are from outside the document ([rcjsuen/dockerfile-language-service#132](https://github.com/rcjsuen/dockerfile-language-service/issues/132))
8
+
- fix TypeError from being thrown if the position of definition calculations are for tabbed heredocs ([rcjsuen/dockerfile-language-service#135](https://github.com/rcjsuen/dockerfile-language-service/issues/135))
9
+
- textDocument/documentHighlight
10
+
- fix TypeError from being thrown if the position of highlight range calculations are from outside the document ([rcjsuen/dockerfile-language-service#132](https://github.com/rcjsuen/dockerfile-language-service/issues/132))
11
+
- fix TypeError from being thrown if the position of highlight range calculations are for tabbed heredocs ([rcjsuen/dockerfile-language-service#135](https://github.com/rcjsuen/dockerfile-language-service/issues/135))
6
12
- textDocument/formatting
7
13
- prevent tabbed delimiters in heredocs from crashing the formatter ([rcjsuen/dockerfile-utils#129](https://github.com/rcjsuen/dockerfile-utils/issues/129))
14
+
- textDocument/prepareRename
15
+
- fix TypeError from being thrown if the position of prepare rename calculations are from outside the document ([rcjsuen/dockerfile-language-service#132](https://github.com/rcjsuen/dockerfile-language-service/issues/132))
16
+
- fix TypeError from being thrown if the position of prepare rename calculations are for tabbed heredocs ([rcjsuen/dockerfile-language-service#135](https://github.com/rcjsuen/dockerfile-language-service/issues/135))
8
17
- textDocument/publishDiagnostics
9
18
- prevent tabbed delimiters in heredocs from crashing the linter ([rcjsuen/dockerfile-utils#129](https://github.com/rcjsuen/dockerfile-utils/issues/129))
10
19
- textDocument/rangeFormatting
11
20
- prevent tabbed delimiters in heredocs from crashing the formatter ([rcjsuen/dockerfile-utils#129](https://github.com/rcjsuen/dockerfile-utils/issues/129))
21
+
- textDocument/rename
22
+
- fix TypeError from being thrown if the position of rename calculations are from outside the document ([rcjsuen/dockerfile-language-service#132](https://github.com/rcjsuen/dockerfile-language-service/issues/132))
23
+
- fix TypeError from being thrown if the position of rename calculations are for tabbed heredocs ([rcjsuen/dockerfile-language-service#135](https://github.com/rcjsuen/dockerfile-language-service/issues/135))
0 commit comments