Releases: arduino/arduino-language-server
0.7.6
0.7.5
What's Changed
Full Changelog: 0.7.4...0.7.5
0.7.4
0.7.3
0.7.2
0.7.1
0.7.0
Changelog
0bfc477 Upgrade golang build task to golang-1.18.3
f9eafe3 Added cmd line flag to enable faster builds
f794220 Language server now skips libraries detection while editing
0384c34 Implement a no-op workspace/didChangeConfiguration
(#114)
0eb2bfa Added a short notice if the server is used interactively
e0487b4 Do not bail-out if incorrect ranges are requested via DocumentSymbol
9d859f4 Auto-detect arduino-cli.yaml
in ~/.arduino15
e7b8550 Auto-detect any clangd
and arduino-cli
in $PATH
e30d0e4 Added logging of timings
0.6.0
Changelog
835a2f5 Release 0.6.0
472ef9b Merge pull request #96 from arduino/fix_progress_leak
b34adf1 Fixed some typos
cc3fbad Send progress-end messages before shutting down
d3def8a Merge pull request #95 from arduino/force_rebuild_on_new_files
073039a Try to filter as much bogus errors as possible
3b7271a When new files are added to the sketch do a complete build to synchronize all files
277add1 Merge pull request #92 from arduino/suppress_bitfield_errors
e2ccbfa Merge pull request #94 from per1234/bump-download-file-action
af923db Canonicalize path to clangd for query-driver parameter
ecda674 Suppress 'anon_bitfield_qualifiers' errors