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