Ólafur Páll Geirsson
Ólafur Páll Geirsson
A workaround to improve the current copy-paste behavior by a tiny bit is to disable the "auto indent" setting in VS Code
@yualan Thank you for reaching out! This sounds interesting and we would be happy to having the Scala extension appear in the Azure Data Studio extension. > The work to...
We currently automatically release the VS Code extension on git tag push from CI using the `vsce` command-line interface. See https://github.com/scala/vscode-scala-syntax/blob/37c1f3655839fe983bdc898ac954fc83af8de496/bin/ci-release.sh#L38 Is there any equivalent tool for Azure Data Studio?...
Would it be possible for you to publish the extension for us? It's not obvious to me how to submit a valid PR. I tried to take inspiration from other...
Thank you for reporting! I believe tree-sitter is the future for a lot of exciting dev tooling and I would love to have it support Scala. I’m not aware of...
Could we automatically derive the whitelist as files that are not in any `sources` in the sbt build?
We could embed an sbt-launcher.jar in the repo and configure .travis.yml to be a js project. It should be possible to cache the nested node_modules directories, just by hard-coding them.
I prefer to use Travis because it's a lot simpler to setup caching. I was the one pushing for Drone at the SC originally, but at this point I've spent...
After #101 the npm download size is significantly smaller, CI went from 10 minutes to 5 minutes. Would still be nice to cache node_modules.
We can achieve this with a command that updates the build state, here is prior art https://gist.github.com/olafurpg/5ea6b16bbdb8b49f47a661acedbe1d36 With `SemanticdbPlugin` installed, you can run the `mbrowse` command and it enables the...