Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Effect language service reproduction repo

Copy-paste reproduction template:

BRANCH_NAME="!!CHANGE ME!!"

cd $(mktemp -d)
git clone --depth 1 -b $BRANCH_NAME https://github.com/nikelborm/effect-language-service-repro.git
cd effect-language-service-repro/

# Possible warning of mise could be ignored, because `mise` is not needed for reproduction.
# Although you can disable the warning by uncommenting the following line
# mise trust

bun install --frozen-lockfile
code . ./index.ts

To unshallow the repo and get access to all other branches:

git fetch --unshallow
git config remote.origin.fetch "+refs/heads/*:refs/remotes/origin/*"
git fetch --all

About

Reproductions for Effect.ts's language service

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Used by

Contributors

Languages