Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 555 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 555 Bytes

Synopsis

This is a server-side extension for Microsoft Visual Studio Team Services and Microsoft Team Foundation Server. The extension adds a simple "Copy Id" button to all work items in the web portal. The button will copy the Id(s) of the selected work item(s) to the user's clipboard.

screenshot

Motivation

For quicker sharing of a work item Id in Slack, etc.

Contributors

To build:

npm install
npm run build

The output vsix file will be placed into the /dist/ folder.

License

MIT, yo