18 Jul 2022 |
armanbilge#6192 | usually when you make a new repo, you watch it automatically | 20:10:06 |
armanbilge#6192 | but that doesn't apply to forks | 20:10:11 |
SethTisue#7418 | when I do a Scala 2 release I PR a change to https://github.com/scala-steward-org/scala-steward/blob/main/modules/core/src/main/resources/default.scala-steward.conf to tell the steward it's okay to start pushing the upgrade โย will your setup pick that up as well? | 20:19:37 |
armanbilge#6192 | that's a great question. I assume our default config inherits from that default config, but idk. politely pinging fthomas ๐ | 20:27:36 |
19 Jul 2022 |
| fthomas joined the room. | 06:28:37 |
fthomas | Yes, it will pick that up. All config files are merged. The default from the Scala Steward repo is merged with an instance-wide config which again is merged with the repo-specific configs. | 06:28:37 |
armanbilge#6192 | Thanks, good to know! | 06:29:36 |
fthomas | NP. I should add that the instances always download the latest version of https://github.com/scala-steward-org/scala-steward/blob/main/modules/core/src/main/resources/default.scala-steward.conf so that changes there are immediately available to all instances. | 06:34:43 |
tgodzik#4885 | Chris Kipp och, actually I think Krzysztof asked me to take a look at the repo ๐ฎ | 09:51:39 |
tgodzik#4885 | but he forgot to give me permissions and he is on vacation | 09:53:03 |
tgodzik#4885 | I need to find someone else who can give it to me ๐
| 09:53:20 |
tgodzik#4885 | Ok, things should be merged | 10:03:01 |
tgodzik#4885 | I will stay on top of that | 10:03:08 |
23 Jul 2022 |
| slovvik joined the room. | 12:35:46 |
25 Jul 2022 |
velvetbaldmime#6377 | Super off topic, but... Anyone here writing JS/TS anywhere outside of WebStorm/VS Code? Is LSP for JS/TS even a thing? | 09:57:01 |
ckipp01#8775 | yea, if you're using lspconfig you can install the tsserver and enable it | 09:59:23 |
ckipp01#8775 | it works very well | 09:59:27 |
ckipp01#8775 | * it works quite well | 09:59:31 |
ckipp01#8775 | https://github.com/typescript-language-server/typescript-language-server | 10:00:24 |
velvetbaldmime#6377 | right, I think I was thrown off thinking it needs extra configuration on top of package.json | 10:00:32 |
ckipp01#8775 | like the installing the server part? | 10:00:52 |
velvetbaldmime#6377 | it makes sense, it'd be insane if MS didn't have a LSP for TS ๐ | 10:00:54 |
velvetbaldmime#6377 | nah, the tsconfig.json | 10:01:03 |
velvetbaldmime#6377 | * it makes sense, it'd be complete BS if MS didn't have a LSP for TS ๐ | 10:01:21 |
gabro#3710 | actually, MS does not have LSP for TS | 10:50:06 |
gabro#3710 | tsserver is where LSP stemmed from, but it has not been backported yet | 10:50:21 |
gabro#3710 | itโs like 90% close, but still a custom protocol which doesnโt implement LSP to the spec | 10:50:39 |
gabro#3710 | in fact, the one chris linked is a LSP adapter for tsserver | 10:52:51 |
ckipp01#8775 | huh, I never looked that closely at it to even realize that | 11:09:53 |
ckipp01#8775 | * huh, I never looked that closely at it to even realize that. TIL | 11:09:58 |