Sebastián Barrios Slight
08/23/2022, 7:40 PMYannick
08/23/2022, 8:49 PMpyrightconfig.json
files in every service to configure the pyright/pylance language servers (the latter being the default language server in VSCode). This way the language server should look for a virtualenv for the particular service in the root-level .venvs
directory, eg .venvs/orchest-api
.
Alternatively you can create one big virtualenv with the requirements of every service (since those will more or less use the same versions).Sebastián Barrios Slight
08/24/2022, 4:46 PMYannick
08/24/2022, 4:47 PM