no longer filtering to well-known database sources (#22864)

This commit is contained in:
Benjin Dubishar
2023-04-26 13:31:15 -07:00
committed by GitHub
parent abff6a0a34
commit 62255fe4dd
5 changed files with 8 additions and 50 deletions

View File

@@ -532,16 +532,6 @@ export const PublishProfileElements = localize('publishProfileElements', "Publis
//#endregion
/**
* Well-known database source values that are allowed to be sent in telemetry.
*
* 'dsct-oracle-to-ms-sql' is the name of an extension which allows users to migrate from Oracle to Microsoft SQL platform.
* When looking at telemetry, we would like to know if a built or deployed database originated from the DSCT extension.
*/
export const WellKnownDatabaseSources = ['dsct-oracle-to-ms-sql'];
export function defaultOutputPath(configuration: string) { return path.join('.', 'bin', configuration); }
/**