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

Adding commas as the separator between per elements makes it easy to … #29

Closed fanzfan closed 1 month ago

fanzfan commented 1 month ago

…copy from numpy outputs.

Related to issue #28 Testing logs

❯ tsc
❯ node out/test/runTest.js
Found existing install in /Users/vela/WorkDir/vscode-pydata-viewer/.vscode-test/vscode-darwin-arm64-1.89.1. Skipping download
2024-05-24 19:42:49.982 Electron[26936:1092594] WARNING: Secure coding is automatically enabled for restorable state! However, not on all supported macOS versions of this application. Opt-in to secure coding explicitly by implementing NSApplicationDelegate.applicationSupportsSecureRestorableState:.
[main 2024-05-24T11:42:50.182Z] update#setState disabled
[main 2024-05-24T11:42:50.184Z] update#ctor - updates are disabled by the environment
2024-05-24 19:42:50.595 Code Helper (Renderer)[26941:1092707] CoreText note: Client requested name ".NewYork-Regular", it will get TimesNewRomanPSMT rather than the intended font. All system UI font access should be through proper APIs such as CTFontCreateUIFontForLanguage() or +[NSFont systemFontOfSize:].
2024-05-24 19:42:50.595 Code Helper (Renderer)[26941:1092707] CoreText note: Set a breakpoint on CTFontLogSystemFontNameRequest to debug.
Loading development extension at /Users/vela/WorkDir/vscode-pydata-viewer
Started local extension host with pid 26980.

  Extension Test Suite
    ✔ Sample test
  1 passing (2ms)
[main 2024-05-24T11:42:51.319Z] Extension host with pid 26980 exited with code: 0, signal: unknown.
Exit code:   0
Done
haochengxia commented 1 month ago

Thank you for your PR!