mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
upgrade language client and remove from webpack (#6612)
This commit is contained in:
@@ -13,11 +13,5 @@ module.exports = withDefaults({
|
||||
context: __dirname,
|
||||
entry: {
|
||||
main: './src/main.ts'
|
||||
},
|
||||
externals: {
|
||||
'dataprotocol-client': 'commonjs dataprotocol-client',
|
||||
'vscode-languageclient': 'commonjs vscode-languageclient',
|
||||
'vscode-extension-telemetry': 'commonjs vscode-extension-telemetry',
|
||||
'request': 'commonjs request',
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user