Fixing extension exclusion name (#8616)

This commit is contained in:
Benjin Dubishar
2019-12-09 18:52:11 -08:00
committed by GitHub
parent 184d4bbe27
commit 88b55d0e06
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = [

View File

@@ -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