MCPcopy Index your code
hub / github.com/REditorSupport/vscode-R / config

Function config

src/util.ts:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12import { randomBytes } from 'crypto';
13
14export function config(): vscode.WorkspaceConfiguration {
15 return vscode.workspace.getConfiguration('r');
16}
17
18function substituteVariable(str: string, key: string, getValue: () => string | undefined) {
19 if (str.includes(key)) {

Callers 15

getChildrenMethod · 0.90
clearWorkspaceFunction · 0.90
makeTerminalOptionsFunction · 0.90
deleteTerminalFunction · 0.90
chooseTerminalFunction · 0.90
runTextInTermFunction · 0.90
setFocusFunction · 0.90
provideHoverMethod · 0.90
getSelectionFunction · 0.90
attachActiveFunction · 0.90
writeSettingsFunction · 0.90
updatePlotFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected