Skip to content

Commit e64f33c

Browse files
committed
v1.2.0
1 parent 5482639 commit e64f33c

3 files changed

Lines changed: 17 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# v1.2.0 Transition to Nordic Semiconductor's extension
2+
3+
This release disables the extension if [Nordic Semiconductor's extension](https://marketplace.visualstudio.com/items?itemName=nordic-semiconductor.nrf-kconfig) is present.
4+
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.
5+
6+
- Disable extension functionality if Nordic Semiconductor's extension is installed
7+
- Update icon to fix new Zephyr documentation style
8+
- Fix expansion of environment variables in configuration
9+
- Support new Kconfig.module format
10+
- Support `kconfig-ext` in west modules
11+
- Highlight expression operators
12+
113
# v1.1.8 Force Zephyr resolution
214

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

98110
# v1.0.0
99111

100-
First release of the Kconfig extension.
112+
First release of the Kconfig extension.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# Kconfig for the Zephyr Project
22

3+
**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.**
4+
35
Kconfig language support for the [Zephyr Project](https://www.zephyrproject.org/) in VS Code.
46

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

9+
710
## Features
811

912
This extension adds features for Kconfig, properties (.conf) and C files.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "kconfig-lang",
33
"displayName": "Kconfig for the Zephyr Project",
44
"description": "Kconfig language support for the Zephyr Project",
5-
"version": "1.1.8",
5+
"version": "1.2.0",
66
"publisher": "trond-snekvik",
77
"engines": {
88
"vscode": "^1.37.0"

0 commit comments

Comments
 (0)