vscode/extensions/markdown-language-features/src
Matt Bierner 8acfd0ae60
Exclude empty links from md results (#153161)
These are technically valid links but we don't care about them since they take up no space
2022-06-24 21:42:00 +00:00
..
commands Rename types in the markdown extension (#152905) 2022-06-22 14:12:48 -07:00
languageFeatures Exclude empty links from md results (#153161) 2022-06-24 21:42:00 +00:00
preview Rename types in the markdown extension (#152905) 2022-06-22 14:12:48 -07:00
test Exclude empty links from md results (#153161) 2022-06-24 21:42:00 +00:00
types Rename types in the markdown extension (#152905) 2022-06-22 14:12:48 -07:00
typings use tsconfig.json#include for vscode.d.ts and vscode.proposed.d.ts, enables to remove most ref.d.ts-files 2021-11-09 15:53:35 +01:00
util Markdown document links should reveal cell in notebook (#153147) 2022-06-24 15:49:15 -04:00
commandManager.ts Add basic file references provider for markdown 2022-04-05 11:56:40 -07:00
extension.ts Rename types in the markdown extension (#152905) 2022-06-22 14:12:48 -07:00
logging.ts Add logging for MD language features (#152792) 2022-06-21 14:18:36 -07:00
markdownEngine.ts Rename types in the markdown extension (#152905) 2022-06-22 14:12:48 -07:00
markdownExtensions.ts 💄 2022-03-29 13:25:40 -07:00
slugify.ts Include " and '/' as puctuators for slugify (#149404) 2022-05-12 15:56:25 -07:00
tableOfContents.ts Markdown document links should reveal cell in notebook (#153147) 2022-06-24 15:49:15 -04:00
telemetryReporter.ts Organize imports 2022-03-29 13:25:40 -07:00
workspace.ts Use ResourceMap (#153051) 2022-06-24 01:00:05 +00:00