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:
authorLadislau Szomoru <3372902+lszomoru@users.noreply.github.com>2022-07-10 17:50:17 +0300
committerGitHub <noreply@github.com>2022-07-10 17:50:17 +0300
commitf2a475346fb5883309aa7dd9a108c14e63011730 (patch)
treed5b627c766d58f8cfc7ea4b34e017e05ad97c654 /extensions
parent2b3912fa299f8c0e1e5beccb1de5e99f28118c92 (diff)
Fix compilation error (#154699)
Diffstat (limited to 'extensions')
-rw-r--r--extensions/markdown-language-features/extension.webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/markdown-language-features/extension.webpack.config.js b/extensions/markdown-language-features/extension.webpack.config.js
index 756d6735a60..de88398eca0 100644
--- a/extensions/markdown-language-features/extension.webpack.config.js
+++ b/extensions/markdown-language-features/extension.webpack.config.js
@@ -15,6 +15,6 @@ module.exports = withDefaults({
mainFields: ['module', 'main']
},
entry: {
- extension: './src/extension.node.ts',
+ extension: './src/extension.ts',
}
});