diff options
author | Martin Fischer <martin@push-f.com> | 2023-06-26 15:10:27 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-26 09:10:27 -0400 |
commit | 801b9ec62d94f201e67d053ee90dae0b70e50a42 (patch) | |
tree | 145f840c570dd72258ef309e9d31f100a5aa5786 /cli/lsp/tsc.rs | |
parent | ad3c494b46c97f0cf91098b7ec2afa576ea7a3dd (diff) |
chore: fix typos (#19572)
Diffstat (limited to 'cli/lsp/tsc.rs')
-rw-r--r-- | cli/lsp/tsc.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/lsp/tsc.rs b/cli/lsp/tsc.rs index 66687789b..20edf31d9 100644 --- a/cli/lsp/tsc.rs +++ b/cli/lsp/tsc.rs @@ -650,7 +650,7 @@ impl Assets { } /// Initializes with the assets in the isolate. - pub async fn intitialize(&self, state_snapshot: Arc<StateSnapshot>) { + pub async fn initialize(&self, state_snapshot: Arc<StateSnapshot>) { let assets = get_isolate_assets(&self.ts_server, state_snapshot).await; let mut assets_map = self.assets.lock(); for asset in assets { @@ -4737,7 +4737,7 @@ mod tests { } #[test] - fn include_supress_inlay_hit_settings() { + fn include_suppress_inlay_hit_settings() { let mut settings = WorkspaceSettings::default(); settings .inlay_hints |