Closed ScribblerCoder closed 1 year ago
I had to go to Preferences->Settings-Syntax Specific and add the line "word_wrap": true to enforce it
"word_wrap": true
The global `word_wrap` settings would override any syntax choice
Powershell syntax did not follow the global preferences
No response
I don't think this helps but its required :<
Name Value ---- ----- PSVersion 5.1.19041.2364 PSEdition Desktop PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...} BuildVersion 10.0.19041.2364 CLRVersion 4.0.30319.42000 WSManStackVersion 3.0 PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1
5.1.19041.2364
The reason was https://github.com/SublimeText/PowerShell/blob/master/Support/PowershellSyntax.sublime-settings had enforced the "word_wrap": false
"word_wrap": false
Prerequisites
Steps to reproduce
I had to go to Preferences->Settings-Syntax Specific and add the line
"word_wrap": true
to enforce itExpected behavior
Actual behavior
Error details
No response
Environment data
I don't think this helps but its required :<
Version
5.1.19041.2364
Visuals
No response