Remove .protojson association

This commit is contained in:
Robin van der Linde 2024-10-01 10:23:52 +02:00
parent 9e5ace07d4
commit 92738457ff
Signed by untrusted user who does not match committer: Robin-van-der-Linde
GPG key ID: 53956B3252478F0D

View file

@ -53,8 +53,5 @@
"[svelte]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.formatOnSave": true,
"files.associations": {
"*.protojson": "json"
}
"editor.formatOnSave": true
}