atari-dev-studio icon indicating copy to clipboard operation
atari-dev-studio copied to clipboard

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)

Results 12 atari-dev-studio issues
Sort by recently updated
recently updated
newest added

I am running vscodium on Linux (Fedora 39) and when I launch the Stella emulator I am getting the following warning: ``` Launching Stella emulator... libdecor-gtk-WARNING: Failed to initialize GTK...

Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.5. Release notes Sourced from word-wrap's releases. 1.2.5 Changes: Reverts default value for options.indent to two spaces ' '. Full Changelog: https://github.com/jonschlinkert/word-wrap/compare/1.2.4...1.2.5 1.2.4 What's Changed...

dependencies

When setting DASM default compiler to Make, the extension's action to compile the source code can't find my Makefile if it's in a parent directory. Can the extension reference the...

The colours for temp variables are excellent, could we have a slightly different colour for declared variable names? eg, dim _hitPoints = o

enhancement

Hello, is there a way to remove the autocomplete that pops up when we type X for a playfield pixel? It doesn't do it on a full-stop but it really...

enhancement

It was requested by **Lillapojkenpåön** and a suggestion made by **spiceware** to identify binary values for sprite/graphic objects in a visual way. The suggestion uses foreground colours (VS Code cannot...

enhancement

Add some sort of sample viewer for languages to allow users to view/edit/compile them to help with learning. It may be best to have them copied to another location outside...

enhancement

It was quite a few years ago since I played around with this project and started to write 2600 games, and I felt it was time to give it a...

a nit, really, but when i debug in vscode, I see the following in the bin folder: ```text name.asm.bin name.asm.lst name.asm.sym ``` I'd expect ".asm" to not be included, as...

Amazing extension. I'd love to see a visualizer so that if I highight: ```text .byte $30 .byte $30 .byte $30 .byte $18 .byte $18 .byte $0C .byte $4C .byte $4C...