Stubbs / sublime-vagrant

Vagrant commands for Sublime Text
43 stars 4 forks source link

[Bug] CR symbol in ends of the lines in Windows #33

Open Kristinita opened 7 years ago

Kristinita commented 7 years ago

1. Summary

I get CR break type in ends of lines.

I get normal break type behavior in any Windows terminal.

2. Expected behavior

No CR in ends of lines.

3. Actual behavior

For example, I run vagrant status command:

CR in thee end

4. Settings

My User/Vagrant.sublime-settings file:

{
    "output_to_window": true,
    "vagrant_path": "C:\\HashiCorp\\Vagrant\\bin\\vagrant.exe"
}

5. Steps to reproduce

I reproduce the problem in a version of Sublime Text without plugins and user settings.

I install Vagrant via Package Control → I restart Sublime Text → I run any Vagrant command → I get CR symbol in line ends output.

If I run same command in Windows terminal (ConEmu, for example), I don't get the problem.

6. Environment

Operating system and version: Windows 10 Enterprise LTSB 64-bit EN Sublime Text: Build 3126 Vagrant 1.9.1

Thanks.