Browse Source

improve dx

new devs get extensions recommended to catch errors, etc directly in vscode
pull/1244/head
Bernd Storath 10 months ago
parent
commit
6d0a45b968
  1. 13
      .vscode/extensions.json
  2. 4
      .vscode/settings.json
  3. 19
      src/pnpm-lock.yaml

13
.vscode/extensions.json

@ -0,0 +1,13 @@
{
"recommendations": [
"aaron-bond.better-comments",
"dbaeumer.vscode-eslint",
"antfu.goto-alias",
"visualstudioexptteam.vscodeintellicode",
"Nuxtr.nuxtr-vscode",
"esbenp.prettier-vscode",
"yoavbls.pretty-ts-errors",
"bradlc.vscode-tailwindcss",
"vue.volar"
]
}

4
.vscode/settings.json

@ -3,8 +3,10 @@
"editor.useTabStops": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"vue.format.enable": false,
"[vue]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"nuxtr.vueFiles.style.addStyleTag": false,
"nuxtr.piniaFiles.defaultTemplate": "setup",
"nuxtr.monorepoMode.DirectoryName": "src"
}

19
src/pnpm-lock.yaml

@ -38,8 +38,8 @@ importers:
specifier: ^2.2.1
version: 2.2.1([email protected])([email protected]([email protected]))
qrcode:
specifier: ^1.5.3
version: 1.5.3
specifier: ^1.5.4
version: 1.5.4
tailwindcss:
specifier: ^3.4.7
version: 3.4.7
@ -3365,12 +3365,6 @@ packages:
integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==,
}
[email protected]:
resolution:
{
integrity: sha512-ucAnuBEhUK4boH2HjVYG5Q2mQyPorvv0u/ocS+zhdw0S8AlHYY+GOFhP1Gio5z4icpP2ivFSvhtFjQi8+T9ppw==,
}
[email protected]:
resolution:
{
@ -5877,10 +5871,10 @@ packages:
}
engines: { node: '>=6' }
[email protected].3:
[email protected].4:
resolution:
{
integrity: sha512-puyri6ApkEHYiVl4CFzo1tDkAZ+ATcnbJrJ6RiBM1Fhctdn/ix9MTE3hRph33omisEbC/2fcfemsseiKgBPKZg==,
integrity: sha512-1ca71Zgiu6ORjHqFBDpnSMTR2ReToX4l1Au1VFLyVeBTFavzQnv5JxMFr3ukHVKpSrSA2MCk0lNJSykjUfz7Zg==,
}
engines: { node: '>=10.13.0' }
hasBin: true
@ -9605,8 +9599,6 @@ snapshots:
[email protected]: {}
[email protected]: {}
[email protected]: {}
[email protected]:
@ -11315,10 +11307,9 @@ snapshots:
[email protected]: {}
[email protected].3:
[email protected].4:
dependencies:
dijkstrajs: 1.0.3
encode-utf8: 1.0.3
pngjs: 5.0.0
yargs: 15.4.1

Loading…
Cancel
Save