mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-19 08:08:39 +01:00
n10n lookup in node language servers (#171437)
* config node language servers with l10n location * fix loading * add workaround comment
This commit is contained in:
committed by
GitHub
parent
664c4ebf6c
commit
d4b18e0bc1
@@ -13,7 +13,7 @@ const path = require('path');
|
||||
const config = withDefaults({
|
||||
context: path.join(__dirname),
|
||||
entry: {
|
||||
extension: './src/node/jsonServerMain.ts',
|
||||
extension: './src/node/jsonServerNodeMain.ts',
|
||||
},
|
||||
output: {
|
||||
filename: 'jsonServerMain.js',
|
||||
|
||||
Reference in New Issue
Block a user