File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ const commands_1 = require("./atom/commands");
25
25
let linter ;
26
26
let statusBar ;
27
27
function activate ( state ) {
28
- require ( 'atom-package-deps' ) . install ( 'atom-typescript' ) . then ( ( ) => {
28
+ require ( 'atom-package-deps' ) . install ( 'atom-typescript-beta ' ) . then ( ( ) => {
29
29
let statusPriority = 100 ;
30
30
for ( const panel of statusBar . getRightTiles ( ) ) {
31
31
if ( panel . getItem ( ) . tagName === "GRAMMAR-SELECTOR-STATUS" ) {
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ let statusBar: StatusBar
31
31
interface PackageState { }
32
32
33
33
export function activate ( state : PackageState ) {
34
- require ( 'atom-package-deps' ) . install ( 'atom-typescript' ) . then ( ( ) => {
34
+ require ( 'atom-package-deps' ) . install ( 'atom-typescript-beta ' ) . then ( ( ) => {
35
35
36
36
let statusPriority = 100
37
37
for ( const panel of statusBar . getRightTiles ( ) ) {
Original file line number Diff line number Diff line change 5
5
"preferGlobal" : true ,
6
6
"description" : " The only TypeScript plugin you will ever need." ,
7
7
"activationHooks" : [
8
- " atom-typescript:grammar-used"
8
+ " atom-typescript-beta :grammar-used"
9
9
],
10
10
"scripts" : {
11
11
"build" : " tsc -p ./lib" ,
You can’t perform that action at this time.
0 commit comments