Skip to content

Commit

Permalink
set html folding as default for phoenix-heex
Browse files Browse the repository at this point in the history
  • Loading branch information
SteffenDE committed Dec 8, 2024
1 parent f985313 commit 06def26
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@
"text.html.heex": "phoenix-heex"
}
}
]
],
"configurationDefaults": {
"[phoenix-heex]": {
"editor.defaultFoldingRangeProvider": "vscode.html-language-features"
}
}
}
}

0 comments on commit 06def26

Please sign in to comment.