Merge pull request #546 from adityasharad/python/vs-workspace-settings

Python: Add QL for VS workspace settings file.
This commit is contained in:
Mark Shannon
2018-12-04 10:00:09 +00:00
committed by GitHub

View File

@@ -0,0 +1,8 @@
{
"ql.projects" : {
"." : {
"dbScheme" : "semmlecode.python.dbscheme",
"libraryPath" : []
}
}
}