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
The above context menu was opened from a non-clojure file (.txt). We should use when clauses in the package.json menu contributions to not show these commands when the editor lang is not Clojure.
The above context menu was opened from a non-clojure file (.txt). We should use
when
clauses in the package.json menu contributions to not show these commands when the editor lang is not Clojure.https://code.visualstudio.com/api/references/contribution-points#contributes.menus
See the docs for the difference in
when
andenablement
.The text was updated successfully, but these errors were encountered: