Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
fix(code outline): Ensure missing icons (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
buehler committed Jul 12, 2017
1 parent 1d850ee commit b405d1a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 12 deletions.
1 change: 1 addition & 0 deletions .vscodeignore
Expand Up @@ -9,6 +9,7 @@ prepare-release.js
config/**
test/**
src/**
!src/extension/assets/**
tsconfig.json
tslint.json

Expand Down
7 changes: 0 additions & 7 deletions README.md
Expand Up @@ -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`.
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -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"
},
Expand Down

0 comments on commit b405d1a

Please sign in to comment.