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

Version Path
cosmos-4.5.2-java extensions/vscode/client/README.md
cosmos-4.5.2 extensions/vscode/client/README.md
cosmos-4.5.1-java extensions/vscode/client/README.md
cosmos-4.5.1 extensions/vscode/client/README.md
cosmos-4.5.0-java extensions/vscode/client/README.md
cosmos-4.5.0 extensions/vscode/client/README.md