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 was archived by the owner on Sep 6, 2021. It is now read-only.
* languageIds - language ids array. Example: ["javascript", "css", "html"]. An empty array
129
-
* indicates all language ids.
128
+
* languageIds - language Ids array. Example: ["javascript", "css", "html"]. An empty array
129
+
* indicates all language IDs.
130
130
* done - called when quick open is complete. Plug-in should clear its internal state.
131
131
* search - takes a query string and a StringMatcher (the use of which is optional but can speed up your searches) and returns an array of strings that match the query.
132
132
* match - takes a query string and returns true if this plug-in wants to provide
0 commit comments