https://github.com/ghostdevv/gnome-shell-extension-gitpod
https://github.com/ghostdevv/gnome-shell-extension-gitpod
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ghostdevv/gnome-shell-extension-gitpod
- Owner: ghostdevv
- License: mit
- Archived: true
- Created: 2023-11-16T16:23:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-11-17T02:23:28.000Z (over 2 years ago)
- Last Synced: 2024-12-21T17:44:37.182Z (about 1 year ago)
- Language: TypeScript
- Size: 28.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gitpod Gnome Extension
A work in progress gnome extension for Gitpod. Please [submit ideas/bugs here](https://github.com/ghostdevv/gnome-shell-extension-gitpod/issues/new)
## Running
I will try and make this work in Gitpod with VNC soon, but for now you can run this locally. You'll need Node 18+ and pnpm.
```bash
# Get Started
pnpm install
# Build
pnpm build
# Install the extension
gnome-extensions install --force dist/gitpod@willow.sh.zip
gnome-extensions enable gitpod@willow.sh
```
You'll probably need to log out/in after every change, I've been doing this in a Gnome Nightly OS VM via [Gnome Boxes](https://help.gnome.org/users/gnome-boxes/stable/)