[all-commits] [llvm/llvm-project] 473a21: [vscode-mlir] Add support for restarting the serve...
River Riddle via All-commits
all-commits at lists.llvm.org
Mon Jun 28 17:09:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 473a21c0e9684b19016fd7367b28cc0ff12e928d
https://github.com/llvm/llvm-project/commit/473a21c0e9684b19016fd7367b28cc0ff12e928d
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-06-29 (Tue, 29 Jun 2021)
Changed paths:
M mlir/utils/vscode/package-lock.json
M mlir/utils/vscode/package.json
A mlir/utils/vscode/src/config.ts
A mlir/utils/vscode/src/configWatcher.ts
M mlir/utils/vscode/src/extension.ts
A mlir/utils/vscode/src/mlirContext.ts
Log Message:
-----------
[vscode-mlir] Add support for restarting the server on setting/server changes
This revision adds detection for changes to either the mlir-lsp-server binary or the setting, and prompts the user to restart the server. Whether the user gets prompted or not is a configurable setting in the extension, and this setting may updated based on the user response to the prompt.
Differential Revision: https://reviews.llvm.org/D104501
More information about the All-commits
mailing list