Skip to content

Commit

Permalink
Fixed the doHover CocAction under cygwin (#1012)
Browse files Browse the repository at this point in the history
  • Loading branch information
cosminadrianpopescu authored and chemzqm committed Aug 17, 2019
1 parent d76b918 commit b850902
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54670,7 +54670,7 @@ class Plugin extends events_1.EventEmitter {
return false;
}
get version() {
return workspace_1.default.version + ( true ? '-' + "73d7c23570" : undefined);
return workspace_1.default.version + ( true ? '-' + "6dd955143d" : undefined);
}
async showInfo() {
if (!this.infoChannel) {
Expand Down

0 comments on commit b850902

Please sign in to comment.