mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 19:18:59 +01:00
Improve grammar of config setting description
While the former version is technically correct, I consider the proposed version easier to read.
This commit is contained in:
committed by
GitHub
parent
f7eefb6308
commit
cee711bb23
@@ -40,5 +40,5 @@
|
||||
"config.ignoreLegacyWarning": "Ignores the legacy Git warning",
|
||||
"config.ignoreLimitWarning": "Ignores the warning when there are too many changes in a repository",
|
||||
"config.defaultCloneDirectory": "The default location where to clone a git repository",
|
||||
"config.enableSmartCommit": "Commit all changes when there are not staged changes."
|
||||
}
|
||||
"config.enableSmartCommit": "Commit all changes when there are no staged changes."
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user