Skip to content

Releases: NordicPlayground/vscode-nrf-kconfig

2021.11.7: Remove repo link, update bugs link (#15)

05 Nov 10:13
9189f50
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

2021.10.1

07 Oct 15:15
Compare
Choose a tag to compare

Changes:

  • 65af6b9 Prettier
  • b40c440 Update boardStatus element whenever the board changes
  • 90749f2 Zephyr: Minimize writing to settings.json
  • 70723a3 Merge pull request #9 from NordicPlayground/linter
  • 30570eb Switch to prettierignore strategy
  • f552ed2 Format with prettier & enable linting on CI
  • e692de1 Space out azure tasks

This list of changes was auto generated.

2021.9.10: Merge pull request #8 from NordicPlayground/update-name

21 Sep 11:49
26d07c1
Compare
Choose a tag to compare

Changes:

  • 26d07c1 Merge pull request #8 from NordicPlayground/update-name
  • 6b66b50 Updated extension name
  • 368ea6a Merge pull request #7 from NordicPlayground/initial-changelog
  • ee50959 Merge pull request #6 from NordicPlayground/copyright
  • b2b0ef9 Changelog for initial release
  • a95d742 Remove comments
  • cf02dbd Change ts rootDir to the top level
  • 56b8e1e Format tsconfig with prettier
  • 4386513 Update source file licenses
  • d7c2724 Add copyright check to pipeline
See More
  • 6bb7517 Update to copyright script from nrf-connect extension
  • 97da966 Update core license file to Nordic-1-clause
  • 38eb0a4 Fix prettier parser
  • 5ba7ccb Merge pull request #5 from NordicPlayground/metainfo
  • df46c9c Update package metainfo (publisher, author, version, repo)

This list of changes was auto generated.

2021.8.3

24 Aug 08:30
Compare
Choose a tag to compare

Changes:

  • 8f18a97 Swap line order
  • 5c2a7f6 Set zephyr.board property when board is set through API
  • e49f6bc Hide board status item when enabled through the API
  • 1d21055 Split context management into API controlled and ad-hoc
  • cc3e7db Add context object for representing build configurations

This list of changes was auto generated.

2021.7.14: Add API for main extension (#2)

27 Jul 06:53
9a78dbf
Compare
Choose a tag to compare

Changes:

  • 9a78dbf Add API for main extension (#2)
  • 2fa0505 Merge pull request #3 from NordicPlayground/icon
  • ed4f7e6 Update kconfig icon
  • 091bcec Merge pull request #1 from NordicPlayground/pipeline
  • 8b061aa Add pipeline configuration
  • 37e14d5 Add prettier, npm scripts and prettier configuration
  • 3dd9f4f Add build supporting scripts
  • d100749 Bump y18n from 4.0.0 to 4.0.1
  • bef8f42 Bump elliptic from 6.5.3 to 6.5.4
  • 22d4487 Add support for syntax
See More
  • 4da4a56 TS 4.1 fixes
  • d1f0a2e v1.1.8
  • 1e3d7cb Disable language features in file context
  • cfe76bb Ignore config and files in extension pack
  • 0ca624c Only follow popup button on accept
  • c5ea2b2 Show popup on unresolved board
  • 53e7753 Fix user defined conf files
  • 81e734a Find west once
  • 7aff6b5 Rescan on dramatic repo changes
  • 1d9b822 Wipe cache on change
  • 170b15a Ensure dependency has entry
  • 0d9fb36 Permit unresolved macros in range properties
  • 3a81eca Carry choice scope through files
  • 9b5d323 Permit orsource
  • 8b6465a Force west to be found
  • f1eafe7 Look for west in ~/.local on linux
  • 295ae92 Show workspace symbols with CONFIG_ prefix
  • 0acc5f7 Bump ini from 1.3.5 to 1.3.8
  • 8f119f6 v1.1.7
  • b913f9a Add west version notice in readme
  • d0b432a Add common Kconfig filenames for language
  • 1ae73de New icon
  • 571458c Fix changelog formatting
  • 96c35fe Zephyr: Support out-of-tree SoC roots
  • 217f093 Improve keyword completions
  • d8e1330 v1.1.6
  • 0da0f30 Ensure asynchronous activation
  • 20b8802 Comment highlighting when trailing other symbols
  • 6e33fb2 Workspace symbol: Show text when available, not scope
  • dfa2f28 Zephyr: Zephyr Base resolution
  • d32fdfc Zephyr: Support KCONFIG_BINARY_DIR
  • ca5f18d Use Module symbol for ifs to display them as {}
  • 63a7704 Don't show duplicate symbol names
  • 9e561ea Zephyr: Handle missing base gracefully
  • 3b3fd0a Update zephyr board screenshot
  • 0b928dd Remove recursive flag
  • b49a814 Remove duplicated scope items
  • c906424 Add map to ignore
  • 6b743ce Add marketplace details
  • 58220bd Webpack
  • 5089e2f Minor cleanup
  • 43331e6 Register all disposables
  • b1877a0 Provide language features in virtual Kconfig files
  • e5bc363 Change virtual file schema to kconfig://
  • 7c982af Syntax: Highlight ifs after type prompts
  • 05db983 Remove aggressive language match filename pattern
  • 8825591 Add license headers
  • 9e4ba06 Add {} to language configuration brackets
  • 7c3492c Workspace symbols: Return results without prompt
  • 0275d3d Improve temporary root prompt
  • f1c9209 Add config entry for disabling language support
  • ec40d7a Add support for root files outside of the Zephyr tree.
  • a5d6112 Improve dependency checking
  • 1e6382f v1.1.5
  • 2160b46 Mark code actions as quickfixes
  • 976190e Properties: Improve feedback for invalid syntax
  • a0a1721 Zephyr: Support windows paths in modules
  • a84a005 Syntax: Fix line continuation inside parenthesis
  • 00d0e4c v1.1.4
  • 0a82fb8 Zephyr: Default board handling
  • 858787a v1.1.3
  • 35f2896 Align @types and vscode engine
  • f81fb42 Allow ifs in prompts
  • cc3960a Show link location as tooltip
  • a494068 Zephyr: Support for alternative workspace structure
  • 18ec302 Reset properly, skip stats in production
  • 3c1ccc7 Add package-lock.json
  • 6bdebec Remove postinstall script
  • 5c05521 Improve Zephyr error response
  • 6624699 Use @types/vscode
  • 7f70b9d Add glob to package.json
  • 32351bd Add document symbols for properties files
  • 45f1be9 Reparse zephyr files on west manifest changes
  • af8f681 Wipe scopes on edit
  • edfc540 v1.1.1
  • 7cbd0f0 Show paragraphs in help text
  • 71515d8 Small improvements to linting
  • eb44bdc Default to first entry in mandatory choice
  • fe24a2a show error on start of unterminated scopes
  • 8926177 Add Comment object to scopes
  • 9369c76 Improve responsiveness of propfiles
  • 3603fbd Add scope tree
  • 02cbac6 Zephyr: Add missing toolchain env define
  • e627e39 Resolve various evaluation inconsistencies
  • f6ee949 Evaluation: Resolve minor corner cases
  • e9257b2 v1.1.0
  • b3a94d1 Only return the actual references, not every entry on the planet
  • 37eb648 Zephyr: Fix boards dir
  • 61a7117 Evaluation overhaul
  • afe325e Don't reset all diags on file change
  • 5f53d89 Reset propfiles on config change
  • 752965e Remove space as completion commit
  • 8f8cb9c Minor cleanup in extension.ts
  • 9013a9c Prevent exception when evaluating macros
  • 86d46ff File system watcher for kconfig files
  • e50b1fd Allow west.yml to not have build entries
  • c6c6b7c Abort lint on new changes
  • b1289f6 Remove duplicates in root of symbol tree
  • ab69ee1 v1.0.3
  • 13f5882 Pass repo instead of config list
  • bdaa0b8 Delay conf options loading until scan
  • 29e6293 v1.0.2
  • 8676f86 Report diagnostics for kconfig files
  • 31f2fb3 Preload static overrides
  • 5f80b7c Show info for missing west
  • 1bbb279 v1.0.1
  • d84d09f Silence the extension when there's no need for it
  • 750437b Version 1.0.0
  • 3ca6c56 Support Zephyr auto config
  • e80c824 Split property files into separate module
  • bcf9a58 Major refactor
  • 99850e6 Make 'Find all references' find dependent entries, as well as selectors
  • db072fc Remove offSide language rule
  • 08052c5 Minor cosmetics
  • 797ed5f Ensure help text is not highlighted
  • a678390 Add missing zephyr config to readme
  • d360d83 Performance improvements and recursive env vars
  • 4860f26 Initial proper readme
  • a39c507 Update metadata
  • c873ba0 Provide references for selects
  • 88863d3 Add vscode folder
  • 223836b Remove indentation rules to avoid weird copy pasting
  • 612fd1c Reduce reported code completion items
  • d42694e Only go...
Read more