mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Renamed extension.ts to main.ts for AzureMonitor (#16052)
This commit is contained in:
@@ -12,6 +12,6 @@ const withDefaults = require('../shared.webpack.config');
|
||||
module.exports = withDefaults({
|
||||
context: __dirname,
|
||||
entry: {
|
||||
main: './src/extension.ts'
|
||||
main: './src/main.ts'
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user