move server report ext to extensions (#14087)

* move server report ext to extensions

* limit the size of data

* comments
This commit is contained in:
Alan Ren
2021-01-28 13:23:30 -08:00
committed by GitHub
parent f9ea6430ee
commit c16aee760f
59 changed files with 535 additions and 4885 deletions

View File

@@ -223,9 +223,10 @@ const externalExtensions = [
'profiler',
'query-history',
'schema-compare',
'server-report',
'sql-assessment',
'sql-database-projects',
'sql-migration',
'sql-migration'
];
// extensions that require a rebuild since they have native parts
const rebuildExtensions = [

View File

@@ -257,9 +257,10 @@ const externalExtensions = [
'profiler',
'query-history',
'schema-compare',
'server-report',
'sql-assessment',
'sql-database-projects',
'sql-migration',
'sql-migration'
];
// extensions that require a rebuild since they have native parts