v0.7.0-rc.1 #168
WebFreak001
announced in
Announcements
v0.7.0-rc.1
#168
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's Changed since last pre-release
User Changes
__EOF__token is now disabledd.completeNoDupes, it's now handled byd.argumentSnippetsalong with the new auto-complete renderingd.stdlibPath: "auto"will now first look for stdlib paths based on thedubCompilersetting, allowing you to first check for a specific LDC compiler, then for system DMD and LDC paths if they are not foundelsesnippet afterifblocksDeveloper Changes
productNameinLanguageServerConfigto make logs generated by it write your LSP server's namegcCollectSecondsinLanguageServerConfigto any different interval in seconds to modify the automatic background GC collection frequency. You can also set it to 0 to disable it.Optionalcan now be casted to bool to check isNullpartialResultToken- for methods returning arrays you can implement them multiple times, all of the functions will be run in parallel and the results will be concatenated (also works without the partialResultToken)Changes since v0.6.0
wordRangeAtusing bytes returning bytesnextPositionBytes, which works likemovePositionBytes, but using ref parameters so you don't need to reassign them on every use$currentin build tasks instead of embedding current values (passed CLI unaffected)scopeandcwdis handled in build tasks: they are now always relative to opened workspace folders (as sent by LSP)served/getActiveDubConfigto read out dub informationserve-d:serverbaseforeach (autosyntax fix (Foreach auto code fix #81)New Contributors
Full Changelog: v0.6.0...v0.7.0-rc.1
This discussion was created from the release v0.7.0-rc.1.
Beta Was this translation helpful? Give feedback.
All reactions