-
Notifications
You must be signed in to change notification settings - Fork 412
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
Mac OS & Linux : settings.json are not transmitted when using build command #122
Comments
I have the same issue, did you find a workaround to bundle with the settings on MacOS? |
@AshDevFr : not yet, @andrewpareles told me that he was working on that. As the settings are stored in Library/void and @andrewpareles know the how this file should look like, maybe he can share us a settings file with options (except the api key) so we can be able to add it afterwards into the Library/void folder. |
@andrewpareles do you have any schedule on this ? |
@andrewpareles i am still investigating this issue, so I am building a virtual MacOS to run in a VM to understand if the latests MacOS versions needs some tweaking, void (full ide) might not have access to the same system ressources than extensions. |
Apologies for the late reply. I wonder if this has to do with #136? (If it does, it should be an easy fix inside extension.ts). Mac build worked for me the last time I tested it but I'll keep you posted. |
@andrewpareles what is your MacOS version ? |
@andrewpareles I think you could try to fix extension.ts The same problem appears after building the extension on a MacOS Virtual machine running Sonoma. (I used gemini for activating the extension - thanks it's free and no credits are required, can be used worldwide... ) So actually I am not able to run the full ide with extension. |
Does #103 (rebasing) fix this? |
@andrewpareles I wasn't able to Check it right now. |
I am not sure on how to update the visual code studio dependency inside this project. However, running with script/code.sh is working. |
The extension now doesn't allow me the edit the settings at any place -> When full ide build : -> Same problems happens on extension build |
Problem :
Before the build, I am able to discuss with the void editor using scripts/code.sh
After running the build command, I am not able to do it. It seems package.json settings are not transmitted (void.command.toogleSettings), and settings.json neither.
Step to reproduce :
Expected :
The text was updated successfully, but these errors were encountered: