workspacePath property

String workspacePath
final

The workspace path of the document to be processed by the LSP.

The workspacePath is the root directory of the project or workspace. If you are using a single file, you can set it to the parent directory of the file.

Implementation

final String workspacePath;