554 results found
-
Authorize GitHub for VS Code only on a specific repository and not all
I tryed to have my project on Github using the Soure Control (⌃⌘G) of IDX.
It looks easy and friendly but when it comes to authorizing VSC it doesn't let me select a specific repository instead it wants access all the organizations almost with full rights.
Would it be possible to select a specific repository to give authorization to?
Steps being in a workspace:
1. Source Control (⌃⌘G)
2. Initialize Repository
3. Commit
4. Publish Branch
5. The extension 'GitHub' wants to sign in using GitHub. (Allow)
6. Continue...The repository is within an organization that I own.
1 vote -
Use Cachix
I'm trying to use devenv.sh in IDX and it works. But without cachix the initialization takes forever and I can't enable Cachix, because I would need to set
trusted-users = root user
in the nix.conf, which is not possible.1 vote -
A UI for the dev.nix file
I believe that for IDX to go forward, you somehow need to create a UI for the dev.nix file, so that I can assemble the desired components, many people do not know nix or are familiar with it. I could, for example, choose if I want Angular, and which version of it, which version of the node I would use, so that I can build the desired model, but without using nix codes.
5 votes -
GitHub account management
Hi, if I checkout a github repo that is public, but that I own and want to make changes to, I am not prompted for my GitHub credentials and therefore don't have write permissions to the repo. Would be good to have proper GitHub account management included in the experience (not only when you start the project)
17 votes -
Incorrect notifications about extension installation
Installing extensions such as "Python", "Jupyter Notebook" causes an incorrect notification to pop-up showing "Try downloading manually" which is wrong as after a couple of seconds it gets installed correctly.
1 vote -
Option to run locally
Maintaining the ability to use one's own terminal, browser, and files.
3 votes -
Decrease loading on Initialisation
I am creating a new project it takes 5 mins to open the project. Please optimize the api behind loading of project.
2 votes -
Change the UI Design
Change the complete UI Design. It looks identical to MicroSoft VSCode.. Follow Google design language and make the UI look more advanced and futuristic.
3 votes -
Ability to saved custom made dev.nix configs for future projects
Since IDX is using nix files to configure an environment, it would probably be best for us to create and save these files and be able to import it into another/future project.
Specifically "imported from repos" and blank workspaces. That way we wouldn't have to recreate the file or save it in another place when you can just access it from IDX itself.
2 votes -
It's unavailable in Iran .
Please Make IDX Available In Iran .
3 votes -
Support Docker-in-Docker
IDX should support running Docker containers within the Docker container provided for the runtime, preferably by reusing the host's Docker daemon:
$ docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock hello-world docker: permission denied while trying to connect to the Docker daemon socket at unix:///var/run/docker.sock: Post "http://%2Fvar%2Frun%2Fdocker.sock/v1.24/containers/create": dial unix /var/run/docker.sock: connect: permission denied. $ sudo docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock hello-world docker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?. See 'docker run --help'.
versus on Codespaces:
…$ docker run -ti --rm -v /var/run/docker.sock:/var/run/docker.sock hello-world Hello from Docker! This message shows that your installation appears to
18 votes -
Support Jupyter Notebooks and Python/R
Adding support for Jupyter Notebooks and customized Python/R kernels will enable data scientists to develop data and machine learning projects easily in IDX.
20 votesThis is a great suggestion! We are going to investigate what support here can look like and follow-up with you further for more details.
-
Change the code automatically when I ask Gemini
Change the code automatically when I ask Gemini, not copy and paste or modify it myself, if I ask him to add it... he has control over the workspace
2 votes -
Support for user-specific config (user.nix) in addition to dev.nix
IDX now has project-specific
.idx/dev.nix
file, which configures the project-specific environment.I'd like to have a user-specific
user.nix
(or similar) file which would be applied on all of my own workspaces, which would not be shared to other people using my project.Use case: I author an open source project, which needs project level dependencies. These I'd put to
.idx/dev.nix
. I also have a ton of terminal and git aliases and configs that I'd like to have on my own projects, but which don't make sense in the context of my open source project.2 votes -
choosing branches
I need to pull a different branch from github :(
2 votes -
2 votes
-
Flutter Android Demo Testing Integration Easier?
Currently, I love Project IDX, but I still think it is a little hard to test out Android Apps built in Flutter and Firebase from the User Interface VS Android Studio.
Could this development experience be made a little bit easier; for something Flutter is famous for on "painting user interfaces for mobile applications?"
3 votes -
How do I use puppeteer in IDX?
When trying to use puppeteer https://pptr.dev/ in idx i cant figure out how to make it work
Please clarify how i can fix that
Thank You3 votes -
Add the "Microsoft" Extensions
We want Microsoft-made extensions to be present, such as support for TypeScript, Python, etc
3 votes -
1 vote
- Don't see your idea?