vscode-yaml
                                
                                 vscode-yaml copied to clipboard
                                
                                    vscode-yaml copied to clipboard
                            
                            
                            
                        Incorrect string behaviour if symbol ':' apears
Describe the bug
In .gitlab-ci.yaml files string literal value parsing is broken for some reason. I have a string "Version: [$VERSION] BUID [$CI_PIPELINE_IID]" which contains sybmol :. The part Version: is treated not as part of string but common yaml.
I don't exactly sure if the problem related with this repo or gitlab's.
Expected Behavior
String literal value treats as just string
Current Behavior
Part of string treats as part of yaml
Steps to Reproduce
- Create a .gitlab-ci.yaml file
- Set schema to gitlab-ci
- Add script - echo "Build number: $CI_PIPELINE_IID"
Environment
- [ ] Windows
- [ ] Mac
- [ ] Linux