89 results found
-
support home-manager for configuring the workspace
home-manager may be a better fit for configuring the workspace than the current bespoke packages/env variables in dev.nix.
In addition to just providing support for adding packages to the environment, it includes easy configuration for a number of common software packages. For instance, I needed to enable the
nix shell
command. With home-manager, I could have setnix.settings.extra-experimental-features = "nix-command flakes repl-flake"
, but instead I needed to set an environment variable by hand:
env = {
NIX_USER_CONF_FILES = pkgs.writeText "nix.conf" ''
extra-experimental-features = nix-command flakes repl-flake
'';
};
I got lucky in that Nix can be configured from an…
1 vote -
Let me run Cypress
Cypress is a popular UI automation testing tool for web, and I would like to run it within an IDX project!
This is the error I get when trying to run a Cypress test:
"Your system is missing the dependency: Xvfb"
3 votes -
Support SSH Session for Remote CLI
Intergrated terminal lacks functionality\ies of a local terminal. Can we add support for its SSH session? Maybe a documentation on how to do that would be helpful :)
65 votes -
Tailscale integration
Provide a seamless integration with Tailscale so that the VM can be added as an ephemeral node on the user's tailnet and get access to private resources, such as a database or private Git server.
6 votes -
14 votes
-
3 votes
-
Copy and paste across projects
It will be great if we could copy a file from one project and paste it in a different project (in another tab)
134 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.
16 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.
-
Global Installation of Common Build Tools
Various scripts in a project may require build tools like pnpm, npm, gacutil, etc. to be present globally to help build and run the code in your project. Today, Project IDX doesn’t support global installations.
1 vote
- Don't see your idea?