Skip to content

Commit

Permalink
vscode: add langkit to python.analysis.extraPaths
Browse files Browse the repository at this point in the history
  • Loading branch information
thvnx committed Nov 24, 2021
1 parent aac22b0 commit 44941fe
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
"ada.projectFile": "build/mains.gpr",
"git.ignoreLimitWarning": true
"git.ignoreLimitWarning": true,
"python.analysis.extraPaths": [
"./langkit"
]
}

0 comments on commit 44941fe

Please sign in to comment.