After upgrading to MacOS Sonoma

Prior to upgrade clicking on the path would launch a new tab with then file
case 15:
include ‘etc/modules/businesses/visitors/comp/visitor_detail.php’;
break;

After the upgrade the relative path sends you here
etc/modules/business/registered/etc/modules/businesses/visitors/comp/visitor_detail.php

Gives an error file not found.

Any ideas?

Version: 1.82.2 (Universal)
Commit: abd2f3db4bdb28f9e95536dfa84d8479f1eb312d
Date: 2023-09-14T05:59:47.790Z
Electron: 25.8.1
ElectronBuildId: 23779380
Chromium: 114.0.5735.289
Node.js: 18.15.0
V8: 11.4.183.29-electron.0
OS: Darwin arm64 23.0.0

The Error is coming from Devsense PHP Tools for Visual Studio Code v1.39.13943

The folder is a share on a server
Before
//servname/share/ etc/modules/businesses/visitors/comp/visitor_detail.php

After
//servname/share/ etc/modules/business/registered/etc/modules/businesses/visitors/comp/visitor_detail.php

Error seem that go to definition/F12 is not going back to the root of the share and is trying to go to s sub directory of a the file you are currently working on.

    Thank you for reporting the issue.

    You're right, our latest update broke the file path resolution on linux/macOs - will be fixed.

      Is there an ETA on this fix

        Jason1 thanks for reminding me, we're preparing pre-release today.

          Jason1 Pre-release 1.39.14027 fixes the issue;

          We're continuously improving the file path resolution, so if you find more related problems, please let me know.

            Thanks...

              Write a Reply...