Skip to content

Commit

Permalink
Give direct link to new download file
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMpn committed Nov 23, 2023
1 parent 51aa85a commit bc70b33
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public CapabilitiesResult HandleCapabilities(CapabilitiesRequest request)
_ = _lsp.NotifyAsync(Methods.WindowLogMessage, new LogMessageParams
{
MessageType = MessageType.Warning,
Message = $"Update to v{result.Result.ToString(3)} available from https://markcarrington.dev/sql-4-cds/"
Message = $"Update to v{result.Result.ToString(3)} available from https://github.com/MarkMpn/Sql4Cds/releases/download/v{result.Result.ToString(3)}/azuredatastudio-sql4cds-{result.Result.ToString(3)}.vsix"
});
}
}, TaskScheduler.Default);
Expand Down

0 comments on commit bc70b33

Please sign in to comment.