Skip to content

Commit

Permalink
Fix problem with vscode terminal with option key
Browse files Browse the repository at this point in the history
  • Loading branch information
francishamel committed Aug 9, 2024
1 parent 4d17657 commit 391a35e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions home-manager/modules/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
"phoenix-heex" = "html";
};
"telemetry.telemetryLevel" = "off";
"terminal.integrated.macOptionIsMeta" = true;
"workbench.colorTheme" = "Nord";
"workbench.iconTheme" = "material-icon-theme";
"workbench.startupEditor" = "none";
Expand Down

0 comments on commit 391a35e

Please sign in to comment.