blob: 93b446bbc18f61b9558e1e79a443c51774db4deb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# kopy-io-plugin
Kopy.io Plugin is an unofficial plugin for VSCode of kopy.io by ActiveState. kopy.io is an online pastebin site.
NOTE: This is not an official plugin of kopy.io
## Features
Instant kopy-pasting.
You can either open the kopied url/ Copy the url to your clipboard.
## Requirements
This plugin utilizes node.js library called "node-copy-paste" for Clipboard functionality. Some linux system needs additional software to allow clipboard access like xclip in linux and clip in windows. If you are experience any issues regarding clipboard please go through "node-copy-paste" github page.
## Release Notes
### 0.1.0
Initial Release
|