mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
monacoworkbench -> adsworkbench (#8380)
* monacoworkbench -> adsworkbench * Fix typo
This commit is contained in:
@@ -126,7 +126,7 @@ export function submitAllStats(productJson: any, commit: string): Promise<boolea
|
|||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
appInsights.defaultClient.trackEvent({
|
appInsights.defaultClient.trackEvent({
|
||||||
name: 'monacoworkbench/packagemetrics',
|
name: `${productJson.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'}/packagemetrics`, // {{SQL CARBON EDIT}}
|
||||||
properties: { commit, size: JSON.stringify(sizes), count: JSON.stringify(counts) }
|
properties: { commit, size: JSON.stringify(sizes), count: JSON.stringify(counts) }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
@@ -292,7 +292,7 @@ export class Main {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
const eventPrefix = product.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench';
|
const eventPrefix = product.quality !== 'stable' ? 'adsworkbench' : 'monacoworkbench'; // {{SQL CARBON EDIT}}
|
||||||
|
|
||||||
export async function main(argv: ParsedArgs): Promise<void> {
|
export async function main(argv: ParsedArgs): Promise<void> {
|
||||||
const services = new ServiceCollection();
|
const services = new ServiceCollection();
|
||||||
|
|||||||
Reference in New Issue
Block a user