VsCode Bug - Error: Authorization session has been expired

Platform IO has stopped working after latest Mac OS Update:

Error: Error: Authorization session has been expired. Please, re-login.

at /Users/jeremy/.vscode/extensions/platformio.platformio-ide-2.4.0/node_modules/platformio-node-helpers/dist/index.js:1:9851
at ChildProcess.r (/Users/jeremy/.vscode/extensions/platformio.platformio-ide-2.4.0/node_modules/platformio-node-helpers/dist/index.js:1:5134)
at ChildProcess.emit (events.js:315:20)
at ChildProcess.EventEmitter.emit (domain.js:467:12)
at maybeClose (internal/child_process.js:1048:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)…

Any ideas?

JT

Does Authorization session has been expired - #4 by schallbert solve it?

Posting the Fix here.

This was a know issue and the team have released an update.

pio upgrade --dev

Will now fix it.

JT