diff --git a/.vscodeignore b/.vscodeignore index 314df7a..b1075a5 100644 --- a/.vscodeignore +++ b/.vscodeignore @@ -9,6 +9,7 @@ prepare-release.js config/** test/** src/** +!src/extension/assets/** tsconfig.json tslint.json diff --git a/README.md b/README.md index 1a382c2..7b7c2ac 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,6 @@ Here is a brief list, of what TypeScript Hero is capable of (more at the end): - Sort and organize your imports (sort and remove unused) - Code outline view of your open TS / TSX document -[![Travis](https://img.shields.io/travis/buehler/typescript-hero.svg)](https://travis-ci.org/buehler/typescript-hero) -[![Marketplace](http://vsmarketplacebadge.apphb.com/version-short/rbbit.typescript-hero.svg)](https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero) -[![Installs](http://vsmarketplacebadge.apphb.com/installs/rbbit.typescript-hero.svg)](https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero) -[![GitHub issues](https://img.shields.io/github/issues/buehler/typescript-hero.svg)](https://github.com/buehler/typescript-hero/issues) -[![GitHub pull requests](https://img.shields.io/github/issues-pr/buehler/typescript-hero.svg)](https://github.com/buehler/typescript-hero/pulls) -[![license](https://img.shields.io/github/license/buehler/typescript-hero.svg)](https://github.com/buehler/typescript-hero/blob/master/LICENSE) - ## Commands All commands are preceeded by `typescriptHero`. diff --git a/package-lock.json b/package-lock.json index c88db84..a2c1a30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -284,9 +284,9 @@ "integrity": "sha1-cVuW6phBWTzDMGeSP17GDr2k99c=" }, "chai": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/chai/-/chai-4.0.2.tgz", - "integrity": "sha1-L3MnxN5vOF3XeHmZ4qsCaXoyuDs=", + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/chai/-/chai-4.1.0.tgz", + "integrity": "sha1-MxoDkbVcOvh0CunDt0WLwcOAXm0=", "dev": true }, "chalk": { diff --git a/package.json b/package.json index 207eddc..948c6d5 100644 --- a/package.json +++ b/package.json @@ -34,12 +34,12 @@ "description": "Travis build" }, { - "url": "http://vsmarketplacebadge.apphb.com/version-short/rbbit.typescript-hero.svg", + "url": "https://vsmarketplacebadge.apphb.com/version-short/rbbit.typescript-hero.svg", "href": "https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero", "description": "Marketplace" }, { - "url": "http://vsmarketplacebadge.apphb.com/installs/rbbit.typescript-hero.svg", + "url": "https://vsmarketplacebadge.apphb.com/installs/rbbit.typescript-hero.svg", "href": "https://marketplace.visualstudio.com/items?itemName=rbbit.typescript-hero", "description": "Installs" },