Skip to content

Commit 3bdd512

Browse files
committed
2 parents e9f4462 + 9e93df2 commit 3bdd512

13 files changed

Lines changed: 43 additions & 67 deletions

.vscodeignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
.vscode/**
2-
.vscode-test/**
2+
.gitattributes
33
.gitignore
4-
vsc-extension-quickstart.md
5-
src/
64
NOTES.txt
75
OPENVSXRegistry.md
86
tsconfig.json
9-
tslint.json
7+
src/
8+
**/*.map
9+
**/*.ts
1010
**/Makefile

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

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

5+
## 0.11.6
6+
7+
* Fixed issue where sometimes compilation issues didn't always cleanup files (batari Basic and 7800basic)
8+
9+
## 0.11.5
10+
11+
* Fix for spaces in paths and filenames in batari Basic compilation (Linux/MacOS)
12+
* Internal code re-organisation and optimisations
13+
514
## 0.11.4
615

716
* Updated Learning Center so when you open a sample it's **core** document is also opened

out/compilers/batariBasicCompiler.js

Lines changed: 6 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/compilers/batariBasicCompiler.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

out/compilers/compilerBase.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)