Skip to content

Commit a808e99

Browse files
committed
Update config options for pylsp
1 parent da98abc commit a808e99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lsp/data/lsp.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ lang_id_mappings=go.mod;go.mod;go.sum;go.sum;gotmpl;*tmpl
224224

225225
[Python]
226226
cmd=pylsp
227-
use_outside_project_dir=true
228-
use_without_project=true
227+
#use_outside_project_dir=true
228+
#use_without_project=true
229229
#initialization_options_file=/home/some_user/pylsp.json
230230
#rpc_log=stdout
231231
#rpc_log_full=false

0 commit comments

Comments
 (0)