Skip to content

Commit

Permalink
Sync IDX with flutter/website (#6193)
Browse files Browse the repository at this point in the history
Install Flutter and Dart extension when the workspace is created
  • Loading branch information
rodydavis authored Nov 5, 2024
1 parent 5900c44 commit 50015fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .idx/dev.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,16 @@
# Use https://search.nixos.org/packages to find packages
packages = [
pkgs.nodejs_22
pkgs.nodePackages.pnpm
pkgs.pnpm
];

# Sets environment variables in the workspace
env = {};
idx = {
# Search for the extensions you want on https://open-vsx.org/ and use "publisher.id"
extensions = [
# "vscodevim.vim"
"Dart-Code.flutter"
"Dart-Code.dart-code"
];

# Enable previews
Expand Down

0 comments on commit 50015fd

Please sign in to comment.