vscode/extensions/notebook-markdown-extensions
Matt Bierner 9464d14f31
Make notebook renderer activate potentially async (#124647)
* Make notebook renderer activate potentially async

- Allow activate to be `async`
- Make `getRenderer` always return a promise instead of the api result directly

* Add comment on why we use async
2021-05-26 09:15:00 -07:00
..
notebook Make notebook renderer activate potentially async (#124647) 2021-05-26 09:15:00 -07:00
.gitignore Make sure we ignore compiled media files 2021-03-19 12:12:59 -07:00
.vscodeignore Make sure we exclude ts files from published build 2021-03-17 17:53:23 -07:00
esbuild.js Reapply markup renderers change 2021-04-28 10:44:25 -07:00
icon.png Rename markdown math extension to notebook-markdown-extensions 2021-02-22 16:07:48 -08:00
package.json Revert "Revert "Merge branch 'main' of https://github.com/microsoft/vscode into main"" 2021-05-25 17:49:34 -07:00
package.nls.json Rename markdown math extension to notebook-markdown-extensions 2021-02-22 16:07:48 -08:00
README.md Rename markdown math extension to notebook-markdown-extensions 2021-02-22 16:07:48 -08:00
yarn.lock Render KaTeX errors in notebooks 2021-05-06 17:10:33 -07:00

Markdown Notebook Math support

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