Skip to content

Commit

Permalink
rebase fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanwhit committed Jan 31, 2025
1 parent 3fc6cee commit 3afc00c
Show file tree
Hide file tree
Showing 4 changed files with 209 additions and 119 deletions.
2 changes: 1 addition & 1 deletion cli/lsp/language_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@ impl Inner {
let scope = asset_or_doc.scope();
let maybe_completion_info = self
.ts_server
.get_completions_tsc(
.get_completions(
self.snapshot(),
specifier.clone(),
position,
Expand Down
2 changes: 1 addition & 1 deletion cli/lsp/trace.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
// Copyright 2018-2025 the Deno authors. MIT license.

use std::fmt;

Expand Down
Loading

0 comments on commit 3afc00c

Please sign in to comment.