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

Function homeExtDir

src/extension.ts:30–30  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28
29// global objects used in other files
30export const homeExtDir = (): string => util.getDir(path.join(os.homedir(), '.vscode-R'));
31export const tmpDir = (): string => util.getDir(path.join(homeExtDir(), 'tmp'));
32export let rWorkspace: workspaceViewer.WorkspaceDataProvider | undefined = undefined;
33export let globalRHelp: rHelp.RHelp | undefined = undefined;

Callers 5

makeTerminalOptionsFunction · 0.90
deploySessionWatcherFunction · 0.90
startRequestWatcherFunction · 0.90
writeSettingsFunction · 0.90
tmpDirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected