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-08-05 12:55:10 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aee5ffa4e356c6abf94011b3f2c9660f4e7737e3
vscode
/
extensions
/
markdown-language-features
/
src
T
History
Matt Bierner
e21df781db
Treat data: as a known markdown link scheme
...
Fixes
#62142
2018-10-30 11:34:33 -07:00
..
commands
Fix local markdown document links for untitled files
2018-10-04 19:01:34 -07:00
features
Don't re-encode markdown styles http uris
2018-10-17 18:49:18 -07:00
test
Support markdown link navigation when duplicate slugs exist
2018-10-08 15:51:29 -07:00
typings
declare proposed api usage only where actually being used
2018-10-24 12:27:59 +02:00
util
Treat data: as a known markdown link scheme
2018-10-30 11:34:33 -07:00
commandManager.ts
…
extension.ts
Reduce usage of postCommand in markdown preview
2018-09-21 15:08:41 -07:00
logger.ts
Use lazy for creating output channel
2018-06-11 18:38:03 -07:00
markdownEngine.ts
Fix Markdown Preview incorrectly encodes a link (
#61530
)
2018-10-22 15:41:22 -07: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
…