mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fixing extension exclusion name (#8616)
This commit is contained in:
@@ -204,7 +204,7 @@ const externalExtensions = [
|
|||||||
'cms',
|
'cms',
|
||||||
'query-history',
|
'query-history',
|
||||||
'liveshare',
|
'liveshare',
|
||||||
'database-project'
|
'sql-database-projects'
|
||||||
];
|
];
|
||||||
// extensions that require a rebuild since they have native parts
|
// extensions that require a rebuild since they have native parts
|
||||||
const rebuildExtensions = [
|
const rebuildExtensions = [
|
||||||
|
|||||||
@@ -240,7 +240,7 @@ const externalExtensions = [
|
|||||||
'cms',
|
'cms',
|
||||||
'query-history',
|
'query-history',
|
||||||
'liveshare',
|
'liveshare',
|
||||||
'database-project'
|
'sql-database-projects'
|
||||||
];
|
];
|
||||||
|
|
||||||
// extensions that require a rebuild since they have native parts
|
// extensions that require a rebuild since they have native parts
|
||||||
|
|||||||
Reference in New Issue
Block a user