The configuration of the settings is similar to
vscode_deno.
Auto config for Deno and Node.js:
You can freely combine the runtime (Deno or Node.js), linter (deno_lint or
eslint), and formatter (deno_fmt or prettier). Please note that this rewrite
your settings. This is disabled by default.
lsp flags
Enables language server: Whether to turn on Language Server
Enables code lens implementations: Code lens settings (currently not
supported by Atom)
Enables code lens references: Code lens settings (currently not supported by
Atom)
Enables lint: Whether to enable lint
Path to import-map: File path to import-map (relative path is resolved based
on the project folder)
Path to tsconfig: File path to tsconfig (relative path is resolved based on
the project folder)
Enables unstable: Whether to use unstable APIs for code type checking