Skip to content
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

different path on other users #60

Closed
yogithesymbian opened this issue Mar 23, 2021 · 2 comments
Closed

different path on other users #60

yogithesymbian opened this issue Mar 23, 2021 · 2 comments

Comments

@yogithesymbian
Copy link

Describe your use case.
i have config in vscode setting.json

{
    "favorites.storageFilePath": "what directory sample ? ",
    ....
    ...

in my favorite.json

mac users

    {
        "type": "Group",
        "name": "AA0002",
        "parent_id": null,
        "workspaceRoot": null,
        "workspacePath": null,
        "id": "KHrISFa6i7WhY0ub"
    },
    {
        "type": "File",
        "name": "/Users/yogiarifwidodo/Sites/sample/sampleone/js/views/sampletwo/sampletwo.vue",
        "parent_id": "KHrISFa6i7WhY0ub",
        "workspaceRoot": "/Users/yogiarifwidodo/Sites/sample",
        "workspacePath":  "/Users/yogiarifwidodo/Sites/sample/sampleone/js/views/sampletwo/sampletwo.vue",
        "id": "tnKo7UO8R4jG6rcZ"
    },

windows user

    {
        "type": "Group",
        "name": "AA0001",
        "parent_id": "nepcWL5GtbxUZJhQ",
        "workspaceRoot": null,
        "workspacePath": null,
        "id": "12rOiQ0Rga3uwjLY"
    },
    {
        "type": "File",
        "name": "c:\\project\\htdocs\\sample\\sampleone\\js\\views\\sample.vue",
        "parent_id": "3ZuPjkUOxRGm1F7w",
        "fsPath": "c:\\project\\htdocs\\sample\\sampleone\\js\\views\\sample.vue",
        "workspaceRoot": null,
        "workspacePath": null,
        "id": "FZ5R09s6S7KxTWUj"
    },
@halo
Copy link

halo commented Feb 20, 2022

I think this is a duplicate of #48

@yogithesymbian
Copy link
Author

ZuPjkUOxRGm1F7w",
"fsPath": "c:\project\htdocs\sample\sampleone\js\views\sample.vue",
"workspaceRoot": n

yes right , i didnt see ,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants