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

Method constructor

src/languageService.ts:17–21  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15 private readonly outputChannel: OutputChannel;
16
17 constructor() {
18 this.outputChannel = window.createOutputChannel('R Language Server');
19 this.config = workspace.getConfiguration('r');
20 void this.startLanguageService();
21 }
22
23 dispose(): Thenable<void> {
24 return this.stopLanguageService();

Callers

nothing calls this directly

Calls 1

startLanguageServiceMethod · 0.95

Tested by

no test coverage detected