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

Function getConfig

src/config.ts:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20];
21
22export const getConfig = () => {
23 return vscode.workspace.getConfiguration(EXTENSION_CONFIG_SECTION);
24};
25
26export const updateConfig = (key: string, value: string) => {
27 const config = getConfig();

Callers 13

sessionFileContentFunction · 0.90
checkRemixVersionFunction · 0.90
generateAuthSnippetFunction · 0.90
generateShadcnUIFunction · 0.90
generateRemixFormRouteFunction · 0.90
generateAuthFunction · 0.90
barrelizeFunction · 0.90
startDevToolsFunction · 0.90
generateTestsFunction · 0.90
generateRemixPartialFunction · 0.90
generateRemixHookFormFunction · 0.90
generateConformFormFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected