Bhashitha Adhikarinayake

Results 2 issues of Bhashitha Adhikarinayake

Consider the following example ``` class A { ~A() { } } ``` When the class is selected and `TSCppRuleOf3` is entered, it is expected to add the Copy and...

bug

I have created a sample plugin that recreates my issue below. - lua in `test_plugin/lua/test_plugin/init.lua` ```lua M = {} function M.run() vim.fn.Start(1) vim.fn.Start(2) end function M.update(data) print(vim.fn.GetData(data)) end return M...

bug
asyncio