Renamed extension.ts to main.ts for AzureMonitor (#16052)

This commit is contained in:
Justin M
2021-07-09 12:03:39 -07:00
committed by GitHub
parent 679e3d1393
commit e206eb81a3
3 changed files with 2 additions and 2 deletions

View File

@@ -12,6 +12,6 @@ const withDefaults = require('../shared.webpack.config');
module.exports = withDefaults({
context: __dirname,
entry: {
main: './src/extension.ts'
main: './src/main.ts'
}
});

View File

@@ -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"