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
76 stars 8 forks source link

Wrong breadcrumb path in help message #3

Closed mengstr closed 5 years ago

mengstr commented 5 years ago

When trying to compile & run on OSX for the first time the help message is not so helpful since it points you to the list of extensions rather than the settings of them. (Also the 's' in Preferences is missing as well)

WARNING: You must provide a path to your Stella emulator before you can launch your game. Review your selection in Preference -> Extensions -> Atari Dev Studio.

should be

WARNING: You must provide a path to your Stella emulator before you can launch your game. Review your selection in Preferences -> Settings -> Extensions -> Atari Dev Studio.

chunkypixel commented 5 years ago

Brilliant thank you! I poured over the readme for hours and you just don't always see the little details. Really appreciate you raising it 👍

chunkypixel commented 5 years ago

Completed in build v0.1.1 Updated the reference to it's full path 'File -> Preferences -> Settings -> Extensions -> Atari Dev Studio' Added a const to the application area to define the path and replaced all references in code. Reviewed the help and AtariAge post to update any references and added a blurb about the settings.

mengstr commented 5 years ago

On Mac the preferences are located under the "Code" heading, not the "File"

Screen Shot 2019-04-20 at 11 36 39 AM
chunkypixel commented 5 years ago

(re)Completed in build v0.1.1 Ah good point - updated!