Skip to content

Commit 9d77003

Browse files
authored
Merge pull request #64 from codacy/improve-message
chore: Improve success message
2 parents ef53788 + de53418 commit 9d77003

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/configureMCP.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ export async function configureMCP(repository: Repository) {
291291

292292
fs.writeFileSync(filePath, JSON.stringify(modifiedConfig, null, 2))
293293

294-
vscode.window.showInformationMessage('Codacy MCP server added successfully')
294+
vscode.window.showInformationMessage('Codacy MCP server added successfully. Please restart the IDE.')
295295
await createRules(repository)
296296
await installCodacyCLI(repository)
297297
} catch (error: unknown) {

0 commit comments

Comments
 (0)