Skip to content

Commit 7e4d37f

Browse files
authored
Fix sqlproj Extension (VS Code) Uninstall Issue (#26215) (#26216)
* Try setting __metadata as empty object * Bump version number to 1.4.6 * Fix formatting
1 parent 84ced1a commit 7e4d37f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

extensions/sql-database-projects/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "sql-database-projects",
33
"displayName": "SQL Database Projects",
44
"description": "Enables users to develop and publish database schemas for MSSQL Databases",
5-
"version": "1.4.5",
5+
"version": "1.4.6",
66
"publisher": "Microsoft",
77
"preview": false,
88
"engines": {

extensions/sql-database-projects/package.vscode.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
}
1717
}
1818
]
19-
}
19+
},
20+
"__metadata": {}
2021
}

0 commit comments

Comments
 (0)