Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Bierner <matb@microsoft.com>2022-09-28 07:01:14 +0300
committerGitHub <noreply@github.com>2022-09-28 07:01:14 +0300
commitc2a2ad4f63d05b6ef6af19601d235708be6f379e (patch)
tree36726c06252e4809cceeeda28d4f04c4133f7bc8 /build/gulpfile.extensions.js
parentfd06e2ffd9a1a81ac83e4c5f82c5d7682c086d28 (diff)
Rename image-preview extension to media-preview (#162093)
Fixes #162092 Also removes `aac` from the list of supported audio formats
Diffstat (limited to 'build/gulpfile.extensions.js')
-rw-r--r--build/gulpfile.extensions.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/gulpfile.extensions.js b/build/gulpfile.extensions.js
index 4023b3860e9..07033b9c960 100644
--- a/build/gulpfile.extensions.js
+++ b/build/gulpfile.extensions.js
@@ -46,7 +46,6 @@ const compilations = [
'gulp/tsconfig.json',
'html-language-features/client/tsconfig.json',
'html-language-features/server/tsconfig.json',
- 'image-preview/tsconfig.json',
'ipynb/tsconfig.json',
'jake/tsconfig.json',
'json-language-features/client/tsconfig.json',
@@ -55,6 +54,7 @@ const compilations = [
'markdown-language-features/server/tsconfig.json',
'markdown-language-features/tsconfig.json',
'markdown-math/tsconfig.json',
+ 'media-preview/tsconfig.json',
'merge-conflict/tsconfig.json',
'microsoft-authentication/tsconfig.json',
'npm/tsconfig.json',