mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Update arc required engine version (#16546)
* Update arc required engine version * Update CODEOWNERS
This commit is contained in:
5
.github/CODEOWNERS
vendored
5
.github/CODEOWNERS
vendored
@@ -3,8 +3,9 @@
|
|||||||
# Syntax can be found here: https://docs.github.com/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
|
# Syntax can be found here: https://docs.github.com/free-pro-team@latest/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
|
||||||
|
|
||||||
/extensions/admin-tool-ext-win @Charles-Gagnon
|
/extensions/admin-tool-ext-win @Charles-Gagnon
|
||||||
/extensions/arc/ @Charles-Gagnon
|
/extensions/arc/ @Charles-Gagnon @swells @candiceye
|
||||||
/extensions/azdata/ @Charles-Gagnon
|
/extensions/azcli/ @Charles-Gagnon @swells @candiceye
|
||||||
|
/extensions/azdata/ @Charles-Gagnon @swells @candiceye
|
||||||
/extensions/big-data-cluster/ @Charles-Gagnon
|
/extensions/big-data-cluster/ @Charles-Gagnon
|
||||||
/extensions/dacpac/ @kisantia
|
/extensions/dacpac/ @kisantia
|
||||||
/extensions/notebook @azure-data-studio-notebook-devs
|
/extensions/notebook @azure-data-studio-notebook-devs
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
"icon": "images/extension.png",
|
"icon": "images/extension.png",
|
||||||
"engines": {
|
"engines": {
|
||||||
"vscode": "*",
|
"vscode": "*",
|
||||||
"azdata": ">=1.28.0"
|
"azdata": ">=1.32.0"
|
||||||
},
|
},
|
||||||
"activationEvents": [
|
"activationEvents": [
|
||||||
"onCommand:arc.connectToController",
|
"onCommand:arc.connectToController",
|
||||||
|
|||||||
Reference in New Issue
Block a user