microsoft / vscode-copilot-release

Feedback on GitHub Copilot Chat UX in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-chat
Creative Commons Attribution 4.0 International
334 stars 33 forks source link

Copilot is giving wrong and gibbrish answers for whole day now #1241

Open fisforfaheem opened 5 months ago

fisforfaheem commented 5 months ago

i asked this:

make this monokai pro theme instead: "workbench.colorCustomizations": { "tab.activeBackground": "#1e2127", "tab.inactiveBackground": "#282c34", "tab.activeForeground": "#80cbc4", "tab.inactiveForeground": "#4b5263" },

i get:

Sure, if you want to customize these colors to resemble the Monokai theme, you can update your settings.json as follows:

"workbench.colorCustomizations": { "tab.activeBackground": "#272822", // Monokai background color "tab.inactiveBackground": "#1e1f1c", // Slightly darker for inactive tabs "tab.activeForeground": "#f8f8f2", // Monokai foreground color "tab.inactiveForeground": "#75715e" // Slightly dimmer for inactive tabs }

This will give your active and inactive tabs a Monokai-like appearance. Please note that these are just example colors and you might need to adjust them to your liking.

joeybab3 commented 5 months ago

Screenshot 2024-05-28 at 2 37 49 PM Similar problem with formatting json

fisforfaheem commented 5 months ago

also, i am seeing that the copilot forgets everything....and just keeps describing waht code ishare instead

muchenhen commented 5 months ago

I have encountered a similar situation

ulugbekna commented 5 months ago

Thank you for filing the issue!

I don't understand your request and what's wrong with response

make this monokai pro theme instead: "workbench.colorCustomizations": { "tab.activeBackground": "#1e2127", "tab.inactiveBackground": "#282c34", "tab.activeForeground": "#80cbc4", "tab.inactiveForeground": "#4b5263" },

fisforfaheem commented 5 months ago

Its a setting for vs code (using json)