Last active
March 16, 2025 06:53
-
-
Save daveleroy/b856b55d11905c0bb2efabd245dcfa45 to your computer and use it in GitHub Desktop.
preferred_packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "name": "LSP-typescript", | |
| "syntax": ["TypeScript"] | |
| }, | |
| { | |
| "name": "LSP-json", | |
| "syntax": ["JSON", "JSONC"] | |
| }, | |
| { | |
| "name": "LSP-basedpyright", | |
| "syntax": ["Python"] | |
| }, | |
| { | |
| "name": "LSP-pyright", | |
| "syntax": [] // I think we recommend basedpyright? | |
| }, | |
| { | |
| "name": "LSP-copilot", | |
| "syntax": [] | |
| }, | |
| { | |
| "name": "LSP-pylsp", | |
| "syntax": [] | |
| }, | |
| { | |
| "name": "LSP-intelephense", | |
| "syntax": [] | |
| }, | |
| { | |
| "name": "LSP-clangd", | |
| "syntax": ["C", "C++"] | |
| }, | |
| { | |
| "name": "LSP-rust", | |
| "syntax": ["Rust"] | |
| }, | |
| { | |
| "name": "LSP-html", | |
| "syntax": ["HTML"] | |
| }, | |
| { | |
| "name": "LSP-css", | |
| "syntax": [] | |
| }, | |
| { | |
| "name": "LSP-gopls", | |
| "syntax": ["Go"] | |
| }, | |
| { | |
| "name": "LSP-eslint", | |
| "syntax": [] | |
| }, | |
| { | |
| "name": "LSP-vue", | |
| "syntax": [] | |
| }, | |
| { | |
| "name": "LSP-dockerfile", | |
| "syntax": [] | |
| }, | |
| { | |
| "name": "LSP-bash", | |
| "syntax": ["BASH"] | |
| }, | |
| { | |
| "name": "LSP-file", | |
| "syntax": [] | |
| }, | |
| { | |
| "name": "LSP-yaml", | |
| "syntax": ["YAML"] | |
| }, | |
| { | |
| "name": "Terminus" | |
| }, | |
| { | |
| "name": "AutoProjects" | |
| }, | |
| { | |
| "name": "ProjectManager" | |
| }, | |
| { | |
| "name": "Debugger" | |
| }, | |
| { | |
| "name": "Whitespace" | |
| }, | |
| { | |
| "name": "OpenUri" | |
| }, | |
| { | |
| "name": "BracketHighlighter" | |
| }, | |
| { | |
| "name": "ColorHelper" | |
| }, | |
| { | |
| "name": "MarkdownPreview" | |
| }, | |
| { | |
| "name": "HexViewer" | |
| }, | |
| { | |
| "name": "ExportHtml" | |
| }, | |
| { | |
| "name": "ApplySyntax" | |
| } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment