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
Currently, when I drag and drop multiple files into the editor pane and hold down shift, the file paths for those files are inserted, separated by a space. This makes it cumbersome to clean up when file paths contain spaces.
Option 1: Use a separation character that cannot occur in a file path
Option 2: Ability to specify a separation string, for example, \n, \t, or even ', '
Option 3: Ability to specify a separation string based on the editor's current language, for example, python, markdown, etc.
Workaround: Regex edit-replace using a known full path prefix, like c:\\ -> \nc:\\
The text was updated successfully, but these errors were encountered:
(v1.98.1; Windows 11)
Currently, when I drag and drop multiple files into the editor pane and hold down shift, the file paths for those files are inserted, separated by a space. This makes it cumbersome to clean up when file paths contain spaces.
\n
,\t
, or even', '
Workaround: Regex edit-replace using a known full path prefix, like
c:\\
->\nc:\\
The text was updated successfully, but these errors were encountered: