mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
19 lines
282 B
JSON
19 lines
282 B
JSON
{
|
|
"name": "Fedora",
|
|
"build": {
|
|
"dockerfile": "Dockerfile",
|
|
"args": { "VARIANT": "38" }
|
|
},
|
|
"remoteUser": "vscode",
|
|
"runArgs": [
|
|
"--privileged"
|
|
],
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"rhaiscript.vscode-rhai"
|
|
]
|
|
}
|
|
}
|
|
}
|