Skip to content

Commit

Permalink
Update formatter (#310)
Browse files Browse the repository at this point in the history
* Update formatter

* 0.16.14

* Update formatter
  • Loading branch information
rvanasa authored Nov 26, 2024
1 parent c2fb7de commit 646e036
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 24 deletions.
45 changes: 24 additions & 21 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-motoko",
"displayName": "Motoko",
"description": "Motoko language support",
"version": "0.16.13",
"version": "0.16.14",
"publisher": "dfinity-foundation",
"repository": "https://github.com/dfinity/vscode-motoko",
"engines": {
Expand Down Expand Up @@ -175,7 +175,7 @@
"mnemonist": "0.39.5",
"motoko": "3.9.1",
"prettier": "2.8.0",
"prettier-plugin-motoko": "0.9.2",
"prettier-plugin-motoko": "0.10.1",
"semver": "7.6.3",
"url-relative": "1.0.0",
"vscode-languageclient": "8.0.2",
Expand Down
2 changes: 1 addition & 1 deletion scripts/generate.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ if (!fs.existsSync(generatedDirectory)) {

https
.get(
'https://raw.githubusercontent.com/dfinity/interface-spec/master/spec/_attachments/ic.did',
'https://raw.githubusercontent.com/dfinity/portal/master/docs/references/_attachments/ic.did',
(response) => {
if (response.statusCode !== 200) {
throw new Error(
Expand Down

0 comments on commit 646e036

Please sign in to comment.