Skip to content

v0.0.2

Compare
Choose a tag to compare
@kylebonnici kylebonnici released this 10 Jan 00:14
· 64 commits to main since this release
149b7ee

Added

  • Support for devicetree.cwd in the setting. This can be used to allow relative paths in:
    • devicetree.defaultIncludePaths
    • devicetree.defaultZephyrBindings
  • Support for cwd in each context. If this is missing devicetree.cwd will be used as falback. This can be used to allow relative paths in:
    • includePaths
    • zephyrBindings
    • dtsFile
  • ctxName to the context settings. This can be a string or a number.
  • Extended preferredContext to support linking to ctxName. This can be a string or a number.
  • devicetree.autoChangeContext. If true the LSP will auto change the active context for actions. Defaults to true.
  • devicetree.allowAdhocContexts If true the LSP will create ad hoc context for when .dts file is opned and not in any devicetree.contexts. Defaults to true. If not context is avalable for a devicetree file a warning.
  • Formating include in document
  • Formating now support confiuration of tab vs spaces and spaces size

Fixed

  • Parsing files with include that is not in the root of the document e.g.