AvinZarlez / unity-tools

A Visual Studio Code Extension to provide some tools for Unity development
https://marketplace.visualstudio.com/items?itemName=Tobiah.unity-tools
MIT License
31 stars 8 forks source link

Can't change default Organization Folder #8

Closed gmiwoj closed 6 years ago

gmiwoj commented 6 years ago

maybe i'm dumb, but i'm unable to change those folders

instruction says

To do this simply open or create ./.vscode/settings.json and fill in the following fields: { "unity-tools.defaultOrganizationFolders" : ["Your","New", "Folder","Names"] }

tried doing that in every way i could think off for last two hours all i get is "Unknown configuration setting" error.

AvinZarlez commented 6 years ago

Huh, you're not dumb. Doesn't work for me now anymore either. I thought maybe something changed? But quick searching seems to say I'm making a setting configuration correctly...

Don't have the time at the moment to dive into it and figure out why. This definitely was working in a previous version, but now I can't seem to pull up app settings and I'm not sure why.

Mixtrate commented 6 years ago

Would love to see a fix for this in the near future, really handy when starting new projects.

AvinZarlez commented 6 years ago

Should be fixed in 0.1.12

@Mixtrate Can you test that it works now for you after updating?

Mixtrate commented 6 years ago

@TobiahZ yes I can. Did you update it on VScode yet? It's still 0.1.9 on there.

AvinZarlez commented 6 years ago

Feeling proud of myself, I went to lunch after submitting. Turns out, I had an unrelated issue with my CI that prevented the new version from automatically being submitted to the marketplace.

Just fixed it. Version 0.1.14 should be live.

Mixtrate commented 6 years ago

So it works but still give "Unknown configuration setting" in the settings. But it works. So I'm assuming that VScode is not recognizing the strings but your scripts are.

screen shot 2018-04-30 at 4 39 38 pm
AvinZarlez commented 6 years ago

Thank you! That was just the hint I needed. I think I've figured it out now.

In version 0.1.15, the setting should work AND VS Code should understand it.

I'm going to close this issue. But let me know @Mixtrate or @gmiwoj if it doesn't work for you. Thanks for the help and sorry for taking so long!

Mixtrate commented 6 years ago

Works with no issues in 0.1.15 for me. Thanks for the hard work today