Skip to content

Commit

Permalink
fix: devcontainer settings due to failed codespaces launch
Browse files Browse the repository at this point in the history
  • Loading branch information
tktcorporation committed Oct 19, 2023
1 parent 1cbcccd commit defd7ff
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,23 @@
{
"name": "add-issue-links",
"image": "mcr.microsoft.com/devcontainers/universal:linux",

// Add the IDs of extensions you want installed when the container is created.
"extensions": [
"ms-azuretools.vscode-docker",
"GitHub.copilot",
"donjayamanne.githistory",
"mhutchie.git-graph",
"steoates.autoimport",
"Atishay-Jain.All-Autocomplete",
"usernamehw.errorlens",
"dbaeumer.vscode-eslint",
"wix.vscode-import-cost",
"pflannery.vscode-versionlens",
"editorconfig.editorconfig"
],
"customizations": {
"vscode": {
"extensions": [
"ms-azuretools.vscode-docker",
"GitHub.copilot",
"donjayamanne.githistory",
"mhutchie.git-graph",
"steoates.autoimport",
"Atishay-Jain.All-Autocomplete",
"usernamehw.errorlens",
"dbaeumer.vscode-eslint",
"wix.vscode-import-cost",
"pflannery.vscode-versionlens",
"editorconfig.editorconfig"
]
}
},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],
Expand Down

0 comments on commit defd7ff

Please sign in to comment.