Skip to content

Commit

Permalink
feat: import upstream package (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 28, 2024
1 parent ea3bdd8 commit 3e940e5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/UPSTREAM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
261fa1a5d9a85d0d89f965368d818eddd2ec3b98
3d49bd525a5d2ca9549ad8c3e138b982a6d7821e
6 changes: 3 additions & 3 deletions lcs/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ set -eu

# WARNING: This script will install the latest version of $file
# The largest real source file in the x/tools repo.
# file=internal/lsp/source/completion/completion.go
# file=internal/lsp/source/diagnostics.go
file=internal/lsp/protocol/tsprotocol.go
# file=internal/golang/completion/completion.go
# file=internal/golang/diagnostics.go
file=internal/protocol/tsprotocol.go

tmp=$(mktemp -d)
git log $file |
Expand Down

0 comments on commit 3e940e5

Please sign in to comment.