mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-26 03:29:00 +01:00
Remove CredentialsService & keytar (#192224)
* Remove CredentialsService & keytar ref https://github.com/microsoft/vscode/issues/115215 fixes https://github.com/microsoft/vscode/issues/143395 * compile * remove imports * rip the bandaid
This commit is contained in:
committed by
GitHub
parent
a8eda33032
commit
5134662139
@@ -12,9 +12,6 @@ const withDefaults = require('../shared.webpack.config');
|
||||
module.exports = withDefaults({
|
||||
context: __dirname,
|
||||
entry: {
|
||||
extension: './src/extension.ts',
|
||||
},
|
||||
externals: {
|
||||
'keytar': 'commonjs keytar'
|
||||
extension: './src/extension.ts'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user