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-23 00:29:35 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3eeef3919e09db5ea9a863dad1a2ffb02e82a3f0
vscode
/
extensions
/
markdown-language-features
/
src
T
History
Matt Bierner
da36e0eba1
Disable url smart paste in autolinks (
#204673
)
...
Fixes
#188859
2024-02-07 18:01:32 -08:00
..
client
De-prioritize markdown link paste in code blocks (
#202109
)
2024-01-09 14:27:28 -08:00
commands
Rework markdown paste resource (
#201838
)
2024-01-04 15:59:14 -08:00
languageFeatures
Disable url smart paste in autolinks (
#204673
)
2024-02-07 18:01:32 -08:00
preview
Re-render markdown preview when linkify setting changes (
#200599
)
2024-01-11 17:23:13 -08:00
test
Disable url smart paste in autolinks (
#204673
)
2024-02-07 18:01:32 -08:00
types
De-prioritize markdown link paste in code blocks (
#202109
)
2024-01-09 14:27:28 -08:00
typings
Use published markdown-katex typings (
#202284
)
2024-01-11 13:42:24 -08:00
util
Enable paste url for file uris (
#203270
)
2024-01-23 17:08:58 -08:00
commandManager.ts
…
extension.browser.ts
…
extension.shared.ts
Use markdown engine to enable/disable smart paste (
#202192
)
2024-01-10 14:32:58 -08:00
extension.ts
…
logging.ts
…
markdownEngine.ts
Re-render markdown preview when linkify setting changes (
#200599
)
2024-01-11 17:23:13 -08:00
markdownExtensions.ts
…
slugify.ts
…
telemetryReporter.ts
…