This website requires JavaScript.
Explore
Help
Sign In
Microsoft
/
vscode
Watch
1
Star
0
Fork
0
mirror of
https://github.com/microsoft/vscode.git
synced
2026-09-18 09:29:42 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8335fcc3fcd23d67246463ee846bbbe8f3b38577
vscode
/
extensions
/
markdown-language-features
/
src
/
commands
T
History
Matt Bierner
24b28f57be
Always use
vscode.open
to open markdown links
...
Fixes
#108998
This ensures we use the custom editor if it is the default
2020-11-05 17:00:16 -08:00
..
index.ts
feat(markdown): add render command (
fixes
#75612
)
2019-07-10 15:49:06 -07:00
moveCursorToPosition.ts
…
openDocumentLink.ts
Always use
vscode.open
to open markdown links
2020-11-05 17:00:16 -08:00
refreshPreview.ts
…
renderDocument.ts
Always require an argument to command
2019-08-20 11:26:49 -07:00
showPreview.ts
Rename and move types around to get ready for webview editor based previews
2019-11-08 10:38:51 -08:00
showPreviewSecuritySelector.ts
…
showSource.ts
…
toggleLock.ts
…