Skip to content

Commit a6b81fa

Browse files
committed
Added option in settings to show/hide commands on Status Bar
Added information to readme about debugging Fixed #1, #5
1 parent 63bacf9 commit a6b81fa

21 files changed

+81
-44
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
The following enhancements and changes have been made to Atari Dev Studio:
44

5+
## 0.1.2
6+
7+
### Issues
8+
* #1 [Fixed] - Duplicated filename after re-configuration of code (thanks SmallRoomLabs)
9+
* #5 [Fixed] - Added new setting to turn on/off the status bar commands (thanks SmallRoomLabs)
10+
511
## 0.1.1
612

713
* Added new Help references and Learn areas for batari Basic and 7800basic to Welcome page

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ This software is currently in preview and contains the following missing or unte
7878

7979
I don't currently have direct access to a macOS machine to finalise feature integration but will do so in the near future. The previous incarnation of this extension (containing batari Basic and dasm) has been tested by users on macOS and as the process is very similar to Linux I do expect the extension to function correctly.
8080

81+
### Debugging the extension
82+
During the development phase of the extension I've added some developer output to assist with any issues that may appear.  To view this output, open the VS Code **Developer Tools** by selecting **Help -> Toggle Developer Tools** from the menu, and in the debugger window ensure the **Console** tab is activated.  This information may help identify the area where the extension is failing to process as expected.
83+
8184
## Known Issues
8285
There are currently no known feature issues. If you find a problem please raise an issue on [GitHub](https://github.com/chunkypixel/atari-dev-studio/issues) or contact [mksmith](http://atariage.com/forums/user/66583-mksmith/) at the AtariAge community.
8386

out/application.js

+5-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/application.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/compilers/compilerBase.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)