-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Feature RequestFeature: Code FormattingLanguage ServicefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.
Milestone
Description
Type: General
Describe the bug
Extension installs clang-format 6.0.0, but 7.0.0 is available from: http://releases.llvm.org/download.html
- OS and Version: Ubuntu 18.04
- VS Code Version:
Version: 1.29.1
Commit: bc24f98b5f70467bc689abf41cc5550ca637088e
Date: 2018-11-15T19:07:43.495Z
Electron: 2.0.12
Chrome: 61.0.3163.100
Node.js: 8.9.3
V8: 6.1.534.41
Architecture: x64
- C/C++ Extension Version:
[email protected]
To Reproduce
$ $HOME/.vscode/extensions/ms-vscode.cpptools-0.20.1/LLVM/bin/clang-format -version
clang-format version 6.0.0 (tags/RELEASE_600/final)
Download location is set here: https://github.com/Microsoft/vscode-cpptools/blob/8c53c027cab1f5b110367cb08ab8286a1a98ea80/Extension/package.json#L1483-L1527
Expected behavior
$ clang-format -version
clang-format version 7.0.0 (tags/RELEASE_700/final)
Thanks!
raulsntos, gurpreetshanky, rizickus, jminer, mjvankampen and 14 moregocarlos
Metadata
Metadata
Assignees
Labels
Feature RequestFeature: Code FormattingLanguage ServicefixedCheck the Milestone for the release in which the fix is or will be available.Check the Milestone for the release in which the fix is or will be available.