MCPcopy Create free account
hub / github.com/REditorSupport/vscode-R / constructor

Method constructor

src/helpViewer/helpProvider.ts:29–34  ·  view source on GitHub ↗
(options: RHelpProviderOptions)

Source from the content-addressed store, hash-verified

27 private readonly pkgListener?: () => void;
28
29 public constructor(options: RHelpProviderOptions){
30 this.rPath = options.rPath || 'R';
31 this.cwd = options.cwd;
32 this.pkgListener = options.pkgListener;
33 this.cp = this.launchRHelpServer();
34 }
35
36 public async refresh(): Promise<void> {
37 this.cp.dispose();

Callers

nothing calls this directly

Calls 1

launchRHelpServerMethod · 0.95

Tested by

no test coverage detected