Skip to content

Commit 23d3291

Browse files
committed
docs: default template options
1 parent a36fa40 commit 23d3291

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Please carefully read the contribution docs before creating a pull request
55
👉 https://github.com/nuxtrdev/nuxtr-vscode/blob/main/CONTRIBUTING.md
66
-->
77

8-
### 🔗 Linked issue
8+
### 🔗 Linked issue / Discussion
99

1010
<!-- Please ensure there is an open issue and mention its number as #123 -->
1111

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ With just a few clicks or using commands and context menus, you can effortlessly
5151
You can customize Vue file templates using the following settings:
5252

5353
```JSON
54+
"vueFiles.template.defaultLanguage": "html",
5455
"nuxtr.vueFiles.firstTag": "template",
5556
"nuxtr.vueFiles.script.type": "setup",
5657
"nuxtr.vueFiles.script.defaultLanguage": "ts",

0 commit comments

Comments
 (0)