This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CODECOMPOSER: CCS theia : launch.json configurations attributes

Part Number: CODECOMPOSER

Tool/software:

Hi,

I have not found documentation or related thread. 

We are on 1.4 currently and will switch to 1.5 tbd.

Regarding ccstheia's attributes for the "conigurations" section, using intellisense, these seem to be the possible attributes

{
  // Use IntelliSense to learn about possible attributes.
  // Hover to view descriptions of existing attributes.
  "version": "0.2.0",
  "configurations": [
    {
        "name": "asdf-friendlyname",
        "project": "asdproject",
        "type": "ccs-debug",
        "request": "launch",
        "internalConsoleOptions": "openOnFirstSessionStart",        (this is the defautl)
        "openDebug": "openOnSessionStart",                                   (default) 
        "targetConfig": "myConfig""                                                    (i'll guess that this is a config defined in .cproject  ???) 
       
         "connections": [],                                                                    (no idea, help please)
    }
  ]
}
but in some posts, I have seen other options not seeded by intellisense, eg   "debuggerSettings" : blah
Were can I find the full list on TI ccstheia launch.json attirbutes and legal attribute values.    
Thanks