chunkypixel / atari-dev-studio

Homebrew game creation for the Atari 8-bit consoles (VS Code Extension)
http://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/
GNU General Public License v3.0
77 stars 8 forks source link

6502 DEC Hover Incorrect #45

Closed chunkypixel closed 2 years ago

chunkypixel commented 2 years ago

As noted by Al_Nafuur the DEC hover is wrong. Also review all again. https://atariage.com/forums/topic/290365-atari-dev-studio-for-homebrew-development-release/?do=findComment&comment=4988310 asm-dec

DChristianson commented 2 years ago

Hi @chunkypixel I thought we fixed this? But I'm seeing the old file in the last update

https://github.com/chunkypixel/atari-dev-studio/commit/0d38a629c2baf26f81a79560353696c28d197c45

I'm seeing a new problem on VSCode mac - I think it stopped showing details on the 6502.md file altogether (I suspect it's not the dev studio but VSCode and to do with indents in 6502.md, the vcs.md file hovers are all fine, when I remove indents from 6502.md I can see details again):

image
chunkypixel commented 2 years ago

@DChristianson Hey! This seems to be a recent change in VS Code! Hadn't had a chance to take a look as yet. Will try and have a play this week as I have a few spare nights.

chunkypixel commented 2 years ago

Seems like this was a bug in VSCode as the latest versions appears to have fixed the problem.