mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-24 12:19:20 +00:00
Pass translations down to Markdown Language Server (#172884)
Fixes #172060
This commit is contained in:
@@ -13,10 +13,10 @@ const path = require('path');
|
||||
module.exports = withDefaults({
|
||||
context: path.join(__dirname),
|
||||
entry: {
|
||||
extension: './src/node/main.ts',
|
||||
extension: './src/node/workerMain.ts',
|
||||
},
|
||||
output: {
|
||||
filename: 'main.js',
|
||||
filename: 'workerMain.js',
|
||||
path: path.join(__dirname, 'dist', 'node'),
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user