Skip to content

Commit 7a9ccc4

Browse files
Fix Remote Process Listing from Windows (#6730)
The change to produce the Windows .vsix files on a Windows machine exposed the fact that we didn't have a .gitattributes entry in this repo to force the process listing script to use LF line endings, thus breaking remote process listing from Windows. This fixes #6729
1 parent 5acd3f7 commit 7a9ccc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
# This is a generated file from vscode-l10n tool, and it always uses 'lf' and line ending. Set it to 'lf' so we don't get warning every time when localization file get changed.
22
l10n/bundle.l10n.json text eol=lf
3+
4+
# This is a Unix shell script, so it always use the 'lf' line ends
5+
scripts/remoteProcessPickerScript text eol=lf

0 commit comments

Comments
 (0)