minecraft-debugger icon indicating copy to clipboard operation
minecraft-debugger copied to clipboard

Results 15 minecraft-debugger issues
Sort by recently updated
recently updated
newest added

**Source mapping debugging ignores subfolders when debugging.** When using source map, only the top level of .js files are read, even though subfolders containing valid .js and .map files exist...

Hello, you cant use debugger with typescript. I add the sourceMapRoot and generatedSourceRoot to the launch.json, but every time you connect to the debugger i got this message: `Failed to...

code ```js const object = { help: 8, heloo: 9, hejkekj: 8 }; Object.entries(object).forEach(([key, value]) => { console.warn(JSON.stringify({ [key]: value })); }); ``` error: Failed to get stack trace for...

every time I step through ```js const test = []; const array = Array.from(Array(256), (item, i) => ({ x: i % 16, z: Math.floor(i / 16) % 16 })) .filter(({...

Hi there. Once I got this extension finally working, it was very pleasant. But _wow_, I have never seen an extension take so many steps to get working!! The readme...

enhancement

Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 8.6.0 to 8.7.0. Release notes Sourced from @​typescript-eslint/eslint-plugin's releases. v8.7.0 8.7.0 (2024-09-23) 🚀 Features eslint-plugin: [no-unsafe-call] check calls of Function (#10010) eslint-plugin: [consistent-type-exports] check export * exports...

dependencies

Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 5.4.7 to 5.4.8. Changelog Sourced from vite's changelog. 5.4.8 (2024-09-25) fix(css): backport #18113, fix missing source file warning with sass modern api custom importer (#18 (7d47fc1), closes...

dependencies

## Summary When hovering over the entity, changes graph a tip appears which can not be read unless the text is selected ![image](https://github.com/user-attachments/assets/295b399e-d172-49d2-9d4a-97fcb4e81efc)

### Request If only one script plugin is loaded during a diagnostic section, default to having that plugin loaded. ### Why DX, save a simple repeated action of switching from...

As a Minecraft script developer, I want the VSCode debugger to automatically reload source maps when the game is reloaded using the `/reload` command so that my breakpoints and other...