Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
golf1052 committed Oct 10, 2020
1 parent 440b249 commit 12b56bd
Show file tree
Hide file tree
Showing 11 changed files with 1,164 additions and 2,474 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
out
*.vsix
.vscode-test/*

# Logs
logs
Expand Down
12 changes: 6 additions & 6 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
// A launch configuration that launches the extension inside a new window
{
"version": "0.1.0",
"version": "0.2.0",
"configurations": [
{
"type": "node",
Expand Down Expand Up @@ -49,11 +49,11 @@
"type": "extensionHost",
"request": "launch",
"runtimeExecutable": "${execPath}",
"args": ["--extensionDevelopmentPath=${workspaceRoot}", "--extensionTestsPath=${workspaceRoot}/out/test" ],
"stopOnEntry": false,
"sourceMaps": true,
"outFiles": [ "${workspaceRoot}/out/test/**/*.js" ],
"preLaunchTask": "npm"
"args": [
"--extensionDevelopmentPath=${workspaceRoot}",
"--extensionTestsPath=${workspaceRoot}/out/test/suite/index"
],
"outFiles": [ "${workspaceRoot}/out/test/**/*.js" ]
}
]
}
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [1.13.1] - 2020-10-09
## Fixed
- Upgraded dependencies

## [1.13.0] - 2020-07-15
## Added
- Added command to activate all themes (see https://github.com/golf1052/base16-generator/issues/16)
Expand Down
Loading

0 comments on commit 12b56bd

Please sign in to comment.