-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
A-editorArea - Editor extensions and language serverArea - Editor extensions and language server
Description
VSCode can create files without saving them.
After autodetecting the language, VSCode could send textDocument requests to the server.
The newly created files are stored in memory until saved.
Work to be done:
- change
LintService/Runtimeto handle content without a path- this is needed because of
import from @utils/xyz,vitest, or platform packages:node:pathin combination with the import plugin - or make a fake path for it?
- this is needed because of
- Change
ServerLinter/IsolatedLinterto accept a path or content - Detect somehow the language for the untitled file
textDocument/didOpenhas the only parameter wherelanguageIdis passed- maybe there is another option
- Split logic when schema is
fileor schema isuntitled
For VSCode:
- add schema
untitledtodocumentSelectorin VSCode
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-editorArea - Editor extensions and language serverArea - Editor extensions and language server