You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-1Lines changed: 18 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,12 +26,13 @@ With this extension, you can use easily a few commands for help you create aweso
26
26
* Added configuration for use alernative environment variables for GDK, GENDEV or MARSDEV.
27
27
* Added Genesis Code: About for open more information about the extension.
28
28
* Added BitmapViewer.
29
+
* Added Docker Support.
29
30
30
31

31
32
32
33
## Requirements
33
34
34
-
To use this extension you need to install SGDK(windows)/GENDEV(linux) or MARSDEV projects on your system and configure the GDK, GENDEV or MARSDEV enviroment variables.
35
+
To use this extension you need to install SGDK(windows)/GENDEV(linux) or MARSDEV projects on your system and configure the GDK, GENDEV or MARSDEV enviroment variables, or build a SGDK Docker Image.
35
36
36
37
## Extension Settings
37
38
@@ -47,6 +48,7 @@ You can select the toolchain type for use with genesis code:
47
48
48
49
* SGDK/GENDEV: the SGDK libs and GENDEV (On Linux) will be used with Genesis Code.
49
50
* MARSDEV: The MARSDEV project will be used with Genesis Code.
51
+
* DOCKER: Use a SGDK Docker container for compiling.
@@ -58,6 +60,10 @@ Also, you can set an alternative value for the environment variables of GDK, GEN
58
60
59
61

60
62
63
+
Now, you can define a custom docker image tag for generate a new container.
64
+
65
+

66
+
61
67
## Bitmap Viewer
62
68
63
69
Now you can use the Bitmap Viewer; with some information of the images. You can open as alternative viewer on VSCODE (right click and Reopen Editor... on tab).
@@ -73,6 +79,17 @@ Now you can use the Bitmap Viewer; with some information of the images. You can
73
79
74
80
## Release Notes
75
81
82
+
### 1.4.0
83
+
84
+
* Added Docker container Support.
85
+
* Improved Code with a total Refactoring.
86
+
* SGDK resource files now have regions
87
+
* They start with *#region* / *#pragma region*
88
+
* They end with *#endregion* / *#pragma endregion*
89
+
* Fixed some syntax highlighting errors related with numbers
90
+
91
+
**NOTE:** Thanks to our contributors on the HacktoberFest 2021 and for the last contributors with the File resource Grammar improvements.
0 commit comments