From 22c0a3c509a62fb2a7025aa18ae4c6875e0d64a6 Mon Sep 17 00:00:00 2001 From: Timothy Small Date: Sun, 19 May 2024 17:01:44 -0400 Subject: [PATCH] Update docs for 'csharp init' --- docs/cli/csharp/init.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/cli/csharp/init.md b/docs/cli/csharp/init.md index 86e2224..31d31b6 100644 --- a/docs/cli/csharp/init.md +++ b/docs/cli/csharp/init.md @@ -39,6 +39,18 @@ Whether to add GitVersion to the new project. Whether to add a NuGet.Config file to the new project. +#### `--enable-centrally-managed-packages` + +Whether to enable centrally managed packages. + +#### `--csharp-lsp` + +The C# language server to use. + +**Default value**: `OmniSharp` + +**Allowed values**: `CsharpLsp`, `OmniSharp` + #### `-?`, `-h`, `--help` Show help and usage information