We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I code with a tab size of two spaces. However, any code that a C# Dev Kit Quick Fix modifies becomes four-spaced.
The extracted code should be indented with two-space tabs.
Version: 1.96.0-insider (user setup) Commit: 275faf6f08b7aa50843f3c18406b4d5969784e52 Date: 2024-11-28T18:04:55.375Z Electron: 32.2.6 ElectronBuildId: 10629634 Chromium: 128.0.6613.186 Node.js: 20.18.1 V8: 12.8.374.38-electron.0 OS: Windows_NT x64 10.0.19045 C# Dev Kit 1.14.12
The text was updated successfully, but these errors were encountered:
@Nixill if you turn off the vscode setting editor.DetectIndentation, does it respect your vscode spaces setting (editor.tabSize)?
editor.DetectIndentation
editor.tabSize
Sorry, something went wrong.
It does. I'm assuming that's an already-filed bug somewhere else?
@dibarbet, the 'needs-more-info' label has been removed upon receiving further response from the original bug filer.
We will use this one to track that issue - thanks for the confirmation.
dibarbet
No branches or pull requests
Describe the Issue
I code with a tab size of two spaces. However, any code that a C# Dev Kit Quick Fix modifies becomes four-spaced.
Steps To Reproduce
Expected Behavior
The extracted code should be indented with two-space tabs.
Environment Information
The text was updated successfully, but these errors were encountered: