Matt Bierner
|
a8101c12b5
|
Fix any cases in md extension
For #269213
|
2025-10-03 14:15:39 -07:00 |
|
Matt Bierner
|
73e6d6a0a2
|
Enable a few more stylistic eslint options for my extensions
|
2025-08-14 10:42:20 -07:00 |
|
Martin Aeschlimann
|
25a8dd4f0b
|
enable markdown language server for prompt files (#252656)
|
2025-06-30 14:19:00 -07:00 |
|
Matt Bierner
|
4679606b30
|
Don't try watching non writable file systems (#232433)
For ts and markdown, skip watching on file systems that are not writable as these files should not change
|
2024-10-28 11:12:01 -07:00 |
|
Matt Bierner
|
56ad6311c8
|
Pick up latest Markdown language service (#211391)
Fixes #211389
|
2024-04-25 13:48:44 -07:00 |
|
Matt Bierner
|
6160e8e969
|
Add support for markdown image/video path hovers (#209685)
|
2024-04-05 22:29:31 +02:00 |
|
Matt Bierner
|
998047ca2f
|
Add experimental support for updating markdown links on copy/paste (#209319)
* Add experimental support for updating markdown links on copy/paste
For #209318
* Remove log
|
2024-04-02 17:15:12 +02:00 |
|
Matt Bierner
|
35579c0b57
|
De-prioritize markdown link paste in code blocks (#202109)
|
2024-01-09 14:27:28 -08:00 |
|
Matt Bierner
|
ff9fc384d3
|
Clean up and fix markdown url pasting (#198706)
Fixes #192568
|
2023-11-20 14:37:00 -08:00 |
|
Matt Bierner
|
c18f80a2d4
|
Pass translations down to Markdown Language Server (#172884)
Fixes #172060
|
2023-01-31 06:29:41 +01:00 |
|
Matt Bierner
|
ca15dea96b
|
Pick up latest dompurify and typings for vscode-markdown-languageservice (#166062)
Pick up latest typings from vscode-markdown-languageservice
|
2022-11-10 21:58:16 -08:00 |
|
Matt Bierner
|
cd29f751eb
|
Adopt l10n for markdown extension (#165448)
For #164438
Also makes our eslint rules understand `vscode.l10n.t(`
|
2022-11-04 09:49:49 +01:00 |
|
Matt Bierner
|
33867c55f3
|
Adopt prefix private with _ in markdown extension (#165088)
|
2022-10-31 14:22:39 -07:00 |
|
Matt Bierner
|
333754f29b
|
Better handle moves of multiple markdown links (#161354)
This makes the markdown language service handle moving/renaming multiple files instead of making multiple calls into the language service
|
2022-09-20 21:53:58 -07:00 |
|
Matt Bierner
|
d03f015931
|
Clean up structure of markdown extension (#161148)
- Move things related to the client under `client`
- Remove extra abstractions that are no longer used
- Add MdLanguageClient type
|
2022-09-19 07:16:45 +02:00 |
|