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 2165bdb commit de15484Copy full SHA for de15484
1 file changed
package.json
@@ -216,7 +216,7 @@
216
"command": "codacy.configureMCP.reset",
217
"title": "Reset Codacy MCP Server",
218
"category": "Codacy commands",
219
- "when": "Codacy:RepositoryManagerStateContext != NeedsAuthentication && codacy:supportsMCP && codacy:mcpConfigured"
+ "when": "Codacy:RepositoryManagerStateContext == Loaded && codacy:supportsMCP && codacy:mcpConfigured"
220
},
221
{
222
"command": "codacy.installCLI",
@@ -245,7 +245,7 @@
245
246
247
248
249
250
251
0 commit comments