Package org.eclipse.lsp4j.debug
Interface InitializeRequestArgumentsPathFormat
-
public interface InitializeRequestArgumentsPathFormat
Determines in what format paths are specified. The default is 'path', which is the native format.Possible values include - but not limited to those defined in
InitializeRequestArgumentsPathFormat
-
-
Field Detail
-
PATH
static final java.lang.String PATH
- See Also:
- Constant Field Values
-
URI
static final java.lang.String URI
- See Also:
- Constant Field Values
-
-