Skip to content

Commit 1c1ae6b

Browse files
authored
Merge pull request #77 from kkebo/fix-lsp
chore: fix LSP
2 parents 43ac370 + 348cc2b commit 1c1ae6b

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)