This website requires JavaScript.
Explore
Help
Register
Sign In
Microsoft
/
vscode
Watch
1
Star
0
Fork
0
You've already forked vscode
mirror of
https://github.com/microsoft/vscode.git
synced
2026-05-24 17:31:37 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cd093cecd0edd2fb0abd9b4a2029d63d2ef44999
vscode
/
extensions
/
markdown-language-features
/
src
T
History
Matt Bierner
54386cc1f4
Fix word pattern
...
Too much escaping :0
2018-12-12 15:30:49 -08:00
..
commands
Fix local markdown document links for untitled files
2018-10-04 19:01:34 -07:00
features
Add typings for markdown preview messages
2018-12-04 15:54:53 -08:00
test
Fix 63749 - Markdown, U+2028, and "Go to Symbol in File..." (
#63936
)
2018-11-29 09:09:36 -08:00
typings
Delete unused typings file
2018-11-29 10:44:27 -08:00
util
Treat data: as a known markdown link scheme
2018-10-30 11:34:33 -07:00
commandManager.ts
…
extension.ts
Fix word pattern
2018-12-12 15:30:49 -08:00
logger.ts
Use lazy for creating output channel
2018-06-11 18:38:03 -07:00
markdownEngine.ts
Fix 63749 - Markdown, U+2028, and "Go to Symbol in File..." (
#63936
)
2018-11-29 09:09:36 -08:00
markdownExtensions.ts
Add WebviewPanel.iconPath (
#54912
)
2018-07-24 15:08:46 -07:00
security.ts
Use const enums (to inline their values in JS)
2018-09-06 20:39:19 +02:00
slugify.ts
Fix typo (
#57192
)
2018-09-05 08:36:16 -07:00
tableOfContentsProvider.ts
Support markdown link navigation when duplicate slugs exist
2018-10-08 15:51:29 -07:00
telemetryReporter.ts
…