Samar Elsayed
Samar Elsayed
@ashie
@repeatedly
it gives me no logs  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 ? 
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" } ```