Skip to content

Commit b096216

Browse files
committed
Readme
1 parent c0750f4 commit b096216

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Those are scripts written for users of Adobe Illustrator Scripting forums.
22

3-
In subfolders you will find .tsc files, to compile:
3+
In subfolders you will find **.tsc** files, to compile:
44
1. Go into desired script subfolder
55
2. Type tsc
6-
3. Result file will be found in /build folder
6+
3. Result file will be found in **/build** folder
77

8-
Inside .vscode you can find prepared debuggers for each script, if you use [Visual Studio Code](https://code.visualstudio.com/)
8+
The **test** folder may be used to write short codes for checking things, put **test.ts** inside, and use *Test* debbuger.
9+
10+
Inside **.vscode** you can find prepared debuggers for each script, if you use [Visual Studio Code](https://code.visualstudio.com/)
911

1012
Thanks for working on Types for Adobe to:
1113
- [pravdomil](https://github.com/pravdomil)

0 commit comments

Comments
 (0)