I want to create an action to open in VS Code with FileManager-Actions. The problem is that whenever I execute the action, it opens VS Coded on the parent directory. For example if I want to execute the action on main/second/third it opens the editor on main/second This is my FileManager configuration
I also Tried changing the Working directory or Parameters but to no avail. Does anyone know the correct configuration?