mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-03 23:15:23 +00:00
Add makefile plugin to devcontainer
This commit is contained in:
parent
b769a9423d
commit
97280644b5
@ -1,9 +1,10 @@
|
||||
{
|
||||
"image": "uwebarthel/asciidoctor:1.72",
|
||||
"image": "asciidoctor/docker-asciidoctor:latest",
|
||||
"customizations": {
|
||||
"vscode": {
|
||||
"extensions": [
|
||||
"asciidoctor.asciidoctor-vscode"
|
||||
"asciidoctor.asciidoctor-vscode",
|
||||
"ms-vscode.makefile-tools"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user