diff options
Diffstat (limited to 'cli/lsp/config.rs')
-rw-r--r-- | cli/lsp/config.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/lsp/config.rs b/cli/lsp/config.rs index 7aca52a9b..8cf4a67ef 100644 --- a/cli/lsp/config.rs +++ b/cli/lsp/config.rs @@ -102,7 +102,7 @@ pub struct WorkspaceSettings { /// A flag that indicates if Deno is enabled for the workspace. pub enable: bool, - /// An option that points to a path string of the tsconfig file to apply to + /// An option that points to a path string of the config file to apply to /// code within the workspace. pub config: Option<String>, |