File tree 2 files changed +14
-4
lines changed
2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,16 @@ RWR+9B91GBZ0zOjh6Lr17+zKf5BoSuFvrx2xSeDE57uIYvnKBGmMjOex
43
43
44
44
Provided by [zigtools/release-worker](https://github.com/zigtools/release-worker).
45
45
46
- []($section.id('install-editor-extension '))
47
- ## Install Editor Extension
46
+ []($section.id('zig-zls-version-compatibility '))
47
+ ## Zig + ZLS version compatibility
48
48
49
- Please header over to the "Editor Configuration" section to set up the editor of your choice.
49
+ If you decide to install Zig or ZLS through a different method (e.g. package managers), make sure that you install compatible versions:
50
+ - A tagged release of Zig should be used with the same tagged release of ZLS (and vice versa).
51
+ - A nightly build of Zig should be used with a nightly build of ZLS (and vice versa).
52
+
53
+ The install tool above will automatically resolve compatible Zig and ZLS versions.
54
+
55
+ []($section.id('next-steps'))
56
+ ## Next steps
57
+
58
+ After installing ZLS, please head over to the "Editor Configuration" section to set up the editor(s) of your choice.
Original file line number Diff line number Diff line change 154
154
<div id="prebuilt-binary-result" style="display: none;">
155
155
<ctx :html="$page.contentSection('install-prebuilt-binary')"></ctx>
156
156
</div>
157
- <ctx :html="$page.contentSection('install-editor-extension')"></ctx>
157
+ <ctx :html="$page.contentSection('zig-zls-version-compatibility')"></ctx>
158
+ <ctx :html="$page.contentSection('next-steps')"></ctx>
158
159
<script :html="$site.asset('install.js').bytes()"></script>
159
160
</div>
You can’t perform that action at this time.
0 commit comments