lukasz-wronski / vscode-ftp-sync

Ftp Sync plugin for Visual Studio Code
https://marketplace.visualstudio.com/items/lukasz-wronski.ftp-sync
320 stars 85 forks source link

Upload on save happening always on Mac #317

Open devvpm opened 4 years ago

devvpm commented 4 years ago

Issue Type: Bug

This is my ftp init json. I dont want to upload files automatically on creation and saving. Instead do it only when i run the upload command.

But on Mac , It automatically uploads my files to remote despite uploadOnSave flag is false.

{ "remotePath": "/path", "host": "host", "username": "un", "password": "pwd", "port": 22, "secure": false, "protocol": "sftp", "uploadOnSave": false, "passive": false, "debug": false, "privateKeyPath": null, "passphrase": null, "agent": null, "allow": [], "ignore": [ "\.vscode", "\.git", "\.DS_Store" ], "generatedFiles": { "uploadOnSave": false, "extensionsToInclude": [], "path": "" } }

Extension version: 0.3.9 VS Code version: Code 1.45.1 (5763d909d5f12fe19f215cbfdd29a91c0fa9208a, 2020-05-14T08:33:47.663Z) OS version: Darwin x64 19.2.0

System Info |Item|Value| |---|---| |CPUs|Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz (12 x 2600)| |GPU Status|2d_canvas: enabled
flash_3d: enabled
flash_stage3d: enabled
flash_stage3d_baseline: enabled
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: disabled_off
protected_video_decode: unavailable_off
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
viz_display_compositor: enabled_on
viz_hit_test_surface_layer: disabled_off_ok
webgl: enabled
webgl2: enabled| |Load (avg)|2, 2, 2| |Memory (System)|16.00GB (0.54GB free)| |Process Argv|| |Screen Reader|no| |VM|0%|
Swiftgti commented 2 years ago

I have same issue in Windows