-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
31 additions
and
15 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
"displayName": "Julia Formatter", | ||
"publisher": "0h7z", | ||
"icon": "icon.ico", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"license": "AGPL-3.0-or-later", | ||
"description": "A formatter for the Julia language", | ||
"repository": { | ||
|
@@ -56,7 +56,7 @@ | |
}, | ||
"scripts": { | ||
"npm": "npm i && npm ci && npm up", | ||
"all": "npm ci && pnpm compile && pnpm build && pnpm package", | ||
"all": "npm ci && pnpm compile && pnpm build && pnpm package && npm ci", | ||
"upd": "pnpm up --latest && pnpm add -D @types/[email protected] && pnpm npm", | ||
"package": "julia pre-package.jl && vsce package && julia post-package.jl", | ||
"build": "pnpm esbuild --minify", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters