Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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


Successfully tested on the following languages:

- C
- C#
- Go
- Java
- JavaScript
- PHP
- Python
- Ruby
- Rust

## License

Expand Down
13 changes: 13 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Loading