You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sublime is running on D: drive and the project is on V: drive.
Here's the error log
Traceback (most recent call last):
File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 478, in run_callback
expr()
File "D:\Program Files\Sublime Text 3\sublime_plugin.py", line 619, in <lambda>
run_callback('on_activated', callback, lambda: callback.on_activated(v))
File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\ViewListener.py", line 29, in on_activated
controller.on_file_focus(view)
File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\controller.py", line 88, in on_file_focus
state.update()
File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\current_state.py", line 63, in update
settings.update_project_folder_settings(project_folder)
File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\common/settings.py", line 58, in update_project_folder_settings
current_settings = get_folder_settings(project_settings, project_folder)
File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\common/settings.py", line 84, in get_folder_settings
folder_settings = get_folder_setting(project_folder)
File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\common/settings.py", line 128, in get_folder_setting
folder = Path.relative_to(project_directory, folder)
File "D:\Users\lupi\AppData\Roaming\Sublime Text 3\Installed Packages\FuzzyFilePath.sublime-package\common/path.py", line 45, in relative_to
folder = os.path.relpath(folder_path, base_directory)
File "./python3.3/ntpath.py", line 564, in relpath
ValueError: path is on mount 'v:', start on mount 'D:'
Sublime is running on D: drive and the project is on V: drive.
Here's the error log
Here are the settings
The text was updated successfully, but these errors were encountered: