Thomas Thomassen

Results 573 comments of Thomas Thomassen

What terminal type is your VSCode set up to use? cmd or PowerShell?

I see you have Windows 7, so you're probably using cmd if you are using default setup. In Win10 Powershell is default. I think `&` was for that. You said...

Maybe you need to alter `'C:/Program Files/SketchUp/SketchUp 2016/SketchUp.exe'` to use Windows slashes instead of forward slashes to get `cmd` to work?

You mean with the VS Code extension in general? Or in conjunction with SketchUp?

If it might be a bug with the SketchUp debugger then can you open a new issue with a minimal sample to reproduce?

Only happened on one machine (Older Mac OS). Not on newer machine with Mojave.

I'm running into similar thing. Normally I get 0 for the remaining non-matches, but in another case I get 204s. One way to address it would be to have an...

Would it be possible to get this PR merged? A few gems depend on this `ansi` gem and on Windows it's often no color output as a result.

For anyone else (or myself in the future) that might be looking for ways to address the issue of `ansi` not using color on Windows, here is an example of...

Ah! I ran into the same issue (Thank you for posting a solution to it). I had this: ```cpp auto cli = ( ( install_mode | list_mode | fetch_mode |...