mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 09:08:48 +01:00
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:
+1
-1
@@ -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',
|
||||
];
|
||||
|
||||
|
||||
+1
-1
@@ -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',
|
||||
|
||||
|
Before Width: | Height: | Size: 903 B After Width: | Height: | Size: 903 B |
+1
-1
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "markdown-notebook-math",
|
||||
"name": "notebook-markdown-extensions",
|
||||
"displayName": "%displayName%",
|
||||
"description": "%description%",
|
||||
"version": "1.0.0",
|
||||
Reference in New Issue
Block a user