Skip to content

Commit a088002

Browse files
committed
Enhance Kotlin's notes
1 parent b10c1ab commit a088002

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/extension/runSettingsCommands.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ const recommendedExtensions: Record<string, string> = {
250250
PyPy: "ms-python.python",
251251
Java: "redhat.java",
252252
Go: "golang.go",
253+
Haskell: "haskell.haskell",
253254
};
254255

255256
// extensions recommended specifically for debugging support
@@ -270,7 +271,7 @@ const languageDebugNotes: Record<string, string> = {
270271
"C++ (Clang)": getGdbPrettyPrintersNote("C++"),
271272
Rust: getGdbPrettyPrintersNote("Rust"),
272273
Kotlin:
273-
"Breakpoints are ignored with attachment for some reason, which is why there is no debug configuration. This should be temporary... Sorry!",
274+
"Kotlin breakpoints are ignored with attachment for some reason, which is why there is temporarily no debug configuration. Sorry!",
274275
};
275276

276277
function getDefaultTemplatesPreview(): Record<string, object> {

0 commit comments

Comments
 (0)