vscode/extensions/markdown-math
Matt Bierner 98b069c041
Work towards getting isolated built-in extension compiles
For #271167

This makes it so our built-in extensions can mostly be built using `tsc` on the command line. Previously the extensions were picking up a lot of typing info from the root `node_modules` that meant they weren't truly independent
2025-10-13 11:03:20 -07:00
..
notebook Work towards getting isolated built-in extension compiles 2025-10-13 11:03:20 -07:00
preview-styles
src
syntaxes
.gitignore
.npmrc chore: add npmrc to extensions folder (#230214) 2024-10-01 12:43:01 +02:00
.vscodeignore Also update gulp 2025-08-07 20:15:04 -07:00
cgmanifest.json
esbuild.mjs Also change common file extension 2025-08-07 20:07:03 -07:00
extension-browser.webpack.config.js Convert extension webpack scripts to modules 2025-08-07 17:20:22 -07:00
extension.webpack.config.js Convert extension webpack scripts to modules 2025-08-07 17:20:22 -07:00
icon.png
package-lock.json Pick up latest md katex plugin 2025-07-08 11:03:47 -07:00
package.json Convert esbuild scripts to modules 2025-08-07 20:04:44 -07:00
package.nls.json
README.md
tsconfig.json Work towards getting isolated built-in extension compiles 2025-10-13 11:03:20 -07:00

Markdown Math

Notice: This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled.

Adds math rendering using KaTeX to VS Code's built-in markdown preview and markdown cells in notebooks.