mirror of
https://github.com/Myzel394/config-lsp.git
synced 2025-06-18 23:15:26 +02:00
542 B
542 B
config-lsp for VS Code
config-lsp
provides language support for various config files.
Currently it supports completions, diagnostics, hints, formatting, hover information,
and definition requests.
Install this extension and load your config files in VS Code to get started.
If config-lsp
is unable to detect the language of your config file, you can manually
specify it by adding a line in the form of:
#?lsp.language=<language>
# For example
#?lsp.language=sshconfig
#?lsp.language=fstab
#?lsp.language=aliases