Class LSPFileSystem

java.lang.Object
org.graalvm.tools.lsp.server.LSPFileSystem
All Implemented Interfaces:
org.graalvm.polyglot.io.FileSystem

public final class LSPFileSystem extends Object implements org.graalvm.polyglot.io.FileSystem
A custom, read-only file system, to create a sandbox to avoid unwanted side-effects. A VirtualLanguageServerFileProvider allows to ask the LSP language server for file state as seen by the server/editor.
  • Method Details