justarandomgeek

Results 13 issues of justarandomgeek

When i try to launch Visolate on my Win10 PC, i get the following error: ``` C:\Users\Thomas>java -jar "C:\Users\Thomas\Downloads\visolate-3.1.1.jar" Aug 17, 2018 12:24:40 PM javax.media.j3d.NativePipeline getSupportedOglVendor SEVERE: java.lang.UnsatisfiedLinkError: no j3dcore-ogl-chk...

I'm writing/using a tool that generates relative paths (from the project root) in its SF lines, like `SF:./conman_0.17.4/scenarios/conman_test/control.lua` and they don't seem to be recognized by this extension, but if...

I'm trying to add support for TSTL source mapping to my [Factorio Mod Debugger](https://github.com/justarandomgeek/vscode-factoriomod-debug), but there seems to be a [long standing bug in the source-map package with no apparent...

I'm trying to use the "leftover" range in a bank to implement a dynamic memory allocator, and it would be handy to have symbols for the bank's start/end addresses, and...

enhancement

When installing Sonobus on my Surface Pro X, it only offers the 32 bit x86 versions for installation. Can we get the installer to offer the x64 version as well,...

when getFile downloads a video file, it tries to return the file contents in a string. This is a problem for several reasons: 1. Video files are very large, and...

enhancement

![image](https://user-images.githubusercontent.com/5246445/205329611-2330f9bb-7a70-47a0-87fd-8ff1d3c3f6b7.png) This makes it very hard to actually use the debug console to work on my own extension

I'm trying to integrate with this extension from my [Factorio Mod Debugger](https://marketplace.visualstudio.com/items?itemName=justarandomgeek.factoriomod-debug) to allow stepping through files in zipped mods. So far I've got it to work if I manually...

it would be nice to be able to do the same kind of `+T` `+?` `-T` `-?` type edits with `@as` that we can do with `@cast`. Primarily for removing...

enhancement

### How are you using the lua-language-server? Visual Studio Code Extension (sumneko.lua) ### Which OS are you using? Windows ### What is the issue affecting? Diagnostics/Syntax Checking ### Expected Behaviour...