[all-commits] [llvm/llvm-project] 3e5906: [vscode-mlir] Update package.json in preparation f...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Jul 30 16:54:35 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e5906499ff42fc54c36fcd8c96760be311fc492
https://github.com/llvm/llvm-project/commit/3e5906499ff42fc54c36fcd8c96760be311fc492
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M mlir/docs/Tools/MLIRLSP.md
M mlir/utils/vscode/package-lock.json
M mlir/utils/vscode/package.json
Log Message:
-----------
[vscode-mlir] Update package.json in preparation for publishing
Quite a few things were out-of-date, or just not
organized well. This revision updates the extension
name, repo, icon, and many other components in
preperation for publishing the extension to the
marketplace.
Commit: 03b2d1a659228bc2fe7972357d9b8b41eda2f558
https://github.com/llvm/llvm-project/commit/03b2d1a659228bc2fe7972357d9b8b41eda2f558
Author: River Riddle <riddleriver at gmail.com>
Date: 2021-07-30 (Fri, 30 Jul 2021)
Changed paths:
M mlir/utils/vscode/src/extension.ts
M mlir/utils/vscode/src/mlirContext.ts
Log Message:
-----------
[mlir-vscode] Create a proper output channel for the MLIRContext
This allows for reusing the same output channel when the extension reloads after updating the server. Currently, whenever the extension restarts a new output channel is created (which can lead to a large number of seemingly dead output channels).
Compare: https://github.com/llvm/llvm-project/compare/3d758e68a766...03b2d1a65922
More information about the All-commits
mailing list