Alexander Hörl
Alexander Hörl
I've encountered this bug as well, for me when using on a page the rest of the page gets eaten up.
I've also tried `--excludeDirRegex '(node_modules)'` to escape the node modules since all of the broken symlinks seem to be in one of those. But its still happening.
@ppolewicz Unfortunately I can't prove detailed logs at the moment because I deleted the broken symlinks so I could resume the sync process and therefore can't recreate the error. But...
@yomotsu I'm getting a `Module not found: Error: Can't resolve 'camera-controls/dist/types'` error when doing it that way.
Yeah I thought so too, but I didn't get it too work. VSCode recognized but I couldn't build the bundle. Using `create-react-app`.
Sure thing. This is my `tsconfig.json` ``` { "compilerOptions": { "target": "es5", "lib": [ "dom", "dom.iterable", "esnext" ], "allowJs": true, "skipLibCheck": true, "esModuleInterop": true, "allowSyntheticDefaultImports": true, "strict": true, "forceConsistentCasingInFileNames": true,...
Same here on v1.10.0 of Codelldb. VSCode: Version: 1.88.1 Commit: e170252f762678dec6ca2cc69aba1570769a5d39 Date: 2024-04-10T17:34:12.840Z Electron: 28.2.8 ElectronBuildId: 27744544 Chromium: 120.0.6099.291 Node.js: 18.18.2 V8: 12.0.267.19-electron.0 OS: Linux x64 6.5.0-27-generic
When I start it using ``` "program": "cargo", "args": [ "run", "--bin=${input:bin}" ] ``` It crashes shortly after startup, with a `@_start` file opening up. 
> @glaucocustodio What would be the use case for this? For example show the min and max position of where the needle was. I would need this too.
Not yet implemented in my code but the package I’m using for the instagram api supports that so it wouldn’t be too hard to implement. Feel free to open a...