We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc42474 commit 038f604Copy full SHA for 038f604
src/extension/lsp.ts
@@ -76,10 +76,10 @@ async function applyAllFixes() {
76
arguments: [textDocument],
77
}
78
client.sendRequest(ExecuteCommandRequest.type, params).then(undefined, () => {
79
- const actionButtonName = 'Upgrade Document'
+ const actionButtonName = 'See Doc'
80
window
81
.showErrorMessage(
82
- 'Failed to apply Ast-grep fixes to the document. Please consider upgrading ast-grep version or opening an issue with steps to reproduce.',
+ 'Failed to apply ast-grep fixes to the document. Please consider upgrading ast-grep version or opening an issue with steps to reproduce.',
83
actionButtonName,
84
)
85
.then(value => {
0 commit comments