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({
|
module.exports = withDefaults({
|
||||||
context: __dirname,
|
context: __dirname,
|
||||||
entry: {
|
entry: {
|
||||||
main: './src/extension.ts'
|
main: './src/main.ts'
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -11,7 +11,7 @@
|
|||||||
"vscode": "*",
|
"vscode": "*",
|
||||||
"azdata": ">=1.31.0"
|
"azdata": ">=1.31.0"
|
||||||
},
|
},
|
||||||
"main": "./out/extension",
|
"main": "./out/main",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
"url": "https://github.com/Microsoft/azuredatastudio.git"
|
||||||
|
|||||||
Reference in New Issue
Block a user