Skip to content

Commit 348cc2b

Browse files
committed
chore: fix LSP
Now we can jump to definitions and show documentations and auto completions using SourceKit-LSP.
1 parent 43ac370 commit 348cc2b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.sourcekit-lsp/config.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"swiftPM": {
3+
"configuration": "release",
4+
"triple": "aarch64-none-none-elf",
5+
"swiftCompilerFlags": [
6+
"-enable-experimental-feature", "Embedded",
7+
]
8+
}
9+
}

0 commit comments

Comments
 (0)