Skip to content

How to pass a configuration file to the language server? #7650

Answered by erictraut
InSyncWithFoo asked this question in Q&A
Discussion options

You must be logged in to vote

You place your configuration file (either a pyrightconfig.json or pyproject.toml) in the root directory of your project. Typically, you'll want to commit your config file to the repo so it can be shared by all of your project's collaborators. By contrast, language server settings are typically not committed to the repo and are specific to each developer.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@InSyncWithFoo
Comment options

@erictraut
Comment options

@fkrauthan
Comment options

Answer selected by InSyncWithFoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants