mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 17:48:56 +01:00
Trim whitespace from command.stash
This commit is contained in:
committed by
Kai Maetzel
parent
a25c3980e7
commit
6e90f8995d
@@ -47,7 +47,7 @@
|
||||
"command.publish": "Branch veröffentlichen",
|
||||
"command.showOutput": "Git-Ausgabe anzeigen",
|
||||
"command.ignore": "Datei zu .gitignore hinzufügen",
|
||||
"command.stash": " Stash ausführen",
|
||||
"command.stash": "Stash ausführen",
|
||||
"command.stashPop": "Pop für Stash ausführen...",
|
||||
"command.stashPopLatest": "Pop für letzten Stash ausführen",
|
||||
"config.enabled": "Gibt an, ob Git aktiviert ist.",
|
||||
@@ -70,4 +70,4 @@
|
||||
"colors.untracked": "Farbe für nicht verfolgte Ressourcen.",
|
||||
"colors.ignored": "Farbe für ignorierte Ressourcen.",
|
||||
"colors.conflict": "Farbe für Ressourcen mit Konflikten."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user