View source
typedef InitializeRequestArguments
package vscode.debugProtocol
import vscode.debugProtocol.DebugProtocol
Arguments for 'initialize' request.
Fields
optionalpathFormat:Null<InitializeRequestArgumentsPathFormat>
Determines in what format paths are specified. The default is 'path', which is the native format. Values: 'path', 'uri', etc.
optionallocale:Null<String>
The ISO-639 locale of the (frontend) client using this adapter, e.g. en-US or de-CH.