We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
getUserSnippetsPath
1 parent 295285a commit 6dbe2b1Copy full SHA for 6dbe2b1
lib/snippets.coffee
@@ -514,6 +514,7 @@ module.exports =
514
insertSnippet: @insert.bind(this)
515
snippetsForScopes: @parsedSnippetsForScopes.bind(this)
516
getUnparsedSnippets: @getUnparsedSnippets.bind(this)
517
+ getUserSnippetsPath: @getUserSnippetsPath.bind(this)
518
519
onUndoOrRedo: (editor, isUndo) ->
520
activeExpansions = @getExpansions(editor)
0 commit comments