- Notifications
You must be signed in to change notification settings - Fork1k
fix: fix jetbrains toolbox connection tracking#19348
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -46,6 +46,8 @@ const ( | ||
// MagicProcessCmdlineJetBrains is a string in a process's command line that | ||
// uniquely identifies it as JetBrains software. | ||
MagicProcessCmdlineJetBrains = "idea.vendor.name=JetBrains" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Should we remove this as it isn't valid anymore? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. I'm going to leave it just for now for compatibility. This code is "legacy" is some ways anyways. | ||
MagicProcessCmdlineToolbox = "com.jetbrains.toolbox" | ||
MagicProcessCmdlineGateway = "remote-dev-server" | ||
// BlockedFileTransferErrorCode indicates that SSH server restricted the raw command from performing | ||
// the file transfer. | ||
Uh oh!
There was an error while loading.Please reload this page.