Neko Box Coder

Results 122 comments of Neko Box Coder

I opened an [issue](https://github.com/orgs/community/discussions/68570) for copilot chat. Feel free to upvote and add any details/comments to it

@clockcoinG1 I assume you are talking about the chat extension.js. I am going through it right now (unfortunately) but it is way too many lines and I am no expert...

It seems like it is trying to call the getSession from the vscode module but it returned undefined. ```js return await vscode.authentication.getSession("github", ['user:email'], {silent: !0}) ?? await vscode.authentication.getSession("github", ['read:user'], {silent:...

Yeah, I tried to follow the instructions but failed to even reach the point where @clockcoinG1 got. It failed before sending any of the authentication tokens, where it couldn't even...

@masmu Hey, I am using this already and it is great. Thanks a lot for the feature. One thing I have noticed is that it is treating continuous space as...

> The line-break is suppose to act like as an additional jump position, right? Yes > Well, I checked that this issue also was preexisting for WordRight and WordLeft. Yeah,...

Yes, I have it on already. But it is quite annoying if you want to delete continuous spaces with delete word and it deletes both the spaces and the word,

@metastork Could you update your branch to fix the conflicts? I can give this a test after that and then hopefully can get this merged

@metastork Thanks, I have quickly looked at the changes and it seems good. It would be great if you could sort out the cursor traversal when `wrapindent` is `0` or...

> You probably just need to add the indent amount when moving the cursor up or down in `cursor.go`. Probably to do with `VisualX` I think.