This extension is for easier to paste the url link on selected text in markdown file.
You can change the default shortcut to whatever you like by editing the Code > Preferences > Keyboard Shortcuts
(File > Preferences > Keyboard Shortcuts on Windows
):
[{ "key": "ctrl+alt+p", "command": "paste-url-md.pasteUrl" }]
Ensure that you've read through the extensions guidelines and follow the best practices for creating your extension.
- add
repository
inpackage.json
{
"repository": {
"type": "git",
"url": "https://github.com/npm/cli.git"
}
}