Skip to content

Commit

Permalink
Add link to Zulip in case of errors
Browse files Browse the repository at this point in the history
  • Loading branch information
fpoli committed Aug 10, 2023
1 parent c29a210 commit 324c3b8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "prusti-assistant",
"displayName": "Prusti Assistant",
"description": "Verify Rust programs with the Prusti verifier.",
"version": "0.12.2",
"version": "0.12.3",
"publisher": "viper-admin",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/diagnostics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ export class DiagnosticsManager {
const verificationDiagnostics = new VerificationDiagnostics();
let durationSecMsg: string | null = null;
const crashErrorMsg = "Prusti encountered an unexpected error. " +
"If the issue persists, please open a [bug report](https://github.com/viperproject/prusti-dev/issues/new). " +
"If the issue persists, please open a [bug report](https://github.com/viperproject/prusti-dev/issues/new) or contact us on the [Zulip chat](https://prusti.zulipchat.com/). " +
"See [the logs](command:prusti-assistant.openLogs) for more details.";
let crashed = false;
try {
Expand Down
2 changes: 1 addition & 1 deletion src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function registerCrashHandler(context: vscode.ExtensionContext, verificat
// Ask the user to restart the server
util.userErrorPopup(
"Prusti server stopped working. " +
"If the issue persists, please open a [bug report](https://github.com/viperproject/prusti-dev/issues/new). " +
"If the issue persists, please open a [bug report](https://github.com/viperproject/prusti-dev/issues/new) or contact us on the [Zulip chat](https://prusti.zulipchat.com/). " +
"See [the server logs](command:prusti-assistant.openServerLogs) for more details.",
"Restart Server",
() => {
Expand Down

0 comments on commit 324c3b8

Please sign in to comment.