Inspired by GitHub extension for Visual Studio, this extension provide the feature that Go To current file's online link in browser and Copy the link in clipboard.
Features
Go to the online link of current file.
Copy the online link of current file.
Usage
Set default remote source
Workspace Level: add gitlink.defaultRemote: "<your_default_remote_source>" in .vscode/settings.json under the root of your workspace.
Global Level: toggle the preference of vscode, and add gitlink.defaultRemote: "<your_default_remote_source>" in User Settings.