From 332b1f9a993ffa06f1e5e75ab63ef2982f5e7aef Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:31:56 +0000 Subject: [PATCH 1/3] Initial plan From 070299489b95f3861e15157757fc5840ef484656 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:34:16 +0000 Subject: [PATCH 2/3] Update README and package.json with supported programming languages Co-authored-by: tihonove <2770182+tihonove@users.noreply.github.com> --- README.md | 4 ++-- package.json | 13 +++++++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c271c2b..62a8570 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Stack trace analyzer - Easy way to analyze stack traces from any language and so - Analyze stack traces from clipboard with a single command. - Automatically highlights and links file paths and line numbers in stack traces. -- Supports any programming language as it uses the built-in index. +- Supports stack traces from the following programming languages: C, C#, Go, Java, JavaScript, PHP, Python, Ruby, Rust. - Handles stack traces even if paths partially do not match (e.g., due to CI builds). ## Commands @@ -27,7 +27,7 @@ Stack trace analyzer - Easy way to analyze stack traces from any language and so ## Troubleshooting If your stack trace is not working, please open an issue on [GitHub](https://github.com/tihonove/vscode-stack-trace-analyzer/issues). -Successfully tested on C# and JavaScript projects, but it should work well with any stack traces that contain file paths resembling source code. +Successfully tested on C, C#, Go, Java, JavaScript, PHP, Python, Ruby, and Rust projects. ## License diff --git a/package.json b/package.json index bc5598b..66be305 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,19 @@ "categories": [ "Programming Languages" ], + "keywords": [ + "stack trace", + "stack trace analyzer", + "C", + "C#", + "Go", + "Java", + "JavaScript", + "PHP", + "Python", + "Ruby", + "Rust" + ], "icon": "./logo.png", "activationEvents": [], "main": "./out/extension.js", From 007182f2a1f99a6c66b70545d3a80fcd94e58ef0 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 19 Mar 2026 11:40:17 +0000 Subject: [PATCH 3/3] Address review: revert features line, use bullet list in troubleshooting Co-authored-by: tihonove <2770182+tihonove@users.noreply.github.com> --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 62a8570..975495d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Stack trace analyzer - Easy way to analyze stack traces from any language and so - Analyze stack traces from clipboard with a single command. - Automatically highlights and links file paths and line numbers in stack traces. -- Supports stack traces from the following programming languages: C, C#, Go, Java, JavaScript, PHP, Python, Ruby, Rust. +- Supports any programming language as it uses the built-in index. - Handles stack traces even if paths partially do not match (e.g., due to CI builds). ## Commands @@ -27,7 +27,18 @@ Stack trace analyzer - Easy way to analyze stack traces from any language and so ## Troubleshooting If your stack trace is not working, please open an issue on [GitHub](https://github.com/tihonove/vscode-stack-trace-analyzer/issues). -Successfully tested on C, C#, Go, Java, JavaScript, PHP, Python, Ruby, and Rust projects. + +Successfully tested on the following languages: + +- C +- C# +- Go +- Java +- JavaScript +- PHP +- Python +- Ruby +- Rust ## License