Wesley Jones

Results 10 comments of Wesley Jones

I am trying to do the same on kali. ```sh ┌──(kali㉿kali)-[~/Downloads] └─$ python2 sshkey-grab-master/parse_mem.py "core" "key.key" A saved key was not found in core The user may not have loaded...

```sh ──(kali㉿kali)-[~/Downloads] └─$ python2 sshkey-grab-master/parse_mem.py "core" "key.key" A saved key was not found in core The user may not have loaded a key or the key loaded is not supported....

It does not require boost to crash. These crashes have been happening before I added boost to my project. Earlier today I purged vscode (the snap package) and deleted the...

The example.cc file was ten trivial lines of c++. something like #include int main() { init_lib(); // a few comments deinit_lib(); }

It always crashes within a minute of editing or including a c++ header over ~1000 loc (typically recursively has to include others, too). This extends to any source file, irrespective...

I mean libquix-qxir/include/quix-qxir/Lib.h at https://github.com/Kracken256/quix/blob/main/libquix-qxir/include/quix-qxir/Lib.h

There does not seem to be anything special about my setup. I'm using Linux Mint with the VSCode snap package. A few more notes: 1. My project is using quite...

I have recently started using [VSCode Online](https://vscode.dev/). I have not experienced any issues or crashes while editing my project online via [VSCode Online](https://vscode.dev/). The issue might be in the VSCode...

Hi @sean-mcmanus! Any updates? I recently did a fresh install. Same issue happened. This time I used the .deb package instead of snap. Thanks

I solved the issue. 1. Uninstall the Microsoft C/C++ extension pack. 2. Install the VSCode Clangd language server. 3. Works perfectly 👌. Also clangd is like 5x faster somehow.