RobertSandiford
RobertSandiford
- Version: 2.1.2 - TypeScript Version: - Operating System and version (if applicable): Win - Node Version (if applicable): 14 ### Description cjstoesm creates invalid variable names beginning with numbers...
## context build.sbt: `scalaVersion := "3.3.0"` sbt v1.9.3 Running in PowerShell in VS Code ## steps run `sbt -error ~run` ## problem Non error output that looks to come from...
Hi, Just tried to get started, using Scala 3 JS, and found this page: https://japgolly.github.io/scalacss/book/quickstart/index.html This didn't work with some cryptic errors about conflicting cross-version suffixes. I figure it's because...
Why does enabling this extension make it so that when I type a ( it adds a closing ) immediately afterwards? Highly annoying and disruptive.
The popular VS Code plugin is failing with this plugin. It doesn't like the entry point specification ``` "main": "lib/index.js", ``` Changing this to ``` "main": "./lib/index.js", ``` fixes the...