Skip to content

Commit e54e634

Browse files
update tag
1 parent 39261c9 commit e54e634

File tree

3 files changed

+7
-8
lines changed

3 files changed

+7
-8
lines changed

.vscodeignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,14 @@ vsc-extension-quickstart.md
99
**/*.map
1010
**/*.ts
1111

12+
# Extra files to ignore
1213
app/node_modules/**
1314
app/src/**
1415
app/public/*.map
1516
app/public/favicon.png
1617
app/*.json
1718
app/**.md
1819
app/rollup.config.js
19-
assets/**
20+
assets/snippet.gif
21+
tsconfig.json
22+
webpack.config.js

CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Change Log
22

3-
All notable changes to the "stack-overflow-view" extension will be documented in this file.
4-
5-
Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6-
7-
## [Unreleased]
3+
## [0.1.1]
84

95
- Initial release

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg?logo=visual-studio-code&style=flat-square)](https://code.visualstudio.com/)
66
[![made-with-svelte](https://img.shields.io/badge/Made%20With-svelte-orange?style=flat-square)](https://github.com/sveltejs/svelte)
77

8-
<img src="assets/logo.png" height="95" />
8+
<img src="https://github.com/IsaacSomething/stackoverflow-view-vscode/blob/master/assets/logo.png?raw=true" height="95" />
99

1010
Visual Studio Code extension for access to Stack Overflow inside of the editor. `["vscode":"^1.37.0"]`
1111

12-
![snippet](assets/snippet.gif)
12+
![snippet](https://github.com/IsaacSomething/stackoverflow-view-vscode/blob/master/assets/snippet.gif?raw=true)
1313

1414
### Configuration
1515
---

0 commit comments

Comments
 (0)