haochengxia / vscode-pydata-viewer

Display PyData files (.npz .npy .pkl .pth) in VSCode.
https://marketplace.visualstudio.com/items?itemName=Percy.vscode-pydata-viewer
MIT License
14 stars 8 forks source link

Crashes Visual Studio Code when infile search box is active and trying to switch between 2 pkl file #24

Open paradoxnafi opened 3 months ago

paradoxnafi commented 3 months ago

I was reading contents of some .pkl file. They open in read only mode. When I search for a word in one .pkl file, keep the search box open and view another .pkl file, all Visual studio code instances crash. I did not had any crash issue with vscode before installing vscode-pydata-viewer plugin.

Vscode Version: 1.86.2
Commit: 903b1e9d8990623e3d7da1df3d33db3e42d80eda
Date: 2024-02-13T19:41:37.860Z
Electron: 27.2.3
ElectronBuildId: 26908389
Chromium: 118.0.5993.159
Node.js: 18.17.1
V8: 11.8.172.18-electron.0
OS: Linux x64 6.7.6-arch1-1
vscode-pydata-viewer: v0.0.13
haochengxia commented 3 months ago

Thanks for your feedback. I will investigate to determine if there is any undefined behavior causing the crash as soon as possible.