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
+1, same problem here. I think it has something to do with the setting initialization but not sure. Here is a workaround at least making the plugin usable: editing ~/.jupyter/lab/user-settings/jupyterlab-code-snippets/snippets.jupyterlab-settings and manually add at least one snippet to the snippets key of the config. The edited file may look like:
{// Code Snippet Manager// jupyterlab-code-snippets:snippets// Code Snippet Manager Settings// *********************************// Font Size of Preview// Change the font size of preview to see its content"snippetPreviewFontSize": 3,// List of code snippets// A snippet is defined by a 'id', 'name', and 'language'"snippets": [{"name": "placeholder","description": "placeholder","language": "python","code": "nothing","id": 0,"tags": ["nothing"]}]}
Describe the bug
Add snippet by creating new or dragging, console raise an error:
The text was updated successfully, but these errors were encountered: