除了 auto,editor.insertSpaces 的可能值是多少

What is possible value for editor.insertSpaces other than auto

我想禁用editor.insertSpaces

我想密切关注 vscode,但我做不到。除了 auto 之外,它没有任何建议值。我该怎么做

您可以使用这些:

"editor.insertSpaces": true
"editor.insertSpaces": false
"editor.insertSpaces": "auto"