ericglau / cairo-ls

Cairo Language Server

Home Page:https://marketplace.visualstudio.com/items?itemName=ericglau.cairo-ls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Read source dir from python project setup

ericglau opened this issue · comments

Read the following from setup.cfg as an alternative to the language server's sourceDir setting:

[options.packages.find]
where = src

See https://github.com/OpenZeppelin/cairo-contracts/blob/main/setup.cfg