File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ in `packages/pyright-scip` which can be invoked with Node
6464to index a test project.
6565
6666```
67- node --enable-source-maps ./index.js <other args >
67+ node ./index.js <other args >
6868```
6969
7070### Running tests
@@ -73,8 +73,6 @@ node --enable-source-maps ./index.js <other args>
7373npm run check-snapshots
7474```
7575
76- ** WARNING:** At the moment, there are [ some known test failures on macOS] ( https://github.com/sourcegraph/scip-python/issues/91 ) .
77-
7876Using a different Python version other than the one specified
7977in ` .tool-versions ` may also lead to errors.
8078
Original file line number Diff line number Diff line change 11{
22 "name" : " @sourcegraph/scip-python" ,
3- "version" : " 0.6.0 " ,
3+ "version" : " 0.6.1 " ,
44 "description" : " SCIP indexer for Python" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments