Samar Elsayed

Results 9 comments of Samar Elsayed
trafficstars

@repeatedly

it gives me no logs ![image](https://github.com/coder/coder/assets/22873802/e09e19d6-3f55-45f6-a41e-1c1193391089) this output appears after canceling the ssh ``` [15:05:45.456] Log Level: 2 [15:05:45.535] VS Code version: 1.86.0 [15:05:45.535] Remote-SSH version: [email protected] [15:05:45.535] win32 x64...

``` # ------------START-CODER----------- # This section is managed by coder. DO NOT EDIT. # # You should not hand-edit this section unless you are removing it, all # changes will...

you mean like this ? ![image](https://github.com/coder/coder/assets/22873802/e1fdc3e4-6998-45d8-9bab-1ad157c3af67)

I tried that but everytime I click on vscode desktop, it gets overwritten and returns to its original shape

**Could you list for me the steps that I need to do locally on my laptop to be able to ssh from my local VSCode to the coder workspace ?**...

Hi @Wilderone Sorry my comment is not an answer to your issue but I need your help with something Can you paste your avp plugin full configmap ? as I...

try using rdkafka instead ``` @type rdkafka2 enable_ruby brokers "" get_kafka_client_log true default_topic custom use_event_time true username "#{ENV["nonprd_ULFF_KAFKA_USER"]}" password "#{ENV["nonprd_ULFF_KAFKA_PASS"]}" rdkafka_options { "log_level":6, "sasl.mechanism": "SCRAM-SHA-512", "security.protocol": "sasl_ssl" } ```