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
Currently, the extension ships curlconverter v3. We can’t upgrade because v4 uses top-level await statements, so it must be an ES module (ESM), but VS Code doesn’t support ES modules in extensions:
Currently, the extension ships curlconverter v3. We can’t upgrade because v4 uses top-level
await
statements, so it must be an ES module (ESM), but VS Code doesn’t support ES modules in extensions:electron/electron#21457
microsoft/vscode#201935 (released as VS Code 1.88)
The text was updated successfully, but these errors were encountered: