Skip to content

Commit

Permalink
build: add extensions and tajriba to devcontainer
Browse files Browse the repository at this point in the history
  • Loading branch information
npaton committed Apr 2, 2023
1 parent c316f69 commit 149fb10
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 36 additions & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,41 @@
"permissions": "write-all"
}
}
},

"vscode": {
"extensions": [
"aaron-bond.better-comments",
"akmarnafi.comment-headers",
"axelrindle.duplicate-file",
"bradlc.vscode-tailwindcss",
"ChristophLipp.shruggoff",
"eamodio.gitlens",
"eriklynd.json-tools",
"esbenp.prettier-vscode",
"formulahendry.auto-rename-tag",
"GitHub.codespaces",
"GitHub.copilot",
"GitHub.remotehub",
"github.vscode-github-actions",
"GitHub.vscode-pull-request-github",
"golang.go",
"jobe451.lorem-whatever",
"kumar-harsh.graphql-for-vscode",
"marclipovsky.string-manipulation",
"mitchdenny.ecdc",
"mohsen1.prettify-json",
"mrmlnc.vscode-duplicate",
"ms-azuretools.vscode-docker",
"oderwat.indent-rainbow",
"ow.vscode-subword-navigation",
"stackbreak.comment-divider",
"stkb.rewrap",
"svelte.svelte-vscode",
"Tyriar.lorem-ipsum",
"wmaurer.change-case"
]
}
}
},
"postCreateCommand": "bash -i ./.devcontainer/post-create.sh"
}
2 changes: 2 additions & 0 deletions .devcontainer/post-create.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
cd /workspaces
git clone https://github.com/empiricaly/tajriba.git

0 comments on commit 149fb10

Please sign in to comment.