Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mkloubert committed Dec 27, 2017
1 parent e12310b commit cd72c29
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Change Log (vscode-deploy-reloaded)

## 0.1.0 (December 27th, 2017; initial release)
## 0.1.1 (December 27th, 2017; initial release)

For more information about the extension, that a look at the [project page](https://github.com/mkloubert/vscode-deploy-reloaded) or the [wiki](https://github.com/mkloubert/vscode-deploy-reloaded/wiki).
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-deploy-reloaded",
"displayName": "Deploy (Reloaded)",
"description": "Deploys files of a workspace to a destination.",
"version": "0.1.0",
"version": "0.1.1",
"publisher": "mkloubert",
"engines": {
"vscode": "^1.19.0"
Expand Down
2 changes: 0 additions & 2 deletions src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1388,8 +1388,6 @@ async function activateExtension(context: vscode.ExtensionContext) {
return;
}

update = false;

const CUR_DIR = __dirname;
const CHANGELOG_FILE = Path.join(CUR_DIR, '../CHANGELOG.md');

Expand Down

0 comments on commit cd72c29

Please sign in to comment.