Here's a list of URL schemes I've found:
vscode://file/{full-path-to-project}/
vscode://file/c:/myProject/
vscode://file/{full-path-to-file}
vscode://file/c:/myProject/package.json
vscode://file/{full-path-to-file}:{line}:{column}
vscode://file/c:/myProject/package.json:5:10
vscode://settings/{setting-id}
vscode://settings/editor.wordWrap
Inspect: Try installing any extension from Visual Studio Marketplace
vscode:extension/{extension-id}
vscode:extension/ms-vscode.cpptools
Ref: @Yariv Tal's answer
vscode://{extension-id}/...
vscode://vscode.git/clone?url=https://github.com/microsoft/vscode.git