mirror of https://github.com/wg-easy/wg-easy
Browse Source
new devs get extensions recommended to catch errors, etc directly in vscodepull/1244/head
3 changed files with 21 additions and 15 deletions
@ -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" |
|||
] |
|||
} |
@ -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…
Reference in new issue