Natizyskunk / vscode-sftp

Super fast sftp/ftp extension for VS Code
Other
394 stars 75 forks source link

Extension host terminated unexpectedly in VS Code on Save #327

Open MiszterSoul opened 1 year ago

MiszterSoul commented 1 year ago

Type: Bug

The Watcher is turned on, on pressing save, got this error. But sometimes, its uploads the file, and downloads well, just somehow, the watcher is bad~

Extension version: 1.16.1 VS Code version: Code 1.76.1 (5e805b79fcb6ba4c2d23712967df89a089da575b, 2023-03-08T16:32:00.131Z) OS version: Windows_NT x64 10.0.22000 Modes: Sandboxed: No

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i5-10400 CPU @ 2.90GHz (12 x 2904)| |GPU Status|2d_canvas: enabled
canvas_oop_rasterization: disabled_off
direct_rendering_display_compositor: disabled_off_ok
gpu_compositing: enabled
multiple_raster_threads: enabled_on
opengl: enabled_on
rasterization: enabled
raw_draw: disabled_off_ok
skia_renderer: enabled_on
video_decode: enabled
video_encode: enabled
vulkan: disabled_off
webgl: enabled
webgl2: enabled
webgpu: disabled_off| |Load (avg)|undefined| |Memory (System)|15.83GB (3.95GB free)| |Process Argv|--crash-reporter-id ffa6aab4-5814-4e24-819c-32f308da2e62| |Screen Reader|no| |VM|0%|
A/B Experiments ``` vsliv368cf:30146710 vsreu685:30147344 python383cf:30185419 vspor879:30202332 vspor708:30202333 vspor363:30204092 vslsvsres303:30308271 pythonvspyl392:30443607 vserr242:30382549 pythontb:30283811 vsjup518:30340749 pythonptprofiler:30281270 vshan820:30294714 vstes263:30335439 vscoreces:30445986 pythondataviewer:30285071 vscod805cf:30301675 binariesv615:30325510 bridge0708:30335490 bridge0723:30353136 cmake_vspar411:30581797 vsaa593:30376534 pythonvs932:30410667 cppdebug:30492333 vsclangdf:30486550 c4g48928:30535728 dsvsc012cf:30540253 pynewext54:30681850 azure-dev_surveyone:30548225 vscccc:30610679 pyindex848:30662994 nodejswelcome1cf:30587006 282f8724:30602487 pyind779:30671433 89544117:30613380 pythonsymbol12:30671437 2i9eh265:30646982 showlangstatbar:30672706 vscodedisable:30660115 pythonb192cf:30669361 funwalk2cf:30682975 ```
Code0x2 commented 1 year ago

Add "remoteExplorer.filesExclude": ["*"] to your config file to temporarily bypass the issue. You wont be able to use remote explorer anymore though so use another client for that.

MiszterSoul commented 1 year ago

Tried that, not fixed for me :S

Code0x2 commented 1 year ago

Mb, it has to be an object

"remoteExplorer":{
  "filesExclude": ["*"]
}
MiszterSoul commented 1 year ago

Mb, it has to be an object

"remoteExplorer":{
  "filesExclude": ["*"]
}

Oookey, its working! Intresting, not even using remoteExplorer plugin, but its fixing it, cool. :)

Natizyskunk commented 1 year ago

I've this error already but I've been able to found from where the problem is coming from. I'll take more time when i've a little bit less work to do at my job.

Natizyskunk commented 1 year ago

Similar issues : #326, #328, #330