Add supported languages to package.json keywords and README#31
Merged
Conversation
Co-authored-by: tihonove <2770182+tihonove@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Update README and meta information about programming language support
Add supported languages to package.json keywords and README
Mar 19, 2026
tihonove
reviewed
Mar 19, 2026
|
|
||
| - 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. |
| ## 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. |
Owner
There was a problem hiding this comment.
А тут я бы хотел список виделть в булетами, а н просто перечислениее, нужно болльше акцента на этом месте
Contributor
Author
There was a problem hiding this comment.
Changed to a bullet list in commit 007182f:
Successfully tested on the following languages:
- C
- C#
- Go
- Java
- JavaScript
- PHP
- Python
- Ruby
- Rust
Co-authored-by: tihonove <2770182+tihonove@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The extension lacked language metadata in
package.jsonand the README only mentioned C# and JavaScript as tested languages, despite the codebase having tokenizer tests for 9 languages.Changes
package.json: Addedkeywordsfield listing all supported languages for VS Code Marketplace discoverability:README.md: Updated the Troubleshooting section to display the tested languages as a bullet list for better visual emphasis. The Features section retains its original "Supports any programming language" wording.Supported language list derived from existing test coverage in
src/test/.Original prompt
📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.