Skip to content

Commit

Permalink
#1248: correct casing of file association for ampscript in boilerplat…
Browse files Browse the repository at this point in the history
…e vscode config
  • Loading branch information
JoernBerkefeld committed May 22, 2024
1 parent 08a35f7 commit e2876a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boilerplate/files/.vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"editor.formatOnSave": true,
"files.associations": {
"*.ssjs": "javascript",
"*.html": "AMPscript"
"*.html": "ampscript"
},
"files.eol": "\n",
"files.exclude": {
Expand Down

0 comments on commit e2876a2

Please sign in to comment.