You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
and user settings doesn't have
"editor.tokenColorCustomizations"
saved, then one extension will override the other.In my case
Github Copilot
overridesAutoIt-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.
The text was updated successfully, but these errors were encountered: