We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We are replacing flawed settings to improve user experience. Here are the changes since version 3.5.0.
All keys are under the markdown.extension section.
markdown.extension
Each key here is superseded by one or more new keys.
syntax.decorations
theming.decoration
See the VS Code Docs for the details of scope.
theming.decoration.renderCodeSpan
application
theming.decoration.renderHardLineBreak
theming.decoration.renderLink
theming.decoration.renderParagraph
theming.decoration.renderStrikethrough
theming.decoration.renderTrailingSpace
Please check src/configuration/KnownKey.ts.
src/configuration/KnownKey.ts
The text was updated successfully, but these errors were encountered:
yzhang-gh
Lemmingh
No branches or pull requests
We are replacing flawed settings to improve user experience. Here are the changes since version 3.5.0.
All keys are under the
markdown.extension
section.Obsolete
Each key here is superseded by one or more new keys.
syntax.decorations
theming.decoration
keysNew
See the VS Code Docs for the details of scope.
theming.decoration.renderCodeSpan
application
theming.decoration.renderHardLineBreak
application
theming.decoration.renderLink
application
theming.decoration.renderParagraph
application
theming.decoration.renderStrikethrough
application
theming.decoration.renderTrailingSpace
application
What's next
Please check
src/configuration/KnownKey.ts
.Definitions
The text was updated successfully, but these errors were encountered: