Commit 91566bb
authored
fix: [@W-18962100@] fix client config for trace server (#92)
* fix: separate logger channel from extension channel
* chore: fix tests
* chore: setup nls support for package text
* chore: config alignment fixes
* chore: simplify applying client config to server
* chore: where is trace
* chore: let vscode client fully control output
* chore: fix missing labels1 parent 04498ef commit 91566bb
File tree
36 files changed
+1757
-677
lines changed- packages
- apex-ls-node
- src
- utils
- test
- utils
- apex-lsp-vscode-client/src
- apex-lsp-vscode-extension-web
- apex-lsp-vscode-extension
- src
- test
- mocks
- lsp-compliant-services
- examples
- src/settings
- test/settings
36 files changed
+1757
-677
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
50 | 61 | | |
51 | 62 | | |
52 | 63 | | |
| |||
95 | 106 | | |
96 | 107 | | |
97 | 108 | | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
98 | 120 | | |
99 | 121 | | |
100 | 122 | | |
| |||
136 | 158 | | |
137 | 159 | | |
138 | 160 | | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | 161 | | |
143 | 162 | | |
144 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
22 | 53 | | |
23 | 54 | | |
24 | 55 | | |
| |||
33 | 64 | | |
34 | 65 | | |
35 | 66 | | |
36 | | - | |
| 67 | + | |
37 | 68 | | |
38 | 69 | | |
39 | 70 | | |
40 | | - | |
41 | 71 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
46 | 78 | | |
| 79 | + | |
47 | 80 | | |
48 | 81 | | |
49 | 82 | | |
50 | 83 | | |
51 | 84 | | |
52 | | - | |
| 85 | + | |
53 | 86 | | |
54 | 87 | | |
55 | 88 | | |
56 | 89 | | |
57 | 90 | | |
58 | | - | |
| 91 | + | |
59 | 92 | | |
60 | 93 | | |
61 | 94 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
247 | 247 | | |
248 | 248 | | |
249 | 249 | | |
| 250 | + | |
250 | 251 | | |
251 | 252 | | |
252 | 253 | | |
| |||
0 commit comments