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
It's getting pretty ugly handling http differently because it's built in. For example we expose setHypertextLinkHandler and setHypertextValidationCallback and need a setWillLinkActivate in order to fix microsoft/vscode#41415. It would be better if http was just another link handler but was nicely packaged in an addon.
The text was updated successfully, but these errors were encountered:
It's getting pretty ugly handling http differently because it's built in. For example we expose
setHypertextLinkHandler
andsetHypertextValidationCallback
and need asetWillLinkActivate
in order to fix microsoft/vscode#41415. It would be better if http was just another link handler but was nicely packaged in an addon.The text was updated successfully, but these errors were encountered: