Skip to content

Add supported languages to package.json keywords and README#31

Merged
tihonove merged 3 commits into
mainfrom
copilot/update-readme-meta-info
Mar 19, 2026
Merged

Add supported languages to package.json keywords and README#31
tihonove merged 3 commits into
mainfrom
copilot/update-readme-meta-info

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 19, 2026

The extension lacked language metadata in package.json and the README only mentioned C# and JavaScript as tested languages, despite the codebase having tokenizer tests for 9 languages.

Changes

  • package.json: Added keywords field listing all supported languages for VS Code Marketplace discoverability:
    "keywords": ["stack trace", "stack trace analyzer", "C", "C#", "Go", "Java", "JavaScript", "PHP", "Python", "Ruby", "Rust"]
  • 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

This section details on the original issue you should resolve

<issue_title>Обновить Readme и метаинформацию про поддержку языков программрования</issue_title>
<issue_description>нужно добавить тего в package json про языки программирования. А также изменить ридми перечислия языки которые мы поддержали</issue_description>

Comments on the Issue (you are @copilot in this section)


📍 Connect Copilot coding agent with Jira, Azure Boards or Linear to delegate work to Copilot in one click without leaving your project management tool.

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
Copilot AI requested a review from tihonove March 19, 2026 11:35
Comment thread README.md

- 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.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@copilot оставь тут как было, так то он должен со всеми работать

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted to the original text in commit 007182f.

Comment thread README.md
## 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.
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

А тут я бы хотел список виделть в булетами, а н просто перечислениее, нужно болльше акцента на этом месте

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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>
Copilot AI requested a review from tihonove March 19, 2026 11:40
@tihonove tihonove marked this pull request as ready for review March 19, 2026 11:43
@tihonove tihonove merged commit f429cbf into main Mar 19, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Обновить Readme и метаинформацию про поддержку языков программрования

2 participants