Vbump profiler extension (#23732)

* Vbump profiler extension

* Update min azdata version to be the current version for openXEL to work
This commit is contained in:
Sakshi Sharma
2023-07-10 12:03:10 -07:00
committed by GitHub
parent f51586315b
commit 1bfeae6ee6

View File

@@ -2,13 +2,14 @@
"name": "profiler",
"displayName": "%displayName%",
"description": "%description%",
"version": "0.13.0",
"version": "0.14.0",
"publisher": "Microsoft",
"preview": true,
"license": "https://raw.githubusercontent.com/Microsoft/azuredatastudio/main/LICENSE.txt",
"icon": "images/extension.png",
"engines": {
"vscode": "0.10.0"
"vscode": "0.10.0",
"azdata": ">=1.45.0"
},
"activationEvents": [
"*"