-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't sync repos that have different paths. #205
Comments
I just released so I guess in your case you would set it to let me know if it works for you! |
can you check your user and/or workspace settings please? your are not using the extension in the browser (e.g. via https://vscode.dev), do you? |
MAC OS 14.2.1 (23C71) I updated and it also did not have the field either, I had to manually set it: `
} ` |
Oh yes i do see it now. now the issue seems to be it is downloading at |
basically everything under I guess you need to change the localSyncFolder settings for this |
i have changed my local sync subfolders/parent folders. the issue is that the root seems to be hardcoded at |
whats your setting for in the screenshot above you were using |
I have a copy of my repo in my databricks workspace:
/Workspace/Users/[email protected]/foobar
and a local copy located here:/Users/myname/Code_Repos/machine-learning/foo_bar
. I'd like to be able to link the two folders so i can sync between them for development, but the issue is that when i try to set the paths and click download, the download will include the entire parent structure of my workspace on databricks.E.g., say i have a local file located here:
/Users/myname/Code_Repos/machine-learning/foo_bar/src/pages.py
and also here on databricks:
/Workspace/Users/[email protected]/foobar/src/pages.py
I want to up/download them so that if i make changes locally i can sync and test in my workspace. But when i download, it now creates this folder structure:
src/Workspace/Users/[email protected]/foobar/src/
This is the user settings:
The text was updated successfully, but these errors were encountered: