mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-13 17:22:15 -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'
|
||||
}
|
||||
});
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
"vscode": "*",
|
||||
"azdata": ">=1.31.0"
|
||||
},
|
||||
"main": "./out/extension",
|
||||
"main": "./out/main",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||
|
||||
Reference in New Issue
Block a user