feat: Updated repo structure
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
# .devcontainers
|
# .devcontainers
|
||||||
|
|
||||||
Repo containing devcontainer configs
|
Repo containing devcontainer configs
|
||||||
|
|
||||||
|
Please explore the branches to find which devcontainers are available for use!
|
||||||
@@ -1,31 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Rust",
|
|
||||||
"runArgs": [
|
|
||||||
"--name=Rust",
|
|
||||||
"--network=host"
|
|
||||||
],
|
|
||||||
"image": "git.luke-else.co.uk/luke-else/rust-dev:latest",
|
|
||||||
"remoteUser": "dev",
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"settings": {
|
|
||||||
"editor.formatOnSave": true,
|
|
||||||
"[rust]": {
|
|
||||||
"editor.defaultFormatter": "rust-lang.rust-analyzer"
|
|
||||||
},
|
|
||||||
"rust-analyzer.cargo.runBuildScripts": true,
|
|
||||||
"remote.autoForwardPorts": false
|
|
||||||
},
|
|
||||||
"extensions": [
|
|
||||||
"ms-azuretools.vscode-docker",
|
|
||||||
"rust-lang.rust-analyzer",
|
|
||||||
"tamasfe.even-better-toml",
|
|
||||||
"vadimcn.vscode-lldb",
|
|
||||||
"dustypomerleau.rust-syntax",
|
|
||||||
"chrisbeard.rustdocstring",
|
|
||||||
"mermaidchart.vscode-mermaid-chart"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"postCreateCommand": "cargo fetch"
|
|
||||||
}
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
{
|
|
||||||
"name": "Svelte",
|
|
||||||
"image": "git.luke-else.co.uk/luke-else/nodejs-dev:latest",
|
|
||||||
"remoteUser": "dev",
|
|
||||||
"customizations": {
|
|
||||||
"vscode": {
|
|
||||||
"settings": {
|
|
||||||
"editor.formatOnSave": true
|
|
||||||
},
|
|
||||||
"extensions": [
|
|
||||||
"ms-azuretools.vscode-docker",
|
|
||||||
"ms-vscode-remote.remote-containers",
|
|
||||||
"svelte.svelte-vscode"
|
|
||||||
]
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"postCreateCommand": "pnpm install"
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user