Skip to content

Settings and activity

3 results found

  1. 8 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    1 comment  ·  General » Other  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    Mike Nimer supported this idea  · 
  2. 118 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    11 comments  ·  General » UI / UX  ·  Admin →
    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Mike Nimer commented  · 

    +1 flutter desktop

    Mike Nimer supported this idea  · 
  3. 90 votes

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)

    We’ll send you updates on this idea

    How important is this to you?

    We're glad you're here

    Please sign in to leave feedback

    Signed in as (Sign out)
    An error occurred while saving the comment
    Mike Nimer commented  · 

    I've got it working this way, create a blank project and add this to your dev.nix file

    ```
    packages = [
    pkgs.jdk21
    pkgs.maven
    pkgs.google-cloud-sdk
    # pkgs.terraform
    ];
    # search for the extension on https://open-vsx.org/ and use "publisher.id"
    idx.extensions = [
    "vscjava.vscode-java-pack"
    ];
    ```