Skip to content

Update and rename protocol.ts to protocol_print.ts#63620

Closed
liu-idf18 wants to merge 2 commits into
microsoft:mainfrom
liu-idf18:patch-3
Closed

Update and rename protocol.ts to protocol_print.ts#63620
liu-idf18 wants to merge 2 commits into
microsoft:mainfrom
liu-idf18:patch-3

Conversation

@liu-idf18

Copy link
Copy Markdown

TZAHAL 1165

@github-project-automation github-project-automation Bot moved this to Not started in PR Backlog Jul 6, 2026
@typescript-automation typescript-automation Bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Jul 6, 2026
@typescript-automation

Copy link
Copy Markdown

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

1 similar comment
@typescript-automation

Copy link
Copy Markdown

This PR doesn't have any linked issues. Please open an issue that references this PR. From there we can discuss and prioritise.

@typescript-automation typescript-automation Bot added the For Uncommitted Bug PR for untriaged, rejected, closed or missing bug label Jul 6, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates src/server/protocol_print.ts (described as a rename from protocol.ts) in the TypeScript server protocol layer.

Changes:

  • Adds several new top-level imports at the start of protocol_print.ts.
  • Adds PrintScreen and Windows to the imported type list from ./_namespaces/ts.js.
Comments suppressed due to low confidence (4)

src/server/protocol_print.ts:10

  • The new top-level imports are not valid TypeScript/ESM syntax (missing quotes, invalid bindings like printscreen.image, repeated/conflicting as ts, and an unterminated string). As written, this file will not parse/compile.
    src/server/protocol_print.ts:1
  • The PR title/description says this change renames protocol.ts to protocol_print.ts, but there is no protocol.ts in the repository and this diff only shows edits within protocol_print.ts. Either the title/description should be updated, or the missing rename/change should be included.
    src/server/protocol_print.ts:21
  • PrintScreen is imported from ./_namespaces/ts.js, but it is not declared/exported anywhere in the repo, so this will fail to typecheck.
    src/server/protocol_print.ts:42
  • Windows is imported from ./_namespaces/ts.js, but it is not declared/exported anywhere in the repo, so this will fail to typecheck.

TZAHAL 12129
FOIA 151465
@jakebailey jakebailey closed this Jul 6, 2026
@github-project-automation github-project-automation Bot moved this from Not started to Done in PR Backlog Jul 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

For Uncommitted Bug PR for untriaged, rejected, closed or missing bug

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

3 participants