Skip to content

Commit 220edc5

Browse files
committed
Add extension keywords
1 parent 4d94ab4 commit 220edc5

File tree

5 files changed

+30
-15
lines changed

5 files changed

+30
-15
lines changed

.ncurc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"reject": ["@types/node"]
2+
"reject": ["@types/node", "@types/vscode"]
33
}

.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-lock.json

Lines changed: 12 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 2 deletions
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
],
@@ -256,7 +269,7 @@
256269
"@types/glob": "^8.0.0",
257270
"@types/mocha": "^10.0.1",
258271
"@types/node": "16.x",
259-
"@types/vscode": "^1.74.0",
272+
"@types/vscode": "1.45.0",
260273
"@typescript-eslint/eslint-plugin": "^5.47.0",
261274
"@typescript-eslint/parser": "^5.47.0",
262275
"@vscode/test-electron": "^2.2.1",

0 commit comments

Comments
 (0)