vscode: enable defining mcp.json separate from settings.json (#7441)
VS Code 1.102 separates MCP configuration from `settings.json` to a profile-specific `mcp.json`. VS Code automatically performs this separation if MCP configuration is detected inside `settings.json` which conflicts with the immutability of the settings.json that home-manager supplies.
This commit is contained in:
parent
3976e0507e
commit
7c6f7377cc
3 changed files with 98 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
vscode-keybindings = ./keybindings.nix;
|
||||
vscode-tasks = ./tasks.nix;
|
||||
vscode-mcp = ./mcp.nix;
|
||||
vscode-update-checks = ./update-checks.nix;
|
||||
vscode-snippets = ./snippets.nix;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue