We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17a1678 commit 56faa75Copy full SHA for 56faa75
README.md
@@ -73,6 +73,10 @@ vizviewer ./
73
vizviewer --use_external_processor result.json
74
```
75
76
+A [VS Code Extension](https://marketplace.visualstudio.com/items?itemName=gaogaotiantian.viztracer-vscode)
77
+is available to make your life even easier. You can open the corresponding source file in
78
+VS Code from the trace report with the extension.
79
+
80
<details>
81
82
<summary>
src/viztracer/__init__.py
@@ -1,7 +1,7 @@
1
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
2
# For details: https://github.com/gaogaotiantian/viztracer/blob/master/NOTICE.txt
3
4
-__version__ = "0.16.0"
+__version__ = "0.16.1"
5
6
7
from .cellmagic import load_ipython_extension
0 commit comments