Andrew Glick

Results 20 comments of Andrew Glick

This is still broken in v9.1.0. I was able to use `git bisect` to determine that the breaking change occurs somewhere in c75c9d3.

I think I've narrowed this issue down to somewhere in the [`ModuleResolver.getResolvedConfig()`](https://github.com/prettier/prettier-vscode/blob/6badc7488b0948a459834fedc3e971d02fed5ffc/src/ModuleResolver.ts#L208) method. Some possibilities include: - Where `resolveConfigOptions` does not search for a config file in the user's home...

Well, I totally forgot about this for 4 months. Oops. I think I've figured it out. If we take a look at the log file, we can see that the...

I noticed a similar thing--I think what's happening is if you have it set to use the system dark mode, it will update the UI based on the system settings,...

Thanks for the PR! Sorry it has taken me so long to get back to you on this--I have been increidbly busy with classes (I am graduating in less than...

Also, have you taken a look at [dzhu/openscad-language-server](https://github.com/dzhu/openscad-language-server)?

It looks like [langium/langium#497](https://github.com/langium/langium/pull/497) has been merged, so are we theoretically able to merge this into master? I will be going out of town for a week and a half...

I forgot to come back to this--are we good to merge?

Thanks for the suggestion! I really like the idea of this! I'd recently been thinking about making an option to have the OpenSCAD window take focus when saving a `.scad`...

I don't think the extension uses Boost, so I'm not sure where that's coming from. If you don't mind giving a bit more information: - What version of the extension...