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
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
We've determined that you are currently using an unofficial build or distribution of Atom. Often these customized versions of Atom are modified versions of the Stable branch of Atom with mismatched versions of built-in components. These updated components are taken from the Beta channel or master branch and then injected into the Stable version and a new Atom package is generated. Because of the way Atom is constructed, using these mismatched components can cause mysterious and hard-to-diagnose problems. You can find out more about why we chose to not support unofficial distributions here.
You can find instructions for installing an official version of Atom in the Flight Manual. If you are still seeing this problem on an official build please file a new issue, thanks!
Prerequisites
Description
After adding a snippet for Github-flavoured Markdown, it doesn't show up when I check for Snippets:Available
Steps to Reproduce
'.gfm.source':
'bold text':
'prefix': 'b'
'body': '**$1**$0'
Snippets: Available
Expected behavior:
b: bold text
should be displayed as an available snippetActual behavior:
Nothing is displayed.
Reproduces how often:
Always
Versions
1.38.2 x64 on Ubuntu
Additional Information
I have tried using the scopes
.source.gfm
,.text.md
,.source.md
, all to no avail.The text was updated successfully, but these errors were encountered: