Skip to content

Commit

Permalink
fixes #2457
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikEJ committed Aug 26, 2024
1 parent 4d0b1ac commit 3a0b930
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/GUI/PowerToolsExtensionPack/Extensions.vsext
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"description": "A package that contains EF Core Power Tools and some useful DDEX providers and other extension that improve your experience when using EF Core Power Tools: [VisualStudio.Data.Sqlite](https://marketplace.visualstudio.com/items?itemName=bricelam.VSDataSqlite) and [Npgsql PostgreSQL Integration](https://marketplace.visualstudio.com/items?itemName=RojanskyS.NpgsqlPostgreSQLIntegration)",
"description": "A package that contains EF Core Power Tools and some useful DDEX providers and other extensions that improve your experience when using EF Core Power Tools: [VisualStudio.Data.Sqlite](https://marketplace.visualstudio.com/items?itemName=bricelam.VSDataSqlite) and [Npgsql PostgreSQL Integration](https://marketplace.visualstudio.com/items?itemName=RojanskyS.NpgsqlPostgreSQLIntegration)",
"version": "1.0.0.0",
"extensions": [
{
Expand All @@ -21,6 +21,10 @@
{
"vsixId": "Mermaid.EditorForVisualStudio.e5c82390-1fc1-4d02-8b2d-d732b369ffc6",
"name": "Mermaid editor for Visual Studio"
},
{
"vsixId": "SqlFormatter.fdf96f87-bc61-43ec-bc52-50fd011fd54f",
"name": "SQL Formatter for Visual Studio"
}
]
}

0 comments on commit 3a0b930

Please sign in to comment.