Skip to content

Commit 5bf39b8

Browse files
committed
Add another potentially breaking change to changelog
1 parent 41532b9 commit 5bf39b8

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ VSCode potentially breaking changes:
3434
}
3535
```
3636

37+
If you have eex file associations in your settings.json then remove them:
38+
```
39+
"files.associations": {
40+
"*.html.eex": "HTML (EEx)", // remove this
41+
"*.html.leex": "HTML (EEx)" // remove this
42+
},
43+
```
44+
3745
### v0.3.3: 15 Apr 2020
3846

3947
Meta:

0 commit comments

Comments
 (0)