diff --git a/package.json b/package.json index e991731..d477b6a 100644 --- a/package.json +++ b/package.json @@ -48,6 +48,11 @@ "text.html.heex": "phoenix-heex" } } - ] + ], + "configurationDefaults": { + "[phoenix-heex]": { + "editor.defaultFoldingRangeProvider": "vscode.html-language-features" + } + } } }