Alexandru Dima
Alexandru Dima
I have checked via a docker container and it appears to work as expected for me. I see: ``` Request starting Request done ``` I don't see an error, but...
That is a limitation of how the inline diff is implemented. I wonder if we can alleviate this limitation by adding a button somewhere in there (copy or revert this...
I can reproduce! I use the following prompt: > Generate me a fibonacci implementation in TypeScript. You MUST use tabs. I can see the raw model output is (which contains...
This is now fixed and the fix is available in our pre-release channel (you can use VS Code Insiders + the pre-release version of the Copilot Chat extension). The fix...
This is intentional and is a technique to save memory. The `_enterPos` and `_anchorPos` fields are used for temporary storage and they only make sense during tokenization of a line....
Could you please try the following setting and reload VS Code: ``` "github.copilot.advanced": { "debug.useElectronFetcher": true } ```
I have reviewed our code and for the HelixFetcher we are not [filtering out expired](https://github.com/microsoft/vscode-proxy-agent/blob/7aa33a750b37d957e081c6684d610027e2723251/src/index.ts#L577-L579) certificates when reading them from the OS.
This is now fixed and is part of the 0.18.2 GitHub Copilot Chat release.
@SetTrend There is a "hidden" setting you can use, **but you need to restart VS Code for the setting to apply** ``` { "editor.scrollbar.vertical": "visible", "editor.scrollbar.horizontal": "visible" } ```
@isidorn because "you need to restart VS Code for the setting to apply", i.e. work is needed in the scrollbar and in the editor to handle the change event.