KDS Software
KDS Software
Same here, this occured when I saved a file. This was my config: ```json { "name": "workspace", "host": "***************", "port": 21, "protocol": "sftp", "username": "********", "password": "*******", "remotePath": "/html/workspace", "context":"workspace",...
I've got the same kind of error. Only get these error after a while when I connect with my phone that is connected to a VPN(without split tunneling) with other...
I had the same issue. tried to switch "uploadOnSave" to `false` and back to `true`. But after setting debug on `true` and reloading (restarting vscode). I could see that it...
> Another issue here. If I add types manually, like this: > > ``` > options: { > storySort: (a: StoryIndexEntry, b: StoryIndexEntry): number => { > return a.id ===...
> I was able to remove the error by commenting out the code inside `utils.lua reposition_cursor()`, everything still seems to work fine. Commenting out ```lua vim.cmd( [[autocmd CursorMoved * lua...