File tree Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Expand file tree Collapse file tree 1 file changed +3
-15
lines changed Original file line number Diff line number Diff line change @@ -17,22 +17,10 @@ For the moment, **it includes**:
17
17
18
18
* ** Download and install Brackets** : http://download.brackets.io/
19
19
* ** Download or clone this extension** from this repository
20
- * Put it into the ** www/extensions/dev ** directory in the ** installation folder of Brackets **
21
- * Edit the file ** www/editor/EditorUtils.js ** (as Administrator in Windows):
20
+ * ** Run Brackets ** and in the ** Help menu ** click on ** Show Extensions Folder **
21
+ * ** Put the extension into the user folder ** (unzip the extension if needed)
22
22
23
- ** Find this lines** at the end of the file:
24
-
25
- default:
26
- console.log("Called EditorUtils.js _getModeFromFileExtensions with an unhandled file extension: " + ext);
27
-
28
- ** Add above it** this lines:
29
-
30
- case "ts":
31
- return "text/typescript";
32
-
33
- ** Save it** and you are done !
34
-
35
- Run ** Brackets** and try it.
23
+ Reload ** Brackets** and try it!
36
24
37
25
You can open a ** TypeScript project** or the ** sample project** given
38
26
with this extension in the Sample folder.
You can’t perform that action at this time.
0 commit comments