493 results found
-
3 votes
-
Blank template needs to be a lot more... blank
I was really surprised how much content is included in the blank template. I can get behind having the html file, JS, and CSS, but they should actually be empty, or mostly empty. The HTML file can have a base skeleton (html, head, body, that's it), but the JS and CSS files should be empty. I'm having to remove a lot to get to a 'proper' blank.
3 votes -
IDX: Pull to reveal terminal
VS code provides this feature where you can pull from the bottom to reveal the terminal
3 votes -
Sample nix environment templates
Nix is new to lots of folks - and it's a bit hard to know where to start.
Include some sample templates, or a master template with a bunch of packages (commented out) that the user can start with.
3 votes -
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…
2 votes -
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 -
Ease boilerplate with tools such a mason, riverpod and perhaps very good cli and firebase cli
Easier integration with
* mason
* riverpod
* flavors3 votesThanks for this feedback! We do want to provide better support for custom predefined environments, and our Nix extensibility work may get us quite far here. Please try it out if you haven't and let us know if there is more we need to do.
-
Constant loading when importing repo & loading workspace
I am using a new computer when I logged in the your workspace section continually has a loading wheel and no workspaces appear. I also have tried adding my repository again but it loads endlessly. It means I can't use the application at all for this repo.
2 votes -
Easy way to start a new project
Once you get into a project, there's no clear way to start a new one from scratch.
2 votes -
Larger more User Friendly Base Text Setting
My suggestion is a larger base text size that is more friendly to the broader public. The IDX base text setting appears to be scaled down. Although this can be adjusted, my initial entry into the application was less pleasant due to how small the text was compared to my usual Visual Studio Code dev environment.
2 votes -
Less restrictive terminal
I need to be able to install linux apps like Aptos CLI and other tools. Not possible with how restrictive terminal is. Would prefer to see full access to ubuntu or Debian or similar.
2 votes -
1 vote
-
Build direct CI/CD
I would love It if the platform enables me to develop and test my code seamlessly and enable me to deploy to different cloud services seamlessly.
2 votes -
shadcn/ui not supported?
I tried adding shadcn/ui to my nextjs/typescript/tailwind project. It gives me an unfamiliar error. Maybe its because of the way shadcn components are designed.
npm ERR! code ENOENT
npm ERR! syscall lstat
npm ERR! path /home/user/.globalmodules
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, lstat '/home/user/.globalmodules'
npm ERR! enoent This is related to npm not being able to find a file.
npm ERR! enoentnpm ERR! A complete log of this run can be found in: /home/user/.npm/logs/2023-08-17T181654062Z-debug-0.log
2 votes -
1 vote
-
Collaboratory notebook connection as back-end
It will be awesome to access Collaboratory computing infrastructure as a back-end in a easy to manage connector, specially to build small scale Data/ML projects.
2 votes -
Page for shortcuts
Having a dedicated page to look after all the available shortcuts like a cheat sheet will be very helpful to improve productivity for example in the case of Flutter listing down all the supported shortcuts in a single page eg
- stful - Create StatefulWidget 2.stless - Create StatelessWidget
etc
2 votes -
cloudbuild.yaml and app.yaml files should get a Google Cloud icon
cloudbuild.yaml is Cloud Build config file
app.yaml is App Engine config file2 votes -
Making the app installable
could be a PWA (not necessarily a system installable application). that way i don't have to see my search bar every single time
it feels different when you're using it as a standalone application (like vs code) and not a web page
2 votes -
Add support for hugo under "Web App"
Add support for hugo under Web App
2 votes
- Don't see your idea?