Skip to content

Commit 03ed9c7

Browse files
Fix metals extension
1 parent a43f73f commit 03ed9c7

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"files.watcherExclude": {
3+
"**/target": true
4+
}
5+
}

flake.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
{
4444
default = pkgs.mkShellNoCC {
4545
packages = with pkgs; [
46+
jdk21
4647
scala
4748
sbt
4849
coursier

0 commit comments

Comments
 (0)