Learn R Programming

languageserver (version 0.3.0)

on_initialize: initialize handler

Description

Handler to the initialize Request.

Usage

on_initialize(self, id, params)

Arguments

self
id

a numeric, the id of the process that started the server

params

a named list, the initialize Request options

@keywords internal