Skip to content

Commit

Permalink
Merge pull request #481
Browse files Browse the repository at this point in the history
  • Loading branch information
theoludwig authored Nov 6, 2022
2 parents 6e5bf38 + c7b1036 commit 77896a0
Show file tree
Hide file tree
Showing 10 changed files with 409 additions and 386 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: 'actions/checkout@v3'

- name: 'Use Node.js'
uses: 'actions/setup-node@v3.4.1'
uses: 'actions/setup-node@v3.5.1'
with:
node-version: 'lts/*'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vscode-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: 'actions/checkout@v3'

- name: 'Use Node.js'
uses: 'actions/setup-node@v3.4.1'
uses: 'actions/setup-node@v3.5.1'
with:
node-version: 'lts/*'

Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.1.3

- **Fix**: "Unable to locate the project file" after upgrading `ts-standard` to v12 ([#494](https://github.com/standard/vscode-standard/pull/494))
- **Fix**: "TypeError: callback is not a function" error message ([#465](https://github.com/standard/vscode-standard/issues/465))

## 2.1.2

- **Fix**: Publishing issue on the VSCode Marketplace ([#444](https://github.com/standard/vscode-standard/issues/444))
Expand Down
94 changes: 47 additions & 47 deletions client/package-lock.json

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

8 changes: 4 additions & 4 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@
"lint": "ts-standard"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/glob": "^8.0.0",
"vscode-languageclient": "^8.0.2",
"vscode-nls": "^5.0.1"
"vscode-nls": "^5.2.0"
},
"dependencies": {
"@types/vscode": "^1.69.0",
"@types/vscode": "^1.73.0",
"ts-standard": "file:../node_modules/ts-standard",
"vscode-uri": "^3.0.3"
"vscode-uri": "^3.0.6"
}
}
Loading

0 comments on commit 77896a0

Please sign in to comment.