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
The folder where I open Visual Studio Code is not the repository root (as Visual Studio Code is only used for a BuildScripts folder with Powershell files), and the repository itself is huge (contains 150+ projects in the solution), so I would very much avoid opening Visual Studio Code directly in the repository root.
The .editorconfig file is located in the repository root and contains these settings for .ps1 files
When files are formatted in Visual Studio Code, it uses an indent size of 2, so I don't think the .editorconfig from parent folder is being read. So it would be nice to be able to specify either a specific .editorconfig file to use or have it search upwards in the file system until it either finds a root .editorconfig or ends up in the file system root folder.
The text was updated successfully, but these errors were encountered:
Feature request
1.81.1
0.16.4
The folder where I open Visual Studio Code is not the repository root (as Visual Studio Code is only used for a BuildScripts folder with Powershell files), and the repository itself is huge (contains 150+ projects in the solution), so I would very much avoid opening Visual Studio Code directly in the repository root.
The
.editorconfig
file is located in the repository root and contains these settings for.ps1
filesIt also contains the
root = true
line.When files are formatted in Visual Studio Code, it uses an indent size of 2, so I don't think the
.editorconfig
from parent folder is being read. So it would be nice to be able to specify either a specific.editorconfig
file to use or have it search upwards in the file system until it either finds a root.editorconfig
or ends up in the file system root folder.The text was updated successfully, but these errors were encountered: