File tree Expand file tree Collapse file tree 3 files changed +7
-8
lines changed
Expand file tree Collapse file tree 3 files changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,14 @@ vsc-extension-quickstart.md
99** /* .map
1010** /* .ts
1111
12+ # Extra files to ignore
1213app /node_modules /**
1314app /src /**
1415app /public /* .map
1516app /public /favicon.png
1617app /* .json
1718app /** .md
1819app /rollup.config.js
19- assets /**
20+ assets /snippet.gif
21+ tsconfig.json
22+ webpack.config.js
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
1010Visual 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---
You can’t perform that action at this time.
0 commit comments