https://github.com/prophetlamb/vscode-markdown-language-client
Export of base functionality to connect to the markdown language server
https://github.com/prophetlamb/vscode-markdown-language-client
Last synced: about 1 year ago
JSON representation
Export of base functionality to connect to the markdown language server
- Host: GitHub
- URL: https://github.com/prophetlamb/vscode-markdown-language-client
- Owner: ProphetLamb
- Created: 2023-05-12T08:18:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-06T13:02:22.000Z (almost 3 years ago)
- Last Synced: 2025-03-15T14:22:59.009Z (over 1 year ago)
- Language: TypeScript
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Markdown Language Client
This is a automated export of the official [markdown-language-features](https://github.com/microsoft/vscode/blob/main/extensions/markdown-language-features).
Core language client related functionallity is exported, so that a user can use the official markdown language server for related vscode extension development.
Sources are patched to use already officially published packages when possible.
## Patching
[sync.ts](./sync.ts) contains the updating and patching logic. It uses data from the [sync](./sync/) directory.
Syncronize with the official sources:
```bash
pnpm run sync
```