mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Machine Learning Services extension with package management feature (#8622)
* Machine Learning Services extension with package management feature
This commit is contained in:
@@ -204,7 +204,8 @@ const externalExtensions = [
|
||||
'cms',
|
||||
'query-history',
|
||||
'liveshare',
|
||||
'sql-database-projects'
|
||||
'sql-database-projects',
|
||||
'machine-learning-services'
|
||||
];
|
||||
// extensions that require a rebuild since they have native parts
|
||||
const rebuildExtensions = [
|
||||
|
||||
@@ -240,7 +240,8 @@ const externalExtensions = [
|
||||
'cms',
|
||||
'query-history',
|
||||
'liveshare',
|
||||
'sql-database-projects'
|
||||
'sql-database-projects',
|
||||
'machine-learning-services'
|
||||
];
|
||||
|
||||
// extensions that require a rebuild since they have native parts
|
||||
|
||||
Reference in New Issue
Block a user