# Functions

devcontainer.vim 起動時に使用する設定ファイルを作成する 設定ファイルは、 devcontainer.vim のキャッシュ内の `config` ディレクトリに、 ワークスペースフォルダのパスを md5 ハッシュ化した名前のディレクトリに格納する.
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
readConfigurationCommandResult から forwardPorts の情報を取得します。.
No description provided by the author
docker run で、ワンショットでコンテナを立ち上げる.
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

# Structs

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
devcontainer.json のスキーマ(の一部).
No description provided by the author
`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"}.

# Interfaces

No description provided by the author