1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-05 16:41:04 +01:00
This commit is contained in:
khaneliman 2025-07-12 01:34:07 +00:00
parent d8e1d220b2
commit 0e6a8b78ac

View file

@ -72568,6 +72568,42 @@ JSON value</p>
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>
<code class="filename"><a class="filename" href="https://github.com/nix-community/home-manager/blob/master/modules/programs/vscode" target="_top">
&lt;home-manager/modules/programs/vscode&gt;
</a></code>
</td></tr>
</table>
</dd>
<dt>
<span class="term">
<a id="opt-programs.vscode.profiles._name_.userMcp"></a><a class="term" href="options.xhtml#opt-programs.vscode.profiles._name_.userMcp"><code class="option">programs.vscode.profiles.&lt;name&gt;.userMcp</code>
</a>
</span>
</dt>
<dd>
<p>Configuration written to Visual Studio Codes
<code class="filename">mcp.json</code>.
This can be a JSON object or a path to a custom JSON file.</p>
<p><span class="emphasis"><em>Type:</em></span>
absolute path or JSON value</p>
<p><span class="emphasis"><em>Default:</em></span>
<code class="literal">{ }</code></p>
<p><span class="emphasis"><em>Example:</em></span></p><pre><code class="programlisting">{
&quot;servers&quot;: {
&quot;Github&quot;: {
&quot;url&quot;: &quot;https://api.githubcopilot.com/mcp/&quot;
}
}
}
</code></pre>
<p><span class="emphasis"><em>Declared by:</em></span></p>
<table border="0" summary="Simple list" class="simplelist">
<tr><td>