Skip to content

Commit de15484

Browse files
revert overwritten change
1 parent 2165bdb commit de15484

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@
216216
"command": "codacy.configureMCP.reset",
217217
"title": "Reset Codacy MCP Server",
218218
"category": "Codacy commands",
219-
"when": "Codacy:RepositoryManagerStateContext != NeedsAuthentication && codacy:supportsMCP && codacy:mcpConfigured"
219+
"when": "Codacy:RepositoryManagerStateContext == Loaded && codacy:supportsMCP && codacy:mcpConfigured"
220220
},
221221
{
222222
"command": "codacy.installCLI",
@@ -245,7 +245,7 @@
245245
},
246246
{
247247
"command": "codacy.configureMCP.reset",
248-
"when": "Codacy:RepositoryManagerStateContext != NeedsAuthentication && codacy:supportsMCP && codacy:mcpConfigured"
248+
"when": "Codacy:RepositoryManagerStateContext == Loaded && codacy:supportsMCP && codacy:mcpConfigured"
249249
},
250250
{
251251
"command": "codacy.installCLI",

0 commit comments

Comments
 (0)