greybel-vs icon indicating copy to clipboard operation
greybel-vs copied to clipboard

VSCode extension for GreyScript.

Results 3 greybel-vs issues
Sort by recently updated
recently updated
newest added

It would be good if the hover docs could be extended so that when hovering over maps their content is shown. ``` import_code("./Strings.src") // provides(lib): Strings import_code("../Settings.src") // provides(lib): Settings...

enhancement

This doesn't affect Greybel at all, but it can completely hang a script in-game. It requires a certain amount of cyclic references - simply doing `Foo = {}; Foo.__isa =...

enhancement

This is a fun one: ```Lua Foo = {} Foo.__isa = Foo map.errCheck = function() return self end function a = new Foo //-- or just Foo. if a.errCheck isa...

bug