kill remaining rust stuff

This commit is contained in:
Peter Steinberger 2025-06-20 19:09:33 +02:00
parent 6eeabf657e
commit 7e2b20f4bc
2 changed files with 2 additions and 2 deletions

View file

@ -764,7 +764,7 @@ private struct PortConfigurationView: View {
if let conflict = await PortConflictResolver.shared.detectConflict(on: port) {
// Only show warning for non-VibeTunnel processes
// tty-fwd and other VibeTunnel instances will be auto-killed by ServerManager
// VibeTunnel instances will be auto-killed by ServerManager
if case .reportExternalApp = conflict.suggestedAction {
portConflict = conflict
alternativePorts = conflict.alternativePorts

View file

@ -335,7 +335,7 @@ private struct ServerSection: View {
if let conflict = await PortConflictResolver.shared.detectConflict(on: port) {
// Only show warning for non-VibeTunnel processes
// tty-fwd and other VibeTunnel instances will be auto-killed by ServerManager
// VibeTunnel instances will be auto-killed by ServerManager
if case .reportExternalApp = conflict.suggestedAction {
portConflict = conflict
} else {