mirror of
https://github.com/dunyakirkali/letterpress.git
synced 2025-07-04 07: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": {
|
"customizations": {
|
||||||
"vscode": {
|
"vscode": {
|
||||||
"extensions": [
|
"extensions": [
|
||||||
"asciidoctor.asciidoctor-vscode"
|
"asciidoctor.asciidoctor-vscode",
|
||||||
|
"ms-vscode.makefile-tools"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user