Skip to content

Commit

Permalink
Make julials support macOS.
Browse files Browse the repository at this point in the history
  • Loading branch information
manateelazycat committed Nov 3, 2023
1 parent 41b0e7a commit a57b543
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions langserver/julials_darwin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
{
"name": "julials",
"languageId": "julia",
"command": [
"julia",
"--project=~/.julia/packages/LanguageServer/0vsx2/src",
"-e",
"using LanguageServer; runserver()"
],
"settings": {
"julia.lint.call": true,
"julia.lint.iter": true,
"julia.lint.nothingcomp": true,
"julia.lint.constif": true,
"julia.lint.lazy": true,
"julia.lint.datadecl": true,
"julia.lint.typeparam": true,
"julia.lint.modname": true,
"julia.lint.pirates": true,
"julia.lint.useoffuncargs": true,
"julia.lint.run": true,
"julia.lint.missingrefs": "all",
"julia.lint.disabledDirs": [],
"julia.completionmode": true
},
"support-single-file": true
}

0 comments on commit a57b543

Please sign in to comment.