You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Linux hostname 5.15.0-130-generic #140~20.04.1-Ubuntu SMP Wed Dec 18 21:35:34 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
the Remote-ssh extension 0.118.0.
Viztracer VSC extension 0.3.0
In the Python environment of the project I would like to use VizTracer on, I installed:
viztracer==1.0.3
I ran viztracer myron.py
and have the results.json file.
Now, when I right click on results.json and click on View with VizTracer, VSC shows a window in the bottom right corner, saying Please install VizTracer to view the report (see screenshot).
Doe the error depend on the fact I am working remotely? If it can work, are there instructions to set it up?
The text was updated successfully, but these errors were encountered:
The VSCode plugin of VizTracer relies on the VSCode Python environment - note it's not the environment of your terminal. On your bottom-right corner of VSCode, there should be a python version VSCode uses for its Python extension - make sure that matches your working environment.
Preliminaries:
Working with
Commit: ddc367ed5c8936efe395cffeec279b04ffd7db78
Date: 2025-03-12T13:32:45.399Z
Electron: 34.2.0
ElectronBuildId: 11161602
Chromium: 132.0.6834.196
Node.js: 20.18.2
V8: 13.2.152.36-electron.0
OS: Darwin x64 24.3.0
on a remote linux server
Linux hostname 5.15.0-130-generic #140~20.04.1-Ubuntu SMP Wed Dec 18 21:35:34 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
the Remote-ssh extension 0.118.0.
Viztracer VSC extension 0.3.0
In the Python environment of the project I would like to use VizTracer on, I installed:
viztracer==1.0.3
I ran
viztracer myron.py
and have the
results.json
file.Now, when I right click on
results.json
and click onView with VizTracer
, VSC shows a window in the bottom right corner, sayingPlease install VizTracer to view the report
(see screenshot).Doe the error depend on the fact I am working remotely? If it can work, are there instructions to set it up?
The text was updated successfully, but these errors were encountered: