Skip to content

Commit 53c375c

Browse files
committed
added vscode config
1 parent 14e0102 commit 53c375c

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

buildout.pm.code-workspace

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,22 @@
11
{
22
"folders": [
3+
{
4+
"path": "/srv/zinstances/buildout.pm/src/Products.PloneMeeting"
5+
},
6+
{
7+
"path": "/srv/zinstances/buildout.pm/src/Products.MeetingCommunes"
8+
},
39
{
410
"path": "."
511
}
612
],
7-
"settings": {}
13+
"settings": {
14+
"makefile.extensionOutputFolder": "./.vscode",
15+
"python.analysis.extraPaths": [
16+
"./parts/omelette/*",
17+
"./src/*"
18+
],
19+
"python.defaultInterpreterPath": "/srv/zinstances/buildout.pm/bin/python",
20+
"python.analysis.indexing": true
21+
}
822
}

0 commit comments

Comments
 (0)