Skip to content

Conversation

@sean-mcmanus
Copy link
Contributor

Merge for 0.18.0

bobbrow and others added 23 commits July 20, 2018 10:34
* adds settings for inactive region font & bg color

This adds the inactiveRegionForegroundColor and inactiveRegionBackgroundColor
settings. If a preprocessor block is found to be inactive, it will be
colored by these fields if they are set. They accept hexadecimal font
strings or valid theme colors as their values.These fields also
interactive with the dimInactiveRegions setting.

This was requested in issue
#2212.
* Dependent variable definition
```
"env": {
    "envRoot": "apps/tool/builldenv",
    "arm6.include": "${envRoot}/arm6/include"
},
...
"some_config": "${arm6.include}
```

* Additionally, this fixes an open bug that was not reported. If a variable contained "env", "config", or "workspaceFolder" it would not be parsed correctly. If you used a variable ${envRoot} it would match "envR" as the type and "oot" as the variable. This has been resolved.

* Also fixes travis-ci to run the unit tests as part of checkin validation
`MinGW` is the proper spelling

`OS X` is now called `macOS`
Realized I had left out the CHANGELOG update. For [PR
2322](#2322).
)

* add a setting to modify the behavior of go to symbol in workspace
* Add gcc-x64 intelliSenseMode.
* Update changelog for 0.17.8-insiders.
* Enable environment variables with clang_format_path.
* Update changelog for 0.18.0.
* Update changelog to reflect compile commands parsing fix
* Add intelliSenseEngine "Disabled".
* Invoke `Edit Configurations...` when the `Configuration Help` button is clicked.
Update package-lock and fix new linter errors.
@bobbrow bobbrow merged commit 356bb90 into release Aug 16, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Oct 13, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants