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 107d16e commit 5d19c97Copy full SHA for 5d19c97
src/__mocks__/vscode.js
@@ -88,6 +88,10 @@ const vscode = {
88
Directory: 2,
89
SymbolicLink: 64,
90
},
91
+ CodeActionKind: {
92
+ QuickFix: { value: "quickfix" }, // Match the structure in ClineProvider.test.ts
93
+ RefactorRewrite: { value: "refactor.rewrite" }, // Match the structure in ClineProvider.test.ts
94
+ },
95
TabInputText: class {
96
constructor(uri) {
97
this.uri = uri
0 commit comments