File tree 2 files changed +7
-18
lines changed
packages/dbml-vs-code-extension
2 files changed +7
-18
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to the "dbml-erd-visualizer" extension will be documented in
4
4
5
5
Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
6
6
7
+ ## [ 0.3.2]
8
+
9
+ ### Fixed
10
+
11
+ - Remove ` languages ` section from the package.json
12
+
7
13
## [ 0.3.1]
8
14
9
15
### Fixed
Original file line number Diff line number Diff line change 2
2
"name" : " dbml-erd-visualizer" ,
3
3
"displayName" : " DBML Entity-Relationship Diagrams visualizer" ,
4
4
"description" : " A VS Code extension for viewing the ERD (Entity Relationship Diagram) database schema from a dbml file in your VS Code Editor." ,
5
- "version" : " 0.3.1 " ,
5
+ "version" : " 0.3.2 " ,
6
6
"icon" : " assets/logo.png" ,
7
7
"publisher" : " bocovo" ,
8
8
"engines" : {
14
14
"activationEvents" : [],
15
15
"main" : " ./dist/extension/index.js" ,
16
16
"contributes" : {
17
- "languages" : [
18
- {
19
- "id" : " dbml" ,
20
- "aliases" : [
21
- " DBML" ,
22
- " dbml" ,
23
- " Database Markup Language"
24
- ],
25
- "extensions" : [
26
- " .dbml"
27
- ],
28
- "icon" : {
29
- "dark" : " ./icons/dbml-logo.svg" ,
30
- "light" : " ./icons/dbml-logo.svg"
31
- }
32
- }
33
- ],
34
17
"commands" : [
35
18
{
36
19
"command" : " dbml-erd-visualizer.previewDiagrams" ,
You can’t perform that action at this time.
0 commit comments