Improve VSCode color theme support#59
Merged
Ebedthan merged 5 commits intobioSyntax:masterfrom Jul 29, 2021
Merged
Conversation
Visual Studio code extensions use different dependencies than when this extension was first created. All of these changes simply bring the extension up-to-date with current practices.
Contributor
|
Great @MillironX , I'll review the PR tonight. Thanks again! |
Ebedthan
approved these changes
Jul 29, 2021
Contributor
There was a problem hiding this comment.
Everything seems to be fine! Great first contribution @MillironX .
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a direct fix for #50.
BioSyntax.nonBioTheme. The extension will revert the editor's color theme to match that setting upon switching away from a BioSyntax-compatible document.BioSyntax.autoSwitchThemetofalse, while retaining the background coloring provided by the extension's scripts.A known issue with these updates is that VSCode must be restarted for any settings changes to be reflected.
In order to compile the extension on my machine, several dependencies and structural elements have also been changed. These potentially fix #49.