From 25cd000e1eddbe7458bb2bc1fa5c7775d06021dc Mon Sep 17 00:00:00 2001 From: Sean Wheeler Date: Mon, 18 Mar 2019 13:23:54 -0700 Subject: [PATCH] fix branding of TFS --- .../components/vscode/understanding-file-encoding.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/docs-conceptual/components/vscode/understanding-file-encoding.md b/reference/docs-conceptual/components/vscode/understanding-file-encoding.md index e4c3a527091c..f9f6ce850326 100644 --- a/reference/docs-conceptual/components/vscode/understanding-file-encoding.md +++ b/reference/docs-conceptual/components/vscode/understanding-file-encoding.md @@ -257,7 +257,7 @@ Note that this wouldn't be persisted between startups. ### Source control software Some source control tools, such as git, ignore encodings; git just tracks the bytes. -Others, like TFS or Mercurial, may not. Even some git-based tools rely on decoding text. +Others, like Azure DevOps or Mercurial, may not. Even some git-based tools rely on decoding text. When this is the case, make sure you: