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

Don't apply a language config to the output window #391

Conversation

itowlson
Copy link
Collaborator

We applied a language setting to the output window's MIME type in order to colourise headers for output printed to that window (#28). Unfortunately, this hijacks the language away from the VS Code Log 'language', resulting in the default linkifier not running on stuff in the output window. This means that when, say, test runners output line references to the output window, those references cease to be linkified (#389).

Losing links in test runs is worse than having to grovel for command headers in k8s output, so let's remove the colourisation.

@itowlson
Copy link
Collaborator Author

Fixes #389.

@itowlson itowlson force-pushed the dont-trample-on-output-configuration branch from 27fc823 to 7b83d6d Compare October 25, 2018 19:10
@bnookala bnookala merged commit 405149d into vscode-kubernetes-tools:master Nov 1, 2018
bnookala pushed a commit to brendandburns/vscode-kubernetes-tools that referenced this pull request Dec 13, 2018
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

Successfully merging this pull request may close these issues.

None yet

2 participants