vslite icon indicating copy to clipboard operation
vslite copied to clipboard

More than Monaco, less than VSCode

Results 15 vslite issues
Sort by recently updated
recently updated
newest added

Just lost 10 minutes of notes... grrr I don't love the way CloudFlow does it... StackBlitz does it better. We should at least show a popup when there are unsaved...

bug

- [x] Refactor WebContainer filesystem crawling (use [chokidar](https://github.com/paulmillr/chokidar)?) - [ ] Fix visuals (top cutoff in PWA scenarios, spacing is off, etc.) - [x] Add [file icons](https://github.com/file-icons/vscode/tree/master/icons) (parse VSCode icon...

enhancement

Proposed solution to #7 ![Screenshot 2023-06-15 21 09 57](https://github.com/kat-tax/vslite/assets/876076/d703cce5-f100-4f12-8b19-db1ed5e216fd)

This is a proposal how to get secrets working 1. In localStorage keep a JSON document with the following: ```yaml - '^github.com/kat-tax/.*': - OPENAI_KEY: '...' - TWILIO_KEY: '...' - '^gitlab.com/':...

enhancement

hello im trying to implement the g4c it clones and commit correctly but in the push it says that its forbidden ![image](https://github.com/kat-tax/vslite/assets/92749006/d4f5be0c-4e8b-4c63-97bf-71f7eccbbfce) i confused how we can set up the...