sync-folder
-
Hi,
I'm using VSC with the pymakr plugin. I'm trying to selectivly sync only certain folders.
My pymakr.conf looks like this:
{
"sync_folder": ["terkin", "lib", "dist-packages", "hiveeyes"],
"sync_file_types": "py"
}Problem: when I try to upload I get:
"Running the contributed command: 'pymakr.upload' failed."When I remove the sync_folder line it works. There is also no JSON syntax error message so it should be ok.
Whats wrong here?
-
@poesel I am not sure, but think this might be a good place: https://github.com/pycom/pymakr-vsc/issues
-
@administrators - is there a prescribed way to file a bug report?
-
I had a similar problem when I didn´t want to sync all file types. I gave up and haven´t tried recently:
https://forum.pycom.io/topic/2401/atom-pymakr-sync-file-typesJohan
-
@Gruger - yes, I tried that. Pymakr will then proceed and upload everything.
I guess because it is just one long string and not seen as several paths.
-
@poesel said in sync-folder:
"sync_folder": ["terkin", "lib", "dist-packages", "hiveeyes"],
Did you try "sync_folder": "terkin,lib,dist-packages,hiveeyes", ?
-
No one? This seems like a bug or is this working for someone?