mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-28 12:33:35 +01:00
For known external scheme, the customized normalizeLink method use vscode.Uri to parse and create the string representation of the link before caling the original normalizeLink method. The toString method of vscode.Uri encodes the result by default, and this is unecessary since encoding is handled by the original normalizeLink method. Calls toString method with skipEncoding option. Resolves: #60525
Language Features for Markdown files
Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.
Features
See Markdown in Visual Studio Code to learn about the features of this extension.