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
-
What's Changed since last pre-release
User Changes
__EOF__
token is now disabledd.completeNoDupes
, it's now handled byd.argumentSnippets
along with the new auto-complete renderingd.stdlibPath: "auto"
will now first look for stdlib paths based on thedubCompiler
setting, allowing you to first check for a specific LDC compiler, then for system DMD and LDC paths if they are not foundelse
snippet afterif
blocksDeveloper Changes
productName
inLanguageServerConfig
to make logs generated by it write your LSP server's namegcCollectSeconds
inLanguageServerConfig
to any different interval in seconds to modify the automatic background GC collection frequency. You can also set it to 0 to disable it.Optional
can 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
wordRangeAt
using bytes returning bytesnextPositionBytes
, which works likemovePositionBytes
, but using ref parameters so you don't need to reassign them on every use$current
in build tasks instead of embedding current values (passed CLI unaffected)scope
andcwd
is handled in build tasks: they are now always relative to opened workspace folders (as sent by LSP)served/getActiveDubConfig
to read out dub informationserve-d:serverbase
foreach (auto
syntax 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