You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: vscode/extensions/leancopilot-panel/src/extension.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -384,7 +384,7 @@ class LeanCopilotPanel implements vscode.WebviewViewProvider {
384
384
</head>
385
385
<body>
386
386
<h2>🤖 LeanCopilot integrated!</h2>
387
-
<div class="small">LeanCopilot is now ready to use in your project! Try using either "suggest_tactics_deepseek" or "#statesearch" for theorem proving assistance!</div>
387
+
<div class="small">LeanCopilot is now ready to use in your project! Try using "suggest_tactics" for theorem proving assistance!</div>
0 commit comments