savoirfairelinux / vscode-bitbake

Bitbake language support for Visual Studio Code (Forked from EugenWiens)
https://marketplace.visualstudio.com/items?itemName=yocto-project.yocto-bitbake
Other
9 stars 0 forks source link

Enable semanticTokensProvider, fix bug, update tests etc #64

Closed WilsonZiweiWang closed 11 months ago

WilsonZiweiWang commented 11 months ago
  1. Enabled semanticTokensProvider at the server side. Example results: image image image image

  2. Fixed the bug where non-inline-python syntax is highlighted as python Example results: With @ image Without @ image

  3. Added and updated related tests