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
I find it invaluable for gathering bug reports for my own projects. However I find that I'd like one additional bit of information when it's available: binary architecture.
To give you a concrete example, in a bug report such as fwouts/previewjs#236, I'd like to know whether VS Code is a 32 bit or 64 bit version. Similarly on MacOS with M1 chips, I often want to know whether the binary is ARM or x64. See fwouts/previewjs#51 for one such example.
This information is already available for VS Code, for example on my M1 Mac:
Hi, thank you for making this tool!
I find it invaluable for gathering bug reports for my own projects. However I find that I'd like one additional bit of information when it's available: binary architecture.
To give you a concrete example, in a bug report such as fwouts/previewjs#236, I'd like to know whether VS Code is a 32 bit or 64 bit version. Similarly on MacOS with M1 chips, I often want to know whether the binary is ARM or x64. See fwouts/previewjs#51 for one such example.
This information is already available for VS Code, for example on my M1 Mac:
I wonder if including the binary architecture, when it's available, is something you've considered?
I'd be happy to try sending a PR specifically for VS Code :) It looks like that wouldn't be a big change in https://github.com/tabrindle/envinfo/blob/main/src/helpers/ides.js#L152?
The text was updated successfully, but these errors were encountered: