Rename markdown math extension to notebook-markdown-extensions

We will use this to experiment with different types of extensions, not just math
This commit is contained in:
Matt Bierner 2021-02-22 16:07:36 -08:00
parent 6a6b9a5cc8
commit 6a9f8ac758
12 changed files with 3 additions and 3 deletions

View file

@ -87,7 +87,7 @@ module.exports.indentationFilter = [
'!**/*.dockerfile',
'!extensions/markdown-language-features/media/*.js',
'!extensions/markdown-language-features/notebook-out/*.js',
'!extensions/markdown-notebook-math/notebook-out/*.js',
'!extensions/notebook-markdown-extensions/notebook-out/*.js',
'!extensions/simple-browser/media/*.js',
];

View file

@ -29,9 +29,9 @@ exports.dirs = [
'extensions/json-language-features',
'extensions/json-language-features/server',
'extensions/markdown-language-features',
'extensions/markdown-notebook-math',
'extensions/merge-conflict',
'extensions/microsoft-authentication',
'extensions/notebook-markdown-extensions',
'extensions/npm',
'extensions/php-language-features',
'extensions/search-result',

View file

Before

Width:  |  Height:  |  Size: 903 B

After

Width:  |  Height:  |  Size: 903 B

View file

@ -1,5 +1,5 @@
{
"name": "markdown-notebook-math",
"name": "notebook-markdown-extensions",
"displayName": "%displayName%",
"description": "%description%",
"version": "1.0.0",