Merges changes from distro that should have gone into master

Update recommendations for C#.

The C# extension moved to a new publisher ID and the recommendations
need updating.
This commit is contained in:
Rob Lourens
2020-04-07 14:47:16 -07:00
parent cdcbc64a6a
commit 9d6105b9d8
3 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ import { IProductService } from 'vs/platform/product/common/productService';
const notFound = (id: string) => localize('notFound', "Extension '{0}' not found.", id);
const notInstalled = (id: string) => localize('notInstalled', "Extension '{0}' is not installed.", id);
const useId = localize('useId', "Make sure you use the full extension ID, including the publisher, e.g.: {0}", 'ms-vscode.csharp');
const useId = localize('useId', "Make sure you use the full extension ID, including the publisher, e.g.: {0}", 'ms-dotnettools.csharp');
function getId(manifest: IExtensionManifest, withVersion?: boolean): string {
if (withVersion) {