Skip to content

Commit

Permalink
Merge branch 'release/1.12.24'
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhioromano committed Nov 19, 2023
2 parents b54fc0d + 5c68b4e commit 4971d24
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,9 @@ Utilize VS Code Formatter API. Use general formatting command short keys. It cap

## Release Notes

### 1.12.22
### 1.12.23

- add spaces formatting
- add `PROPERTY` with SET and GET and snippet
- add `METHOD` snippet
- add - `CLASS ... END_CLASS` keywords and snippet
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
"name": "vscode-st",
"displayName": "Structured Text language Support",
"description": "Supports for syntax highlights, snippets for IEC 61131-3 Structured Text",
"version": "1.12.23",
"version": "1.12.24",
"publisher": "Serhioromano",
"sponsor": {
"url": "https://www.paypal.com/donate/?hosted_button_id=UTU4EMPLLLX54"
},
"scripts": {
"vscode:prepublish": "npm run esbuild-base -- --minify",
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/main.js --external:vscode --format=cjs --platform=node",
"esbuild-base": "esbuild ./src/extension.ts --bundle --outfile=out/extension.js --external:vscode --format=cjs --platform=node",
"esbuild": "npm run esbuild-base -- --sourcemap",
"esbuild-watch": "npm run esbuild-base -- --sourcemap --watch",
"publish": "vsce package && gh release create $(node -pe \"require('./package.json')['version']\") --generate-notes \"./vscode-gitflow-$(node -pe \"require('./package.json')['version']\").vsix\" && vsce publish",
Expand Down

0 comments on commit 4971d24

Please sign in to comment.