Skip to content

Commit 7bac6ef

Browse files
committed
build: suite - add intellij modules for include and site-packages
1 parent fbc9168 commit 7bac6ef

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

mx.graalpython/suite.py

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,18 @@
113113
"source": []
114114
},
115115

116+
"python.include": {
117+
"type": "python",
118+
"path": 'graalpython/include',
119+
"source": []
120+
},
121+
122+
"python.site-packages": {
123+
"type": "python",
124+
"path": 'graalpython/site-packages',
125+
"source": []
126+
},
127+
116128
"perf.benchmarks": {
117129
"type": "python",
118130
"path": 'graalpython/benchmarks',

0 commit comments

Comments
 (0)