Skip to content

Commit

Permalink
Doing a version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Drew committed Feb 12, 2025
1 parent c5f850e commit b4f5bc0
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CFML Formatter

CFML formatter is a Visual Studio Code extension that provides formatting for CFML files using [Lucee Server](https://www.lucee.org/) and [CFFormat]((https://github.com/jcberquist/commandbox-cfformat)
CFML formatter is a Visual Studio Code extension that provides formatting for CFML files using [Lucee Server](https://www.lucee.org/) and [CFFormat](https://github.com/jcberquist/commandbox-cfformat)

Under the hood it uses a Lucee Language Server to provide the formatting capabilities.

Expand Down
Binary file added assets/workspace_rules.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions package-lock.json

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

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Mark Drew",
"preview": true,
"license": "MIT",
"version": "1.0.66",
"version": "1.0.68",
"publisher": "markdrew",
"repository": {
"type": "git",
Expand Down Expand Up @@ -53,7 +53,8 @@
"compile": "tsc -b",
"watch": "tsc -b -w",
"postinstall": "cd client && npm install && cd ..",
"vscode:package": "vsce package --allow-missing-repository"
"vscode:package": "vsce package",
"vscode:publish": "vsce publish --pre-release"
},
"devDependencies": {
"typescript": "^5.7.3"
Expand Down
4 changes: 2 additions & 2 deletions resources/lucee_lsp-1.0-all.jar
Git LFS file not shown
4 changes: 2 additions & 2 deletions server/src/main/resources/lucee_lsp.war
Git LFS file not shown

0 comments on commit b4f5bc0

Please sign in to comment.