Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output colors not showing with Github Copilot enabled #209

Open
vanowm opened this issue Dec 29, 2023 · 2 comments
Open

Output colors not showing with Github Copilot enabled #209

vanowm opened this issue Dec 29, 2023 · 2 comments

Comments

@vanowm
Copy link

vanowm commented Dec 29, 2023

This is not a bug of the extension, but rather in VSCode itself: microsoft/vscode/issues/201603

When two extensions have this in package.json

  "contributes": {
    "configurationDefaults": {
      "editor.tokenColorCustomizations": {

and user settings doesn't have "editor.tokenColorCustomizations" saved, then one extension will override the other.
In my case Github Copilot overrides AutoIt-VSCode settings and I don't see any syntax highlighting in the output pane.

For now, we could possibly create a work around by merging that setting into user's config on startup.

loganch added a commit that referenced this issue Jan 3, 2024
@vanowm
Copy link
Author

vanowm commented Oct 25, 2024

Seems like this issue is back.
@sandy081 said it's supported, but I see no highlighting when copilot is enabled.

@vanowm
Copy link
Author

vanowm commented Oct 25, 2024

My current "fix" is disable both copilot and Ai, then enable first copilot, then Ai.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant