We would like to add a custom URI tool link that opens vscode to the script directory ``` TOOL OPEN_IN_VSCODE "Open in VSCode" URL vscode://vscode-remote/ssh-remote+.................... WINDOW NEW ``` During plugin install it throws this error `RuntimeError : URL must be a full URL (http://domain.com/path) or a relative path (/path)` Is it possible to use custom URI for tool URL?