mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
move server report ext to extensions (#14087)
* move server report ext to extensions * limit the size of data * comments
This commit is contained in:
@@ -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 = [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user