1
0

Merge branch 'master' into babel

This commit is contained in:
2025-10-22 08:16:59 +02:00
2 changed files with 7 additions and 2 deletions

View File

@@ -13,6 +13,11 @@
"command": "bash-language-server",
"args": ["start"],
"filetypes": ["sh","bash"]
},
"golang": {
"command": "gopls",
"rootPatterns": ["go.mod"],
"filetypes": ["go"]
}
}
}