-
Notifications
You must be signed in to change notification settings - Fork 344
Add Anjali.clipboard-history #998
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Anjali.clipboard-history #998
Conversation
ae6e9c0
to
91d794a
Compare
91d794a
to
61175eb
Compare
Hi @filiptronicek, if you find some time, I’d be grateful for your attention here. |
Hi @mgerasimchuk, I think it would make sense to publish this extension one-time manually if we can get it to build fine. Do you have information about whether the extension still works 8 years after it being published? If so, I'll take a look at publishing. |
Hi @filiptronicek, thank you for taking a look at this. ![]() ![]() |
@mgerasimchuk could you share the compilation steps? I tried compiling it from the
|
@filiptronicek sure, here it is: ➜ /tmp git clone https://github.com/aefernandes/vscode-clipboard-history-extension.git
Cloning into 'vscode-clipboard-history-extension'...
remote: Enumerating objects: 97, done.
remote: Total 97 (delta 0), reused 0 (delta 0), pack-reused 97 (from 1)
Receiving objects: 100% (97/97), 90.16 KiB | 789.00 KiB/s, done.
Resolving deltas: 100% (44/44), done.
➜ /tmp cd vscode-clipboard-history-extension
➜ vscode-clipboard-history-extension git:(master) npm install
➜ vscode-clipboard-history-extension git:(master) ✗ npm i -D typescript@latest @types/node@latest
➜ vscode-clipboard-history-extension git:(master) ✗ npx vsce package
Executing prepublish script 'npm run vscode:prepublish'...
> clipboard-history@1.0.6 vscode:prepublish
> tsc -p ./
DONE Packaged: /tmp/vscode-clipboard-history-extension/clipboard-history-1.0.6.vsix (11 files, 79.59KB)
➜ vscode-clipboard-history-extension git:(master) ✗ code-server --install-extension clipboard-history-1.0.6.vsix the error that you mentioned solves by installing this one:
|
https://github.com/EclipseFdn/publish-extensions/actions/runs/18372406413/job/52338495222:
Please check it out and let me know if something's off |
@filiptronicek I've checked, all works perfect, thank you so much |
Description
This PR introduces auto-publishing the Clipboard History (source) extension.