vscode

Quiet in here? Check #calva-dev out :smiley:
2021-03-20T11:09:07.005100Z

@ivana i updated @pedrorgirardi’s cljfmt vscode extension in a fork: https://github.com/sogaiu/vscode-cljfmt/tree/update-deps i added a .vsix to the repository for convenience but you can build a .vsix yourself if you wish:

npm install
npm run vsix
after installation (e.g. via "Install from VSIX..." menu item in extensions screen) usage is: * select text * invoke "Format Document" command (perhaps via command palette) the shortcut key in my environment is ctrl-shift-i (seems like a conflict with toggle developer tools, but it works here)

2021-03-20T19:07:20.005700Z

@sogaiu thanks alot, I'l try it soon!

2021-03-20T22:36:31.006700Z

Unfortunately didnt find vsix file in your fork, and can not build it myself:

$ npm run vsix
npm ERR! Linux 5.4.0-66-generic
npm ERR! argv "/usr/bin/node" "/usr/bin/npm" "run" "vsix"
npm ERR! node v8.10.0
npm ERR! npm  v3.5.2

npm ERR! missing script: vsix

2021-03-20T22:37:39.007600Z

Its a pity, but I cant try this formatter cause of problems above

2021-03-20T22:42:59.008600Z

Found vsix in project, but again on trying install from vsix

2021-03-20T22:43:04.008900Z

Corrupt ZIP: end of central directory record signature not found