Fix any cases in md extension

For #269213
This commit is contained in:
Matt Bierner
2025-10-03 14:15:39 -07:00
parent c2ae070500
commit a8101c12b5
7 changed files with 39 additions and 42 deletions

View File

@@ -756,7 +756,7 @@
]
},
"scripts": {
"compile": "gulp compile-extension:markdown-language-features-languageService && gulp compile-extension:markdown-language-features && npm run build-preview && npm run build-notebook",
"compile": "gulp compile-extension:markdown-language-features && npm run build-preview && npm run build-notebook",
"watch": "npm run build-preview && gulp watch-extension:markdown-language-features watch-extension:markdown-language-features-languageService",
"vscode:prepublish": "npm run build-ext && npm run build-preview",
"build-ext": "node ../../node_modules/gulp/bin/gulp.js --gulpfile ../../build/gulpfile.extensions.js compile-extension:markdown-language-features ./tsconfig.json",
@@ -771,7 +771,7 @@
"highlight.js": "^11.8.0",
"markdown-it": "^12.3.2",
"markdown-it-front-matter": "^0.2.4",
"morphdom": "^2.7.4",
"morphdom": "^2.7.7",
"picomatch": "^2.3.1",
"punycode": "^2.3.1",
"vscode-languageclient": "^8.0.2",
@@ -782,7 +782,7 @@
"devDependencies": {
"@types/dompurify": "^3.0.5",
"@types/lodash.throttle": "^4.1.3",
"@types/markdown-it": "12.2.3",
"@types/markdown-it": "14.1.0",
"@types/picomatch": "^2.3.0",
"@types/vscode-notebook-renderer": "^1.60.0",
"@types/vscode-webview": "^1.57.0",