[PATCH] D44732: [clangd] Set CLANGD_EDITOR environment variable in vscode extension.

2018-04-03 Thread Haojian Wu via Phabricator via cfe-commits
hokein abandoned this revision. hokein added a comment. Herald added a subscriber: MaskRay. As discussed, we infer the editor from process tree which won't require changes in all clients. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D44732

[PATCH] D44732: [clangd] Set CLANGD_EDITOR environment variable in vscode extension.

2018-03-21 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added subscribers: ioeric, jkorous-apple, ilya-biryukov, klimek. This would allow us to log the editor using custom-built clangd. Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D44732 Files: