Releases: clangd/vscode-clangd
Releases · clangd/vscode-clangd
snapshot_20241222
Add an option to allow "clangd.path" to point to a shell script In VSCode 1.92 and later (which uses node 20), this requires passing `shell: true` in the executable options. However, using `shell: true` changes the behavior in some other ways, e.g. the path and arguments now have to be quoted in case they contain spaces. To avoid the potential for regressions from using `shell: true`, its use is made conditional on a new clangd option, "clangd.useScriptAsExecutable". Fixes #683
snapshot_20241210
Add a Github workflow for creating an unstable release (#748) The workflow is manually triggered, and creates a Github release containing a build from the master branch.
0.1.33
0.1.32
Release version 0.1.32 (#732)
0.1.31
Revert #708 and #715, and release 0.1.31 (#724) This reverts commits 4f64ca7d426e36620164a635f679659d471f21a4 (#715) and 0c2d40d7d6b8092309bd2c880a32e59c71472a80 (#708).
0.1.30
Release version 0.1.30 (#716) Co-authored-by: Jeroen Van Antwerpen <JVanAntwerpen@omp.com>
0.1.29
Release version 0.1.29 (#653)
0.1.28
Release version 0.1.28 (#603)
0.1.27
Release version 0.1.27 (#596)
0.1.26
Actually bump the version number to 0.1.26 in package.json (#569)