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
dfaff021a84c91e687c53ddfcd454a2a94f36ed3
vscode
/
extensions
/
markdown-language-features
/
src
T
History
Matt Bierner
ecdba243ff
Treat non-spacing marks as part of word in md files
...
Fixes
#82386
2019-10-14 15:59:41 -07:00
..
commands
Use the document that contains the md link as the resource for getting config, not the target document
2019-09-10 16:31:53 -07:00
features
Fix one more case of
#81320
2019-10-09 13:01:30 -07:00
test
fixup! render a string as well
2019-07-11 11:24:28 -07:00
typings
Make sure we always include uriScheme in knownSchems for markdown
2019-04-02 16:27:22 -07:00
util
workaround - remove
as const
to make webpack happy...
2019-10-07 14:17:39 +02:00
commandManager.ts
…
extension.ts
Treat non-spacing marks as part of word in md files
2019-10-14 15:59:41 -07:00
logger.ts
…
markdownEngine.ts
Support jsonc for code block type with highlightjs
2019-10-04 17:57:33 -07:00
markdownExtensions.ts
Move the webviewResourceRoot property to be set on each webview instead of as a global property
2019-06-24 17:07:06 -07:00
security.ts
Format files for 3.6
2019-09-02 21:29:05 -06:00
slugify.ts
…
tableOfContentsProvider.ts
Fix activation of linters on unopened files caused by markdown plugin (
#80506
)
2019-09-11 11:39:08 -07:00
telemetryReporter.ts
…