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
.NET Command Line Tools (1.0.4)
Product Information:
Version: 1.0.4
Commit SHA-1 hash: af1e6684fd
Runtime Environment:
OS Name: Mac OS X
OS Version: 10.12
OS Platform: Darwin
RID: osx.10.12-x64
Base Path: /usr/local/share/dotnet/sdk/1.0.4
VS Code version: 1.14.0
C# Extension version: 1.11.0
Steps to reproduce
Run "Format Document" command on .cs file.
Expected behavior
File will be formatted according to indentation preference (eg. Spaces: 4) in Status Bar.
Actual behavior
File is formatted with global editor.tabSize indentation setting.
The text was updated successfully, but these errors were encountered:
Environment data
dotnet --info
output:VS Code version: 1.14.0
C# Extension version: 1.11.0
Steps to reproduce
Run "Format Document" command on .cs file.
Expected behavior
File will be formatted according to indentation preference (eg. Spaces: 4) in Status Bar.
Actual behavior
File is formatted with global
editor.tabSize
indentation setting.The text was updated successfully, but these errors were encountered: