You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.