File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ const editor = {
1818 } ,
1919
2020 getPath ( activeTextEditor ) {
21- let str = activeTextEditor . document . fileName ;
22- return ( / .* (? = \. t s ) / . test ( str ) ) ? str . replace ( / \. t s $ / , '.jsx' ) : str ;
21+ return activeTextEditor . document . fileName ;
2322 } ,
2423
2524 save ( activeTextEditor ) {
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7878 },
7979 "adobeScriptRunner.winAfterFxExe" : {
8080 "type" : " string" ,
81- "default" : " C:/Program Files/Adobe/Adobe After Effects CC 2019 /Support Files/AfterFX.exe" ,
81+ "default" : " C:/Program Files/Adobe/Adobe After Effects CC 2018 /Support Files/AfterFX.exe" ,
8282 "description" : " Windows only: Path to Adobe After Effects executable (AfterFX.exe)."
8383 },
8484 "adobeScriptRunner.winIllustratorExe" : {
8585 "type" : " string" ,
86- "default" : " C:/Program Files/Adobe/Adobe Illustrator CC 2019 /Support Files/Contents/Windows/Illustrator.exe" ,
86+ "default" : " C:/Program Files/Adobe/Adobe Illustrator CC 2018 /Support Files/Contents/Windows/Illustrator.exe" ,
8787 "description" : " Windows only: Path to Adobe Illustrator executable (Illustrator.exe)."
8888 },
8989 "adobeScriptRunner.winPhotoshopExe" : {
9090 "type" : " string" ,
91- "default" : " C:/Program Files/Adobe/Adobe Photoshop CC 2019 /Photoshop.exe" ,
91+ "default" : " C:/Program Files/Adobe/Adobe Photoshop CC 2018 /Photoshop.exe" ,
9292 "description" : " Windows only: Path to Adobe Photoshop executable (Photoshop.exe)."
9393 }
9494 }
125125 "@types/node" : " ^7.0.43" ,
126126 "@types/mocha" : " ^2.2.42"
127127 }
128- }
128+ }
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments