Updated documentation

This commit is contained in:
Florian Bouillon 2021-07-15 17:13:26 +00:00
parent 39dc365887
commit 35d0af0b0a
3 changed files with 246 additions and 236 deletions

View File

@ -2,6 +2,11 @@
All notable changes to the "code-stats-vscode" extension will be documented in this file. All notable changes to the "code-stats-vscode" extension will be documented in this file.
## [1.1.0] - 2021-07-15
- Extension now works on remote containers without anything to do
- A command can now be used to set the API_KEY setting
## [1.0.18] - 2020-04-01 ## [1.0.18] - 2020-04-01
### Changed ### Changed

View File

@ -2,9 +2,9 @@
This is a Visual Studio Code extension to send updates to [https://codestats.net](https://codestats.net) This is a Visual Studio Code extension to send updates to [https://codestats.net](https://codestats.net)
## NOTICE ## Note
I had to publish the latest version under a new publisher account. This means that if you have the old version installed you won't get an update for it. You have to uninstall the 1.0.8 or older version and install the new one from the new publisher name 'riussi' from https://marketplace.visualstudio.com/items?itemName=riussi.code-stats-vscode This is a fork that will try stay up to date with VSCode and available on open-vsx.org
## Features ## Features
@ -24,6 +24,11 @@ This extension contributes the following settings:
## Release Notes ## Release Notes
### 1.1.0
- Extension now works on remote containers without anything to do
- A command can now be used to set the API_KEY setting
### 1.0.18 ### 1.0.18
Updated dependencies. Updated dependencies.

View File

@ -15,7 +15,7 @@
"icon": "logo.png", "icon": "logo.png",
"repository": { "repository": {
"type": "gitlab", "type": "gitlab",
"url": "https://gitlab.com/juha.ristolainen/code-stats-vscode" "url": "https://gitlab.com/aviortheking/code-stats-vscode"
}, },
"engines": { "engines": {
"vscode": "^1.43.2" "vscode": "^1.43.2"