Skip to content

Commit e94b3a0

Browse files
committed
More extension recommendation
Fixes #126
1 parent 60eaab4 commit e94b3a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/extension/runSettingsCommands.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,11 @@ const recommendedExtensions: Record<string, string> = {
247247
PyPy: "ms-python.python",
248248
Java: "redhat.java",
249249
Go: "golang.go",
250+
Rust: "rust-lang.rust-analyzer",
250251
Haskell: "haskell.haskell",
251252
Kotlin: "JetBrains.kotlin",
253+
Ruby: "castwide.solargraph",
254+
"C#": "ms-dotnettools.csharp",
252255
};
253256

254257
// extensions recommended specifically for debugging support

0 commit comments

Comments
 (0)