-
### Board
ESP32 38 pines NODE MCU
### Device Description
I'm developing a project of telemetry using esp-32. I put the codes with the libraries and when i pressed the "ESP-IDF: Build `Project" loo…
-
Package: gettext[core,tools]:x64-mingw-dynamic@0.22.5#1
**Host Environment**
- Host: x64-mingw-dynamic
- Compiler: GNU 14.1.0
- vcpkg-tool version: 2024-07-10-d2dfc73769081bdd9b782d08d27794…
-
Would like to use the icecream package the way your extension does. Essentially instead of wrapping in a print statement, it would wrap in an ic statement.
Keep in mind user would have to use
fr…
-
Try the following code to test speed of print() vs ic():
```py
from icecream import ic
from time import time
start = time()
for i in range(1000):
print("i:", i)
stop = time()
elapsed = s…
-
it seems like `ic_cdk_bindgen` expects an env variable set for the candid path. if you're not building with `dfx`, the env variables doens't seem to be present and the `rust-analyzer` VSCode plugin th…
-
![Screenshot from 2024-01-17 12-36-26](https://github.com/demergent-labs/azle/assets/15256345/22cab490-5133-4e61-8e39-a16afe320550)
Here we have a problem with a func name that has both a / and \. We…
-
VSCode Version: 1.5.2
OS Version: 7
Steps to Reproduce:
1. Set up VSCode, C/C++ package, g++, Clang and GDB hopefully correctly.
2. Include some file.
See http://stackoverflow.com/questions/39512079…
salda updated
7 years ago
-
Has anyone tried to debug a muscle3 application with VSCode? So far I have always just debugged the macro/micro separately, and then relied on logs for integration tests.
I tried the following:
```…
-
After lots of looking around trying to find out what's going wrong I found this in cquery log.
```
[Error - 7:35:05 AM] Request textDocument/documentSymbol failed.
Message: Unable to find file c:…
-
I've been trying to get this to work with WSL under Windows 10, using OCaml 4.04.2, Opam 2.0.1, and the latest version of VSCode.
I got Opam 2 working on WSL by using `opam init --disable-sandboxin…