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
Currently, "VSCode-like" snippets require a package.json file to be in the snippets' directory.
However, LuaSnip should also accept package.jsonc instead as it is sometimes practical to add comments, and for consistency (as it already accepts jsonc for snippets definition).
The text was updated successfully, but these errors were encountered:
Currently, "VSCode-like" snippets require a
package.json
file to be in the snippets' directory.However, LuaSnip should also accept
package.jsonc
instead as it is sometimes practical to add comments, and for consistency (as it already accepts jsonc for snippets definition).The text was updated successfully, but these errors were encountered: