# Functions

No description provided by the author
No description provided by the author
No description provided by the author
devcontainer でコンテナを立ち上げ、 Vim を転送し、実行する。 既存実装の都合上、configFilePath から configDirForDevcontainer を抽出している.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
No description provided by the author
devcontainer.json のスキーマ(の一部).
`devcontainers read-configuration` コマンドの実行結果スキーマ Example: { "configuration":{ "name":"development environment", "dockerComposeFile":[ "../docker-compose.yaml" ], "service":"app", "workspaceFolder":"/work", "remoteUser":"root", "configFilePath": { "$mid":1, "fsPath":"/home/mikoto/project/oasiz-mqtt-client/.devcontainer/devcontainer.json", "path":"/home/mikoto/project/oasiz-mqtt-client/.devcontainer/devcontainer.json", "scheme":"vscode-fileHost" } }, "workspace": { "workspaceFolder":"/work" } }.
No description provided by the author
No description provided by the author
`devcontainers up` コマンドの実行結果スキーマ Example: {"outcome":"success","containerId":"7278c789a975c34177e0b77d00477d5518c4fae4e66e6f0f9196561d5f895740","composeProjectName":"oasiz-mqtt-client","remoteUser":"root","remoteWorkspaceFolder":"/work"}.