Matt Bierner
6aca75d9d0
Fix markdown preview classes ( #187501 )
...
For #187234
Got introduced through a bad PR change. Makes more sense to move this styling to the css file instead
2023-07-10 13:04:03 -07:00
Hans
48ff3ffb7c
Fix #182013 ( #184677 )
...
* Fix #182013
* 💄
* 💄
2023-06-21 17:10:09 +00:00
Matt Bierner
3ca5284e44
Clean up markdown preview messaging ( #176458 )
...
- Add properties directly to message
- Add `ImageInfo` type
- Don't use state to pass around imageInfo
2023-03-07 17:28:13 -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
f4bf1f30a2
Skip ul and ol when highlighting selected markdown element ( #161139 )
...
Fixes #155552
For lists, the outer ul/ol always has the same source line as the first element in the list. We should prefer using the first element in the list when highlighting the active line
This also fixes a bug where scroll sync would stop working if you added lines to the doc. This was caused by `lineCount` getting out of sync as the document is being updated. I've removed this state and made the reveal logic more robust instead
2022-09-19 07:16:06 +02:00
Matt Bierner
b012216211
Fix markdown images having duplicate ids ( #157177 )
...
Fixes #153144
2022-08-05 06:31:42 +02:00
Matt Bierner
d5a75f2ceb
Add logging for MD language features ( #152792 )
...
This verbose logging will help track down inefficient calling patterns (such as recomputing stuff)
2022-06-21 14:18:36 -07:00
Matt Bierner
fa53aa6fec
Cleanup pass for md extension ( #152760 )
...
Clean up names in md extension
2022-06-21 15:36:32 -04:00