3 results found
-
Multi Screen IDE
Not sure If this is possible even with PWA but it if it it would be amazing if I could work on my project on multiple displays. Maybe a button that opens another tab/window and a drag and drop to a spot that moves it to the other "display".
133 votesWe updated to the latest version of CodeOSS that now gives us this capability, so try out IDX and enjoy multi-screen goodness!
-
7 votes
This capability should work already. If you are running into issues or have suggestions on how we can make the experience better, please do let us know.
-
Bootstrap git config with user profile information
Since IDX is a batteries included approach to a hosted IDE, I think it would be really helpful to seed the vm with user.name and user.email settings. This would allow an authenticated git user to make a commit without needing to drop to the terminal for manual configuration and one less visit to a msft site to troubleshoot.
git config --global user.name "John Doe" git config --global user.email johndoe@example.com
3 votesThis should now be fixed! Please let us know if you are still seeing issues relating to this change by filing a bug in Buganizer!
- Don't see your idea?