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

Function writeSettings

src/session.ts:141–144  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139}
140
141function writeSettings() {
142 const settingPath = path.join(homeExtDir(), 'settings.json');
143 fs.writeFileSync(settingPath, JSON.stringify(config()));
144}
145
146function updateSessionWatcher() {
147 console.info(`[updateSessionWatcher] PID: ${pid}`);

Callers 1

deploySessionWatcherFunction · 0.85

Calls 2

homeExtDirFunction · 0.90
configFunction · 0.90

Tested by

no test coverage detected