Max Stoumen
Max Stoumen
You'll notice that the expressions for the actions are one-liners. This was to avoid using variables where they are unnecessary. I am not super familiar with the protocol for GDevelop...
> Not sure what debug output you might need Can you send an example jsx file where this happens?
@CallumHoward I am not able to reproduce. Are you absolutely sure you have the PR loaded? You can check by adding a print statement somewhere like in [this function](https://github.com/mxsdev/symbols-outline.nvim/blob/merge-jsx-tree/lua/symbols-outline/providers/nvim-lsp.lua#L59).
@mfussenegger [According to this comment](https://github.com/microsoft/vscode-js-debug/issues/902#issuecomment-1304592234) support in `vscode-js-debug` will happen soon. Just wanted to say that I'm happy to help in the adoption of `startDebugging` due to its importance for...
I was able to accomplish this - [see here](https://github.com/emilk/egui/issues/996#issuecomment-1360411973). For anyone else who wants to accomplish it, the idea is basically this: register two textures at window size, let's call...
@JbIPS Hi! Would love to have your help, but unfortunately, while the specification has been integrated (and in `nivm-dap` too), we are still waiting on support in `vscode-js-debug`. [See here...
@igorlfs Working on getting support out by the end of the weekend! Good opportunity to look at some of the issues as well if I get to it.
@elmarsto Does #23 fix the issue?
Hi! Thanks so much for reaching out :) I was originally planning a neovim extension, but never got around to it since I didn't know if it would be of...
Hi, sorry for the late reply! Can you send an MRE? I just tested a simple node.js project with worker threads using your configuration, and I was unable to replicate...