Development environment used
- Z Open Editor version: 6.5.1
- Editor Platform
- Editor Platform Version: 1.122.1
- Operating System: Windows 11 26H2
- Java Version:
openjdk 21.0.10 2026-01-20 LTS
Problem Description
Detailed steps for reproducing the problem:
- you need to install sshfs-win
- Execute the command
net use L: \\sshfs.r\username@server in powershell or cmd
- once that's done, you need to put the mapped folder in the workspace in Visual Studio Code.
Observed behavior
If I put a zapp.yaml file in a workspace that's mapped by SSHFS-Win, it's not detected; I have to put it locally for the zapp.yaml file to be detected.
Expected behavior
The zapp.yaml file is expected to be detected in the workspace mapped with SSHFS-Win
Development environment used
openjdk 21.0.10 2026-01-20 LTSProblem Description
Detailed steps for reproducing the problem:
net use L: \\sshfs.r\username@serverin powershell or cmdObserved behavior
If I put a zapp.yaml file in a workspace that's mapped by SSHFS-Win, it's not detected; I have to put it locally for the zapp.yaml file to be detected.
Expected behavior
The zapp.yaml file is expected to be detected in the workspace mapped with SSHFS-Win