Relative Content

Tag Archive for visual-studio-codevscode-extensions

Synchronize VSCode windows processes

I’m working on an extension that periodically makes requests to an HTTP API. If several VSCode windows are open, they all seem to make such requests which is not optimal.

VS Code Extension: Working File Link in output panel

In VS Code output panel, writing a URL with http(s):// can be detected as a link. Of course file links (the file_name.ext:line_number:column format) can be detected in terminal. Is it possible to file link to be detected in output panel, too?