Skip to content

Commit 745cabc

Browse files
committed
Add extension keywords
1 parent 4d94ab4 commit 745cabc

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@
4545
"editor.defaultFormatter": "esbenp.prettier-vscode"
4646
},
4747
"cSpell.language": "en-GB",
48-
"cSpell.words": ["dbcontext", "entityframework", "richardwillis"]
48+
"cSpell.words": ["dbcontext", "efcore", "entityframework", "richardwillis"]
4949
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# vscode-entity-framework
1+
# Entity Framework Migrations
22

33
[![Build & Publish](https://github.com/badsyntax/vscode-entity-framework/actions/workflows/main.yml/badge.svg)](https://github.com/badsyntax/vscode-entity-framework/actions/workflows/main.yml)
44

package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,26 @@
44
"description": "Manage Entity Framework migrations in VS Code",
55
"version": "0.0.0",
66
"engines": {
7-
"vscode": "^1.74.0",
7+
"vscode": "^1.45.0",
88
"node": "^16",
99
"npm": "^8"
1010
},
11+
"pricing": "Free",
1112
"private": true,
1213
"publisher": "richardwillis",
1314
"icon": "icon.png",
15+
"keywords": [
16+
"entity",
17+
"framework",
18+
"migrations",
19+
".net",
20+
"dotnet",
21+
"core",
22+
"database",
23+
"efcore",
24+
"ef",
25+
"csharp"
26+
],
1427
"categories": [
1528
"Other"
1629
],

0 commit comments

Comments
 (0)