mirror of
https://github.com/logos-messaging/chat_proto.git
synced 2026-01-02 13:03:10 +00:00
14 lines
399 B
JSON
14 lines
399 B
JSON
{
|
|
"name": "WapTypes",
|
|
"image": "nimlang/nim",
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"NimLang.nimlang", //Nim lang extension
|
|
"vadimcn.vscode-lldb", //for Nim debug
|
|
"streetsidesoftware.code-spell-checker" //spell checker
|
|
]
|
|
}
|
|
},
|
|
"postCreateCommand": "./.devcontainer/post_create.sh"
|
|
} |