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
btw, setting markupCompletionsEnabled and emojiDecoratorsEnabled to be false by default for programming languages would be great because the markup will not be valid syntax in programming languages.
The text was updated successfully, but these errors were encountered:
showOnColon
is great for text, such as markdown, git commit, and plaintext.But for programming languages, it could be too intrusive. (e.g. JavaScript/TypeScript ternary operator, CSS, etc).
So it would be great if we can do this:
or
btw, setting
markupCompletionsEnabled
andemojiDecoratorsEnabled
to be false by default for programming languages would be great because the markup will not be valid syntax in programming languages.The text was updated successfully, but these errors were encountered: