pysen-vscodeInstall
Commands
SettingsYou can configure both client and server settings via Setting page in VSCode.
Keep in mind that you need to call pysen.client.connectionModeControls the communication method to pysen-ls.
pysen.client.pythonPathSpecifies the python path to use pysen.
pysen.client.tcpHostSpecifies the host name to connect pysen-ls server. This setting only works with connectionMode is 'tcp'.
pysen.client.tcpPortSpecifies the port to connect pysen-ls server. This setting only works with connectionMode is 'tcp'.
pysen.server.enableLintOnSaveControls whether to trigger the lint task on save.
pysen.server.enableCodeActionEnable/disable code actions.
pysen.server.lintTargetsControls target names for pysen to invoke in the lint task.
pysen.server.formatTargetsControls target names for pysen to invoke in the format task.
pysen.trace.serverTraces the communication between VSCode and the pysen language server.
|