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
Currently, when adding a new cmake preset via the gui action, the edits made to the CMakePresets.json file will always use spaces for indentation. It would be a nice quality of life feature if it either detected the indentation style by reading the file contents, or checked the vscode settings for insertSpaces to decide whether to use tabs or spaces.