Skip to content

Commit 6e7664a

Browse files
authored
Update lsp_server_config.json
1 parent a3cd3b1 commit 6e7664a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lspclient/lsp_server_config.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"version": "0.1",
3-
"loglevel": "critical",
3+
"loglevel": "info",
44
"logpath": "D:\\npplsplog.txt",
55
"lspservers": [
66
{
77
"PYTHON": {
88
"pipe": "io",
99
"executable": "D:\\ProgramData\\Python\\Python38_64\\Scripts\\pyls.exe",
10-
"args": []
10+
"args": ["--check-parent-process", "--log-file", "D:\\log.txt", "-v"]
1111
}
1212
},
1313
{

0 commit comments

Comments
 (0)