Sha256: 7e662cab779200b72e74ede366654ee35f26f7efc4d6bff8aabd60c0142fb83c
Contents?: true
Size: 741 Bytes
Versions: 6
Compression:
Stored size: 741 Bytes
Contents
# COSMOS for Visual Studio Code This extension adds language support for COSMOS configuration files. To identify COSMOS configuration files, this extension assumes that it adheres to the strict directure structure of COSMOS inside of a <Project_Dir> as shown below. ``` <Project_Dir> |--Gemfile |--Launcher |--Launcher.bat |--Rakefile |--userpath.txt |--config | |--data | |--system | |--targets | | |--<TARGETNAME> | | | |--cmd_tlm_server.txt | | | |--target.txt | | | |--(cmdtlm or cmd_tlm) | | | |--lib | | | |--screens | | |--... | |--tools | | |--cmd_tlm_server | | |--... |--lib |--outputs | |--handbooks | |--logs | |--saved_config | |--tables | |--tmp |--procedures |--tools | |--mac | |--... ```
Version data entries
6 entries across 6 versions & 1 rubygems