filePath property
Optional but if provided, it will be used to load the initial text from a file.
Note: If both initialText and filePath are provided, an exception will be thrown. Note: If filePath is provided, the lspConfig must also have the same file path. Otherwise, an exception will be thrown.
Implementation
final String? filePath;