diff --git a/README.md b/README.md index c271c2b..975495d 100644 --- a/README.md +++ b/README.md @@ -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# and JavaScript projects, but it should work well with any stack traces that contain file paths resembling source code. + +Successfully tested on the following languages: + +- C +- C# +- Go +- Java +- JavaScript +- PHP +- Python +- Ruby +- Rust ## 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",