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
Perhaps I'm looking in the wrong place, but in VSCode (using the Svelte extension - v108.1.0) I'm getting a warning when I use Intl.supportedValuesOf stating that supportedValuesOf it is not part of Intl.
I made sure to set VSCode's Typescript support to ESNext, but that doesn't seem to make any difference. A similar issue was reported to VSCode's team, but they said it was the responsibility of the extension owner.
I so I guess my question is, has anyone run into this issue and is the right place to fix this at the Svelte VSCode extension? Any tips on how to make the warning go away?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Perhaps I'm looking in the wrong place, but in VSCode (using the Svelte extension - v108.1.0) I'm getting a warning when I use
Intl.supportedValuesOf
stating thatsupportedValuesOf
it is not part ofIntl
.This feature is fully supported by all major browsers.
I made sure to set VSCode's Typescript support to ESNext, but that doesn't seem to make any difference. A similar issue was reported to VSCode's team, but they said it was the responsibility of the extension owner.
I so I guess my question is, has anyone run into this issue and is the right place to fix this at the Svelte VSCode extension? Any tips on how to make the warning go away?
Beta Was this translation helpful? Give feedback.
All reactions