Skip to content

Commit

Permalink
chore(vscode): version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
tamasfe committed Jul 17, 2022
1 parent 4b913a6 commit 6787876
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
7 changes: 7 additions & 0 deletions editors/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 0.16.5

### Fixes

- Fixed the language server ignoring the given path to the configuration file in `evenBetterToml.taplo.configFile.path`
- Environment variables are now correctly passed to the bundled language server

## 0.16.4

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions editors/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "even-better-toml",
"displayName": "Even Better TOML",
"description": "Fully-featured TOML support",
"version": "0.16.4",
"version": "0.16.5",
"autoTag": {
"enabled": true
},
Expand Down Expand Up @@ -386,7 +386,7 @@
"build": "rm -rf dist && yarn build:syntax && yarn build:node && yarn build:browser-extension && yarn build:browser-server"
},
"dependencies": {
"@taplo/lsp": "^0.3.1",
"@taplo/lsp": "^0.3.3",
"deep-equal": "^2.0.5",
"encoding": "^0.1.13",
"fast-glob": "^3.2.11",
Expand Down
10 changes: 5 additions & 5 deletions editors/vscode/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -189,12 +189,12 @@ __metadata:
languageName: node
linkType: hard

"@taplo/lsp@npm:^0.3.1":
version: 0.3.1
resolution: "@taplo/lsp@npm:0.3.1"
"@taplo/lsp@npm:^0.3.3":
version: 0.3.3
resolution: "@taplo/lsp@npm:0.3.3"
dependencies:
"@taplo/core": ^0.1.0
checksum: 060155c2701188b60c830ffe507244920f22d60e6b85e88b556a3679b77fe058548d2db2477a7ed22de95fdd1226dbf046f14ee9f62fc1b6a80d72567aa18113
checksum: bf481ebfecc13d73ea75e0911dcaff809a233fb908cd876a8a9be1ca3ff8e38c6691ec71f4a0473198470c2e7204812b95154595386204c6e72a3e2bdc1e9f3f
languageName: node
linkType: hard

Expand Down Expand Up @@ -1208,7 +1208,7 @@ __metadata:
"@rollup/plugin-commonjs": ^22.0.0
"@rollup/plugin-node-resolve": ^13.3.0
"@rollup/plugin-replace": ^4.0.0
"@taplo/lsp": ^0.3.1
"@taplo/lsp": ^0.3.3
"@types/deep-equal": ^1.0.1
"@types/node": ^18.0.0
"@types/vscode": ^1.68.0
Expand Down

0 comments on commit 6787876

Please sign in to comment.