Add devcontainer setup for building
This commit is contained in:
parent
8310e65e6b
commit
aba129a0f7
18
.devcontainer/devcontainer.json
Normal file
18
.devcontainer/devcontainer.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"name": "ZX Spectrum dev tools",
|
||||||
|
"image": "boarstone.mcphail.uk/mcphail/speccydev",
|
||||||
|
"remoteUser": "ubuntu",
|
||||||
|
"customizations": {
|
||||||
|
"vscode": {
|
||||||
|
"extensions": [
|
||||||
|
"maziac.dezog",
|
||||||
|
"maziac.asm-code-lens",
|
||||||
|
"maziac.z80-instruction-set",
|
||||||
|
"maziac.hex-hover-converter",
|
||||||
|
"maziac.sna-fileviewer",
|
||||||
|
"maziac.nex-fileviewer",
|
||||||
|
"ms-vscode.makefile-tools"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user