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
And found a little LSP bug: the preact in // @jsxImportSource preact is highlighted, but this pragma is only supported in a multi line comment (/** @jsxImportSource preact */).
The text was updated successfully, but these errors were encountered:
kitsonk
changed the title
And found a little LSP bug: the preact in // @jsxImportSource preact is highlighted, this pragma is only supported in a multi line comment (/** @jsxImportSource preact */).@jsxImportSource only valid on multi-line comments
Nov 8, 2021
And found a little LSP bug: the
preact
in// @jsxImportSource preact
is highlighted, but this pragma is only supported in a multi line comment (/** @jsxImportSource preact */
).Originally posted by @lucacasonato in denoland/deno#12631 (comment)
The text was updated successfully, but these errors were encountered: