I think what's happening is that for some reason that version may not be properly booting up. I say that because if I "restart extensions" and then quickly try to check the context menu even with the pre-release version, it's not there, but if I give it a few more seconds, it shows up.
And I just noticed this error:
[Error - 6:21:43 PM] Connection to server is erroring. Shutting down server.
And just noticed these new errors in the dev tools console:
mainThreadExtensionService.ts:78 [DEVSENSE.phptools-vscode]Cannot call write after a stream was destroyed
$onExtensionRuntimeError @ mainThreadExtensionService.ts:78
mainThreadExtensionService.ts:79 Error: Cannot call write after a stream was destroyed
at _write (node:internal/streams/writable:491:11)
at Socket.Writable.write (node:internal/streams/writable:510:10)
at /Users/agiroux/.vscode/extensions/devsense.phptools-vscode-1.54.16480-darwin-arm64/out/src/extension.js:74:3107
at new Promise (<anonymous>)
at XR.write (/Users/agiroux/.vscode/extensions/devsense.phptools-vscode-1.54.16480-darwin-arm64/out/src/extension.js:74:3028)
at Vg.doWrite (/Users/agiroux/.vscode/extensions/devsense.phptools-vscode-1.54.16480-darwin-arm64/out/src/extension.js:75:1691)
at /Users/agiroux/.vscode/extensions/devsense.phptools-vscode-1.54.16480-darwin-arm64/out/src/extension.js:75:1590
As for F12, it works on the pre-release version, but not the release version.