Skip to content

Commit 8cd4978

Browse files
authored
Merge pull request #546 from adityasharad/python/vs-workspace-settings
Python: Add QL for VS workspace settings file.
2 parents 3d058a2 + 38095e2 commit 8cd4978

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"ql.projects" : {
3+
"." : {
4+
"dbScheme" : "semmlecode.python.dbscheme",
5+
"libraryPath" : []
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)