mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-04-29 02:07:39 +02:00
Merge branch 'main' of https://github.com/Unkn0wnCat/KevinK.dev.js into main
This commit is contained in:
commit
569722e5f4
3 changed files with 14 additions and 3 deletions
|
@ -13,7 +13,18 @@
|
||||||
},
|
},
|
||||||
// Add the IDs of extensions you want installed when the container is created.
|
// Add the IDs of extensions you want installed when the container is created.
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"dbaeumer.vscode-eslint"
|
"dbaeumer.vscode-eslint",
|
||||||
|
"aaron-bond.better-comments",
|
||||||
|
"wscats.qf",
|
||||||
|
"eamodio.gitlens",
|
||||||
|
"kumar-harsh.graphql-for-vscode",
|
||||||
|
"antfu.i18n-ally",
|
||||||
|
"mrmlnc.vscode-json5",
|
||||||
|
"ms-vsliveshare.vsliveshare",
|
||||||
|
"afractal.node-essentials",
|
||||||
|
"eg2.vscode-npm-script",
|
||||||
|
"syler.sass-indented",
|
||||||
|
"visualstudioexptteam.vscodeintellicode"
|
||||||
],
|
],
|
||||||
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
// Use 'forwardPorts' to make a list of ports inside the container available locally.
|
||||||
"forwardPorts": [
|
"forwardPorts": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue