fix issue caused by execution plan provider (#21533)

This commit is contained in:
Alan Ren
2023-01-05 21:12:49 -08:00
committed by GitHub
parent ec7e754009
commit 88ab7947a4
3 changed files with 60 additions and 76 deletions

View File

@@ -577,6 +577,7 @@
"connectionProvider": {
"providerId": "MSSQL",
"displayName": "%mssql.provider.displayName%",
"isExecutionPlanProvider": true,
"supportedExecutionPlanFileExtensions": [
"sqlplan"
],