Guillaume Dorczynski

Results 5 comments of Guillaume Dorczynski

Hello, I have the same problem. I'm using Windows, I'm trying to run a simple C++ program, I don't have spaces anywhere in the path or file name. ``` [Running]...

> hello there... > i am not able to find code-runner,executorMap anywhere > where exactly do i paste this piece of code ... > in settings.json ? ... it did...

For anyone having I2C issues on ESP32, try this: https://github.com/stickbreaker/arduino-esp32/issues/16#issuecomment-365801770 . I had problems with reading DS3231, I2C was crashing and required a hardware reset. Since I use his modified...

highlightjs is not meant to be a code editor, it should be used only for highlighting code. If you want a code editor, look at Ace or CodeMirror

Hello, thanks for the nice plugin, I have the same issue Here is a workaround: ```css .hljs-ln-line { padding-left: 5px; } .hljs-ln-numbers { text-align: right; border-right: 1px solid #CCC; }...