Python: Add QL for VS workspace settings file.

This commit is contained in:
Aditya Sharad
2018-11-26 15:10:12 +00:00
parent c20b688a3f
commit 38095e2f96

View File

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