diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 09cc981..8c01f44 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -13,7 +13,18 @@ // Add the IDs of extensions you want installed when the container is created. "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. diff --git a/package-lock.json b/package-lock.json index 3edeeca..27c933e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -22673,4 +22673,4 @@ } } } -} \ No newline at end of file +} diff --git a/package.json b/package.json index e983abc..7352200 100644 --- a/package.json +++ b/package.json @@ -59,4 +59,4 @@ "eslint-plugin-react": "^7.21.5", "gatsby-plugin-eslint": "^2.0.8" } -} \ No newline at end of file +}