MCPcopy Create free account
hub / github.com/code-forge-io/Remix-Forge / updateConfig

Function updateConfig

src/config.ts:26–29  ·  view source on GitHub ↗
(key: string, value: string)

Source from the content-addressed store, hash-verified

24};
25
26export const updateConfig = (key: string, value: string) => {
27 const config = getConfig();
28 config.update(key, value, vscode.ConfigurationTarget.Workspace);
29};
30
31export { config };

Callers 1

generateShadcnUIFunction · 0.90

Calls 1

getConfigFunction · 0.85

Tested by

no test coverage detected