Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Function annotation is not displayed #568

Closed
serg3295 opened this issue Jun 21, 2021 · 0 comments
Closed

Function annotation is not displayed #568

serg3295 opened this issue Jun 21, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@serg3295
Copy link
Contributor

luasrverr37

To reproduce

---@class bthci
bthci = {}

---@class adv
---@field CONN_DIR_HI integer
---@field CHAN_ALL integer
bthci.adv = {}

--- Sends a raw HCI command to the BlueTooth controller.
---@param hcibytes any @raw HCI command bytes to send to the BlueTooth controller.
---@param callback? function @(optional) function to be invoked when the reset completes.
---@return nil
function bthci.rawhci(hcibytes, callback) end

--- Resets the BlueTooth controller.
---@param callback? function @(optional) function to be invoked when the reset completes.
---@return nil
function bthci.reset(callback) end

Environment (please complete the following information):

  • OS: Linux Mint
  • Is WSL remote?
  • Client: VSCode
@sumneko sumneko added the bug Something isn't working label Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants