Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trond-snekvik committed Sep 26, 2021
1 parent 5482639 commit e64f33c
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# v1.2.0 Transition to Nordic Semiconductor's extension

This release disables the extension if [Nordic Semiconductor's extension](https://marketplace.visualstudio.com/items?itemName=nordic-semiconductor.nrf-kconfig) is present.
In the future, this extension will be deprecated in favor of Nordic's official extension, and all new features will be implemented in that extension instead.

- Disable extension functionality if Nordic Semiconductor's extension is installed
- Update icon to fix new Zephyr documentation style
- Fix expansion of environment variables in configuration
- Support new Kconfig.module format
- Support `kconfig-ext` in west modules
- Highlight expression operators

# v1.1.8 Force Zephyr resolution

- Block the language handling until Zephyr is resolved
Expand Down Expand Up @@ -97,4 +109,4 @@ Prevents the extension from making any noise when it's not needed by checking th

# v1.0.0

First release of the Kconfig extension.
First release of the Kconfig extension.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# Kconfig for the Zephyr Project

**NOTE: This extension will be deprecated in favor of [Nordic Semiconductor's Kconfig extension](https://marketplace.visualstudio.com/items?itemName=nordic-semiconductor.nrf-kconfig). To get access to new features and an improved Kconfig editing experience in VS Code, please consider installing Nordic's extension.**

Kconfig language support for the [Zephyr Project](https://www.zephyrproject.org/) in VS Code.

This extension is an independent community contribution, and is not part of the Zephyr Project.


## Features

This extension adds features for Kconfig, properties (.conf) and C files.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "kconfig-lang",
"displayName": "Kconfig for the Zephyr Project",
"description": "Kconfig language support for the Zephyr Project",
"version": "1.1.8",
"version": "1.2.0",
"publisher": "trond-snekvik",
"engines": {
"vscode": "^1.37.0"
Expand Down

0 comments on commit e64f33c

Please sign in to comment.