getappmap / vscode-appland

AppLand extension for VSCode
MIT License
135 stars 14 forks source link

Don't panic on inability to read `.nvmrc` #576

Open dustinbyrne opened 1 year ago

dustinbyrne commented 1 year ago

If an .nvmrc file is unreadable, the extension may fail to initialize:

Error: EPERM: operation not permitted, open '.nvmrc'
dustinbyrne commented 1 year ago

To be clear, we should no longer be requiring .nvmrc anywhere. I'm curious if this may be causing issues elsewhere which are not captured by telemetry.