@@ -9,8 +9,8 @@ A VS Code extension to manage Entity Framework migrations.
9
9
10
10
## Requirements
11
11
12
- - The dotnet cli is required
13
- - A solution (` .sln ` ) file is required
12
+ - [ dotnet sdk ] ( https://dotnet.microsoft.com/download )
13
+ - A solution (` .sln ` ) file with projects is required
14
14
15
15
## Performance
16
16
@@ -24,48 +24,4 @@ For example:
24
24
25
25
This extension contributes the following settings:
26
26
27
- - ` myExtension.enable ` : Enable/disable this extension.
28
- - ` myExtension.thing ` : Set to ` blah ` to do something.
29
-
30
- ## Known Issues
31
-
32
- Calling out known issues can help limit users opening duplicate issues against your extension.
33
-
34
- ## Release Notes
35
-
36
- Users appreciate release notes as you update your extension.
37
-
38
- ### 1.0.0
39
-
40
- Initial release of ...
41
-
42
- ### 1.0.1
43
-
44
- Fixed issue #.
45
-
46
- ### 1.1.0
47
-
48
- Added features X, Y, and Z.
49
-
50
- ---
51
-
52
- ## Following extension guidelines
53
-
54
- Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
55
-
56
- - [ Extension Guidelines] ( https://code.visualstudio.com/api/references/extension-guidelines )
57
-
58
- ## Working with Markdown
59
-
60
- You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
61
-
62
- - Split the editor (` Cmd+\ ` on macOS or ` Ctrl+\ ` on Windows and Linux).
63
- - Toggle preview (` Shift+Cmd+V ` on macOS or ` Shift+Ctrl+V ` on Windows and Linux).
64
- - Press ` Ctrl+Space ` (Windows, Linux, macOS) to see a list of Markdown snippets.
65
-
66
- ## For more information
67
-
68
- - [ Visual Studio Code's Markdown Support] ( http://code.visualstudio.com/docs/languages/markdown )
69
- - [ Markdown Syntax Reference] ( https://help.github.com/articles/markdown-basics/ )
70
-
71
- ** Enjoy!**
27
+ - ` entityframework.env ` : Custom environment vars
0 commit comments