Skip to content

Commit 0f72c4b

Browse files
authored
Merge pull request #6 from badsyntax/extension-meta
Add extension keywords & fix allowed vscode version
2 parents 4d94ab4 + beba42c commit 0f72c4b

File tree

5 files changed

+765
-362
lines changed

5 files changed

+765
-362
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

0 commit comments

Comments
 (0)