[all-commits] [llvm/llvm-project] b4f46a: [clangd] Fixes colon escaping on Windows
Ilya Biryukov via All-commits
all-commits at lists.llvm.org
Mon Nov 11 00:22:17 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b4f46a9bb42972e663f8b7b4d15e4c8ed3fecef4
https://github.com/llvm/llvm-project/commit/b4f46a9bb42972e663f8b7b4d15e4c8ed3fecef4
Author: Ilya Biryukov <ibiryukov at google.com>
Date: 2019-11-11 (Mon, 11 Nov 2019)
Changed paths:
M clang-tools-extra/clangd/clients/clangd-vscode/package-lock.json
M clang-tools-extra/clangd/clients/clangd-vscode/package.json
M clang-tools-extra/clangd/clients/clangd-vscode/src/semantic-highlighting.ts
Log Message:
-----------
[clangd] Fixes colon escaping on Windows
vscode always escapes the colon on the file uri, which causes the semantic highlighting fails on windows.
fixes: https://github.com/clangd/clangd/issues/176
More information about the All-commits
mailing list