Skip to content

Commit

Permalink
Update config (erlang_ls, yarn)
Browse files Browse the repository at this point in the history
  • Loading branch information
ghivert committed Dec 1, 2024
1 parent c02fcf3 commit 4321802
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 1,966 deletions.
8 changes: 8 additions & 0 deletions erlang_ls.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
app_dirs:
- "packages/*"
- "apps/*"
include_dirs:
- "packages"
- "apps"
- "packages/*/build/dev/erlang"
- "apps/*/build/dev/erlang"
2 changes: 1 addition & 1 deletion plugins/yarn-mise.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ function addVenvInPath(path, tomlDir, venvPath, scriptEnv) {
}

module.exports = {
name: `plugin-hello-world`,
name: `yarn-mise`,
factory: require => {
const path = require('path')
const fs = require('fs')
Expand Down
Loading

0 comments on commit 4321802

Please sign in to comment.