Skip to content

Commit a7f9b41

Browse files
authored
Merge pull request #554 from citation-file-format/55-extension
2 parents c25af1a + f613865 commit a7f9b41

3 files changed

Lines changed: 2 additions & 7 deletions

File tree

.vscode/extensions.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"recommendations": [
33
"dbaeumer.vscode-eslint",
4-
5-
"octref.vetur"
4+
"Vue.volar"
65
],
76
"unwantedRecommendations": [
87
"hookyqr.beautify",

.vscode/settings.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
{
2-
"vetur.validation.template": false,
3-
"vetur.format.enable": false,
42
"eslint.validate": ["javascript", "javascriptreact", "typescript", "vue"],
5-
"typescript.tsdk": "node_modules/typescript/lib",
6-
"vetur.experimental.templateInterpolationService": true
3+
"typescript.tsdk": "node_modules/typescript/lib"
74
}

README.dev.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ If you are looking for user documentation, go [here](README.md).
1010

1111
- VSCode extensions: https://code.visualstudio.com/
1212
- https://marketplace.visualstudio.com/items?itemName=Vue.volar
13-
- https://marketplace.visualstudio.com/items?itemName=octref.vetur
1413
- https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint
1514
- WebStorm: https://www.jetbrains.com/webstorm/
1615
- Atom: https://atom.io/

0 commit comments

Comments
 (0)