Skip to content

Commit

Permalink
add java vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
uku3lig committed Dec 25, 2023
1 parent 6ff81c6 commit 23b1e23
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions programs/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@
# donjayamanne.python-environment-manager
ms-python.python
ms-python.vscode-pylance

# java
redhat.java
];

userSettings = {
Expand All @@ -58,6 +61,7 @@
"terminal.integrated.fontFamily" = "Iosevka Nerd Font";
"workbench.colorTheme" = "Catppuccin Mocha";
"errorLens.messageBackgroundMode" = "message";
"java.jdt.ls.java.home" = "${pkgs.jdk17}/lib/openjdk";

# fix for segfault on hyprland
"window.titleBarStyle" = "custom";
Expand Down

0 comments on commit 23b1e23

Please sign in to comment.