pi-lens 3.6.2 → 3.6.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (207) hide show
  1. package/CHANGELOG.md +10 -2
  2. package/package.json +4 -4
  3. package/tsconfig.json +1 -1
  4. package/clients/__tests__/file-time.test.js +0 -216
  5. package/clients/__tests__/file-time.test.ts +0 -276
  6. package/clients/__tests__/format-service.test.js +0 -245
  7. package/clients/__tests__/format-service.test.ts +0 -339
  8. package/clients/__tests__/formatters.test.js +0 -271
  9. package/clients/__tests__/formatters.test.ts +0 -401
  10. package/clients/agent-behavior-client.js +0 -110
  11. package/clients/agent-behavior-client.test.js +0 -94
  12. package/clients/agent-behavior-client.test.ts +0 -116
  13. package/clients/amain-types.js +0 -164
  14. package/clients/architect-client.js +0 -291
  15. package/clients/ast-grep-client.js +0 -253
  16. package/clients/ast-grep-parser.js +0 -84
  17. package/clients/ast-grep-rule-manager.js +0 -89
  18. package/clients/ast-grep-types.js +0 -9
  19. package/clients/auto-loop.js +0 -131
  20. package/clients/biome-client.js +0 -420
  21. package/clients/biome-client.test.js +0 -144
  22. package/clients/biome-client.test.ts +0 -163
  23. package/clients/cache/rule-cache.js +0 -72
  24. package/clients/cache-manager.js +0 -245
  25. package/clients/cache-manager.test.js +0 -197
  26. package/clients/cache-manager.test.ts +0 -299
  27. package/clients/complexity-client.js +0 -675
  28. package/clients/complexity-client.test.js +0 -234
  29. package/clients/complexity-client.test.ts +0 -255
  30. package/clients/config-validator.js +0 -465
  31. package/clients/dependency-checker.js +0 -325
  32. package/clients/dependency-checker.test.js +0 -60
  33. package/clients/dependency-checker.test.ts +0 -71
  34. package/clients/dispatch/__tests__/autofix-integration.test.js +0 -245
  35. package/clients/dispatch/__tests__/autofix-integration.test.ts +0 -300
  36. package/clients/dispatch/__tests__/runner-registration.test.js +0 -234
  37. package/clients/dispatch/__tests__/runner-registration.test.ts +0 -286
  38. package/clients/dispatch/debug.log +0 -1
  39. package/clients/dispatch/dispatcher.edge.test.js +0 -82
  40. package/clients/dispatch/dispatcher.edge.test.ts +0 -100
  41. package/clients/dispatch/dispatcher.format.test.js +0 -46
  42. package/clients/dispatch/dispatcher.format.test.ts +0 -58
  43. package/clients/dispatch/dispatcher.inline.test.js +0 -74
  44. package/clients/dispatch/dispatcher.inline.test.ts +0 -93
  45. package/clients/dispatch/dispatcher.js +0 -381
  46. package/clients/dispatch/dispatcher.test.js +0 -116
  47. package/clients/dispatch/dispatcher.test.ts +0 -149
  48. package/clients/dispatch/integration.js +0 -108
  49. package/clients/dispatch/plan.js +0 -183
  50. package/clients/dispatch/runners/architect.js +0 -83
  51. package/clients/dispatch/runners/architect.test.js +0 -138
  52. package/clients/dispatch/runners/architect.test.ts +0 -162
  53. package/clients/dispatch/runners/ast-grep-napi.js +0 -405
  54. package/clients/dispatch/runners/ast-grep-napi.test.js +0 -107
  55. package/clients/dispatch/runners/ast-grep-napi.test.ts +0 -129
  56. package/clients/dispatch/runners/ast-grep.js +0 -157
  57. package/clients/dispatch/runners/biome.js +0 -55
  58. package/clients/dispatch/runners/config-validation.js +0 -67
  59. package/clients/dispatch/runners/go-vet.js +0 -48
  60. package/clients/dispatch/runners/index.js +0 -47
  61. package/clients/dispatch/runners/lsp.js +0 -102
  62. package/clients/dispatch/runners/oxlint.js +0 -67
  63. package/clients/dispatch/runners/oxlint.test.js +0 -230
  64. package/clients/dispatch/runners/oxlint.test.ts +0 -303
  65. package/clients/dispatch/runners/pyright.js +0 -100
  66. package/clients/dispatch/runners/pyright.test.js +0 -98
  67. package/clients/dispatch/runners/pyright.test.ts +0 -121
  68. package/clients/dispatch/runners/python-slop.js +0 -97
  69. package/clients/dispatch/runners/python-slop.test.js +0 -203
  70. package/clients/dispatch/runners/python-slop.test.ts +0 -298
  71. package/clients/dispatch/runners/ruff.js +0 -48
  72. package/clients/dispatch/runners/rust-clippy.js +0 -102
  73. package/clients/dispatch/runners/scan_codebase.test.js +0 -89
  74. package/clients/dispatch/runners/scan_codebase.test.ts +0 -105
  75. package/clients/dispatch/runners/shellcheck.js +0 -147
  76. package/clients/dispatch/runners/shellcheck.test.js +0 -98
  77. package/clients/dispatch/runners/shellcheck.test.ts +0 -129
  78. package/clients/dispatch/runners/similarity.js +0 -230
  79. package/clients/dispatch/runners/spellcheck.js +0 -106
  80. package/clients/dispatch/runners/spellcheck.test.js +0 -158
  81. package/clients/dispatch/runners/spellcheck.test.ts +0 -214
  82. package/clients/dispatch/runners/tree-sitter.js +0 -246
  83. package/clients/dispatch/runners/ts-lsp.js +0 -125
  84. package/clients/dispatch/runners/ts-slop.js +0 -113
  85. package/clients/dispatch/runners/type-safety.js +0 -142
  86. package/clients/dispatch/runners/utils/diagnostic-parsers.js +0 -134
  87. package/clients/dispatch/runners/utils/runner-helpers.js +0 -115
  88. package/clients/dispatch/runners/utils.js +0 -51
  89. package/clients/dispatch/runners/yaml-rule-parser.js +0 -360
  90. package/clients/dispatch/types.js +0 -16
  91. package/clients/dispatch/utils/format-utils.js +0 -44
  92. package/clients/dogfood.test.js +0 -201
  93. package/clients/dogfood.test.ts +0 -269
  94. package/clients/file-kinds.js +0 -177
  95. package/clients/file-kinds.test.js +0 -169
  96. package/clients/file-kinds.test.ts +0 -210
  97. package/clients/file-time.js +0 -152
  98. package/clients/file-utils.js +0 -40
  99. package/clients/fix-scanners.js +0 -204
  100. package/clients/format-service.js +0 -184
  101. package/clients/formatters.js +0 -488
  102. package/clients/go-client.js +0 -203
  103. package/clients/go-client.test.js +0 -127
  104. package/clients/go-client.test.ts +0 -143
  105. package/clients/installer/index.js +0 -403
  106. package/clients/interviewer-templates.js +0 -75
  107. package/clients/interviewer.js +0 -173
  108. package/clients/jscpd-client.js +0 -196
  109. package/clients/jscpd-client.test.js +0 -127
  110. package/clients/jscpd-client.test.ts +0 -145
  111. package/clients/knip-client.js +0 -239
  112. package/clients/knip-client.test.js +0 -112
  113. package/clients/knip-client.test.ts +0 -128
  114. package/clients/latency-logger.js +0 -40
  115. package/clients/lsp/__tests__/client.test.js +0 -310
  116. package/clients/lsp/__tests__/client.test.ts +0 -412
  117. package/clients/lsp/__tests__/config.test.js +0 -167
  118. package/clients/lsp/__tests__/config.test.ts +0 -217
  119. package/clients/lsp/__tests__/error-recovery.test.js +0 -213
  120. package/clients/lsp/__tests__/error-recovery.test.ts +0 -279
  121. package/clients/lsp/__tests__/integration.test.js +0 -127
  122. package/clients/lsp/__tests__/integration.test.ts +0 -160
  123. package/clients/lsp/__tests__/launch.test.js +0 -313
  124. package/clients/lsp/__tests__/launch.test.ts +0 -394
  125. package/clients/lsp/__tests__/server.test.js +0 -259
  126. package/clients/lsp/__tests__/server.test.ts +0 -332
  127. package/clients/lsp/__tests__/service.test.js +0 -438
  128. package/clients/lsp/__tests__/service.test.ts +0 -530
  129. package/clients/lsp/client.js +0 -350
  130. package/clients/lsp/config.js +0 -112
  131. package/clients/lsp/index.js +0 -318
  132. package/clients/lsp/installer/index.js +0 -391
  133. package/clients/lsp/interactive-install.js +0 -221
  134. package/clients/lsp/language.js +0 -170
  135. package/clients/lsp/launch.js +0 -329
  136. package/clients/lsp/lsp/launch.js +0 -116
  137. package/clients/lsp/lsp/server.js +0 -532
  138. package/clients/lsp/lsp-index.js +0 -10
  139. package/clients/lsp/path-utils.js +0 -5
  140. package/clients/lsp/server.js +0 -725
  141. package/clients/lsp/test-py-spawn/requirements.txt +0 -1
  142. package/clients/lsp/test-py-spawn/test.py +0 -3
  143. package/clients/lsp/test-py-svc/requirements.txt +0 -1
  144. package/clients/lsp/test-py-svc/test.py +0 -3
  145. package/clients/lsp/test-python-project/requirements.txt +0 -1
  146. package/clients/lsp/test-python-project/test.py +0 -5
  147. package/clients/metrics-client.js +0 -107
  148. package/clients/metrics-client.test.js +0 -128
  149. package/clients/metrics-client.test.ts +0 -163
  150. package/clients/metrics-history.js +0 -367
  151. package/clients/path-utils.js +0 -142
  152. package/clients/pipeline.js +0 -272
  153. package/clients/production-readiness.js +0 -522
  154. package/clients/project-index.js +0 -255
  155. package/clients/project-metadata.js +0 -531
  156. package/clients/ruff-client.js +0 -325
  157. package/clients/ruff-client.test.js +0 -132
  158. package/clients/ruff-client.test.ts +0 -153
  159. package/clients/rules-scanner.js +0 -97
  160. package/clients/runner-tracker.js +0 -152
  161. package/clients/rust-client.js +0 -205
  162. package/clients/rust-client.test.js +0 -108
  163. package/clients/rust-client.test.ts +0 -130
  164. package/clients/safe-spawn-async.js +0 -163
  165. package/clients/safe-spawn.js +0 -241
  166. package/clients/sanitize.js +0 -291
  167. package/clients/sanitize.test.js +0 -177
  168. package/clients/sanitize.test.ts +0 -223
  169. package/clients/scan-architectural-debt.js +0 -167
  170. package/clients/scan-utils.js +0 -83
  171. package/clients/secrets-scanner.js +0 -119
  172. package/clients/secrets-scanner.test.js +0 -100
  173. package/clients/secrets-scanner.test.ts +0 -113
  174. package/clients/sg-runner.js +0 -292
  175. package/clients/state-matrix.js +0 -160
  176. package/clients/subprocess-client.js +0 -65
  177. package/clients/symbol-types.js +0 -5
  178. package/clients/test-runner-client.js +0 -523
  179. package/clients/test-runner-client.test.js +0 -192
  180. package/clients/test-runner-client.test.ts +0 -253
  181. package/clients/test-utils.js +0 -27
  182. package/clients/test-utils.ts +0 -36
  183. package/clients/todo-scanner.js +0 -200
  184. package/clients/todo-scanner.test.js +0 -301
  185. package/clients/todo-scanner.test.ts +0 -352
  186. package/clients/tool-availability.js +0 -207
  187. package/clients/tree-sitter-client.js +0 -601
  188. package/clients/tree-sitter-query-loader.js +0 -355
  189. package/clients/tree-sitter-symbol-extractor.js +0 -289
  190. package/clients/ts-service.js +0 -129
  191. package/clients/type-coverage-client.js +0 -127
  192. package/clients/type-coverage-client.test.js +0 -105
  193. package/clients/type-coverage-client.test.ts +0 -125
  194. package/clients/type-safety-client.js +0 -138
  195. package/clients/types.js +0 -11
  196. package/clients/typescript-client.codefix.test.js +0 -157
  197. package/clients/typescript-client.codefix.test.ts +0 -186
  198. package/clients/typescript-client.js +0 -509
  199. package/clients/typescript-client.test.js +0 -105
  200. package/clients/typescript-client.test.ts +0 -126
  201. package/commands/booboo.js +0 -1007
  202. package/commands/fix-from-booboo.js +0 -398
  203. package/commands/fix-simplified.js +0 -618
  204. package/commands/rate.js +0 -281
  205. package/commands/rate.test.js +0 -119
  206. package/commands/rate.test.ts +0 -131
  207. package/commands/refactor.js +0 -130
@@ -1,532 +0,0 @@
1
- /**
2
- * LSP Server Definitions for pi-lens
3
- *
4
- * Defines 40+ language servers with:
5
- * - Root detection (monorepo support)
6
- * - Auto-installation strategies
7
- * - Platform-specific handling
8
- */
9
- import path from "path";
10
- import { launchLSP, launchViaPackageManager } from "./launch.js";
11
- import { ensureTool, getToolEnvironment } from "../installer/index.js";
12
- // --- Root Detection Helpers ---
13
- import { fileURLToPath } from "url";
14
- import { dirname } from "path";
15
- const __filename = fileURLToPath(import.meta.url);
16
- const __dirname = dirname(__filename);
17
- /**
18
- * Walk up the tree looking for project root markers
19
- */
20
- export function createRootDetector(includePatterns, excludePatterns) {
21
- return async (file) => {
22
- let currentDir = path.dirname(file);
23
- const root = path.parse(currentDir).root;
24
- while (currentDir !== root) {
25
- // Check exclude patterns first
26
- if (excludePatterns) {
27
- for (const pattern of excludePatterns) {
28
- const checkPath = path.join(currentDir, pattern);
29
- try {
30
- const stat = await import("fs/promises").then(fs => fs.stat(checkPath));
31
- if (stat)
32
- return undefined; // Excluded
33
- }
34
- catch { /* not found */ }
35
- }
36
- }
37
- // Check include patterns
38
- for (const pattern of includePatterns) {
39
- const checkPath = path.join(currentDir, pattern);
40
- try {
41
- const stat = await import("fs/promises").then(fs => fs.stat(checkPath));
42
- if (stat)
43
- return currentDir;
44
- }
45
- catch { /* not found */ }
46
- }
47
- currentDir = path.dirname(currentDir);
48
- }
49
- return undefined;
50
- };
51
- }
52
- // --- Server Definitions ---
53
- export const TypeScriptServer = {
54
- id: "typescript",
55
- name: "TypeScript Language Server",
56
- extensions: [".ts", ".tsx", ".js", ".jsx", ".mjs", ".cjs", ".mts", ".cts"],
57
- root: createRootDetector([
58
- "package-lock.json",
59
- "bun.lockb",
60
- "bun.lock",
61
- "pnpm-lock.yaml",
62
- "yarn.lock",
63
- "package.json",
64
- ]),
65
- async spawn(root) {
66
- const path = await import("path");
67
- const fs = await import("fs/promises");
68
- // Find typescript-language-server - prefer local project version
69
- let lspPath;
70
- const localLsp = path.join(root, "node_modules", ".bin", "typescript-language-server");
71
- const localLspCmd = path.join(root, "node_modules", ".bin", "typescript-language-server.cmd");
72
- // Check for local version first (Windows .cmd first, then Unix)
73
- for (const checkPath of [localLspCmd, localLsp]) {
74
- try {
75
- await fs.access(checkPath);
76
- lspPath = checkPath;
77
- break;
78
- }
79
- catch { /* not found */ }
80
- }
81
- // Fall back to auto-installed version
82
- if (!lspPath) {
83
- lspPath = await ensureTool("typescript-language-server");
84
- if (!lspPath) {
85
- console.error("[lsp] typescript-language-server not found");
86
- return undefined;
87
- }
88
- }
89
- // Find tsserver.js path (needed for TypeScript LSP initialization)
90
- // Check relative to the LSP path first, then project root
91
- let tsserverPath;
92
- const tsserverCandidates = [
93
- // Relative to LSP binary (for locally installed)
94
- path.join(path.dirname(lspPath), "..", "typescript", "lib", "tsserver.js"),
95
- // Project root
96
- path.join(root, "node_modules", "typescript", "lib", "tsserver.js"),
97
- // Current working directory
98
- path.join(process.cwd(), "node_modules", "typescript", "lib", "tsserver.js"),
99
- ];
100
- for (const checkPath of tsserverCandidates) {
101
- try {
102
- await fs.access(checkPath);
103
- tsserverPath = checkPath;
104
- break;
105
- }
106
- catch { /* not found */ }
107
- }
108
- // Use absolute path and proper environment
109
- const env = await getToolEnvironment();
110
- const proc = launchLSP(lspPath, ["--stdio"], {
111
- cwd: root,
112
- env: {
113
- ...env,
114
- TSSERVER_PATH: tsserverPath,
115
- }
116
- });
117
- return {
118
- process: proc,
119
- initialization: tsserverPath ? { tsserver: { path: tsserverPath } } : undefined
120
- };
121
- },
122
- };
123
- export const PythonServer = {
124
- id: "python",
125
- name: "Pyright Language Server",
126
- extensions: [".py", ".pyi"],
127
- root: createRootDetector([
128
- "pyproject.toml",
129
- "setup.py",
130
- "setup.cfg",
131
- "requirements.txt",
132
- "Pipfile",
133
- "poetry.lock",
134
- ]),
135
- async spawn(root) {
136
- // Ensure pyright is installed
137
- const toolPath = await ensureTool("pyright");
138
- if (!toolPath) {
139
- console.error("[lsp] pyright not found and could not be installed");
140
- return undefined;
141
- }
142
- const env = await getToolEnvironment();
143
- const proc = launchLSP("pyright-langserver", ["--stdio"], { cwd: root, env });
144
- // Detect virtual environment
145
- const initialization = {};
146
- const venvPaths = [
147
- path.join(root, ".venv"),
148
- path.join(root, "venv"),
149
- process.env.VIRTUAL_ENV,
150
- ].filter(Boolean);
151
- for (const venv of venvPaths) {
152
- if (!venv)
153
- continue;
154
- try {
155
- const pythonPath = process.platform === "win32"
156
- ? path.join(venv, "Scripts", "python.exe")
157
- : path.join(venv, "bin", "python");
158
- await import("fs/promises").then(fs => fs.access(pythonPath));
159
- initialization.python = { pythonPath };
160
- break;
161
- }
162
- catch { /* not found */ }
163
- }
164
- return { process: proc, initialization };
165
- },
166
- };
167
- export const GoServer = {
168
- id: "go",
169
- name: "gopls",
170
- extensions: [".go"],
171
- root: createRootDetector(["go.mod", "go.sum"]),
172
- async spawn(root) {
173
- const proc = launchLSP("gopls", [], { cwd: root });
174
- return { process: proc };
175
- },
176
- };
177
- export const RustServer = {
178
- id: "rust",
179
- name: "rust-analyzer",
180
- extensions: [".rs"],
181
- root: createRootDetector(["Cargo.toml", "Cargo.lock"]),
182
- async spawn(root) {
183
- const proc = launchLSP("rust-analyzer", [], { cwd: root });
184
- return { process: proc };
185
- },
186
- };
187
- export const RubyServer = {
188
- id: "ruby",
189
- name: "Ruby LSP",
190
- extensions: [".rb", ".rake", ".gemspec", ".ru"],
191
- root: createRootDetector(["Gemfile", ".ruby-version"]),
192
- async spawn(root) {
193
- // Try ruby-lsp first, fall back to solargraph
194
- try {
195
- const proc = launchLSP("ruby-lsp", [], { cwd: root });
196
- return { process: proc };
197
- }
198
- catch {
199
- const proc = launchViaPackageManager("solargraph", ["stdio"], { cwd: root });
200
- return { process: proc };
201
- }
202
- },
203
- };
204
- export const PHPServer = {
205
- id: "php",
206
- name: "Intelephense",
207
- extensions: [".php"],
208
- root: createRootDetector(["composer.json", "composer.lock"]),
209
- async spawn(root) {
210
- const proc = launchViaPackageManager("intelephense", ["--stdio"], { cwd: root });
211
- return { process: proc, initialization: { storagePath: path.join(__dirname, ".intelephense") } };
212
- },
213
- };
214
- export const CSharpServer = {
215
- id: "csharp",
216
- name: "csharp-ls",
217
- extensions: [".cs"],
218
- root: createRootDetector([".sln", ".csproj", ".slnx"]),
219
- async spawn(root) {
220
- const proc = launchLSP("csharp-ls", [], { cwd: root });
221
- return { process: proc };
222
- },
223
- };
224
- export const FSharpServer = {
225
- id: "fsharp",
226
- name: "FSAutocomplete",
227
- extensions: [".fs", ".fsi", ".fsx"],
228
- root: createRootDetector([".sln", ".fsproj"]),
229
- async spawn(root) {
230
- const proc = launchLSP("fsautocomplete", [], { cwd: root });
231
- return { process: proc };
232
- },
233
- };
234
- export const JavaServer = {
235
- id: "java",
236
- name: "JDT Language Server",
237
- extensions: [".java"],
238
- root: createRootDetector(["pom.xml", "build.gradle", ".classpath"]),
239
- async spawn(root) {
240
- // JDTLS requires special handling - paths to launcher jar
241
- const jdtlsPath = process.env.JDTLS_PATH || "jdtls";
242
- const proc = launchLSP(jdtlsPath, [], { cwd: root });
243
- return { process: proc };
244
- },
245
- };
246
- export const KotlinServer = {
247
- id: "kotlin",
248
- name: "Kotlin Language Server",
249
- extensions: [".kt", ".kts"],
250
- root: createRootDetector(["build.gradle.kts", "build.gradle", "pom.xml"]),
251
- async spawn(root) {
252
- const proc = launchLSP("kotlin-language-server", [], { cwd: root });
253
- return { process: proc };
254
- },
255
- };
256
- export const SwiftServer = {
257
- id: "swift",
258
- name: "SourceKit-LSP",
259
- extensions: [".swift"],
260
- root: createRootDetector(["Package.swift"]),
261
- async spawn(root) {
262
- const proc = launchLSP("sourcekit-lsp", [], { cwd: root });
263
- return { process: proc };
264
- },
265
- };
266
- export const DartServer = {
267
- id: "dart",
268
- name: "Dart Analysis Server",
269
- extensions: [".dart"],
270
- root: createRootDetector(["pubspec.yaml"]),
271
- async spawn(root) {
272
- const proc = launchLSP("dart", ["language-server", "--protocol=lsp"], { cwd: root });
273
- return { process: proc };
274
- },
275
- };
276
- export const LuaServer = {
277
- id: "lua",
278
- name: "Lua Language Server",
279
- extensions: [".lua"],
280
- root: createRootDetector([".luarc.json", ".luacheckrc"]),
281
- async spawn(root) {
282
- const proc = launchLSP("lua-language-server", [], { cwd: root });
283
- return { process: proc };
284
- },
285
- };
286
- export const CppServer = {
287
- id: "cpp",
288
- name: "clangd",
289
- extensions: [".c", ".cpp", ".cc", ".cxx", ".h", ".hpp"],
290
- root: createRootDetector([
291
- "compile_commands.json",
292
- ".clangd",
293
- "CMakeLists.txt",
294
- "Makefile",
295
- ]),
296
- async spawn(root) {
297
- const proc = launchLSP("clangd", ["--background-index"], { cwd: root });
298
- return { process: proc };
299
- },
300
- };
301
- export const ZigServer = {
302
- id: "zig",
303
- name: "ZLS",
304
- extensions: [".zig", ".zon"],
305
- root: createRootDetector(["build.zig"]),
306
- async spawn(root) {
307
- const proc = launchLSP("zls", [], { cwd: root });
308
- return { process: proc };
309
- },
310
- };
311
- export const HaskellServer = {
312
- id: "haskell",
313
- name: "Haskell Language Server",
314
- extensions: [".hs", ".lhs"],
315
- root: createRootDetector(["stack.yaml", "cabal.project", "*.cabal"]),
316
- async spawn(root) {
317
- const proc = launchLSP("haskell-language-server-wrapper", ["--lsp"], { cwd: root });
318
- return { process: proc };
319
- },
320
- };
321
- export const ElixirServer = {
322
- id: "elixir",
323
- name: "ElixirLS",
324
- extensions: [".ex", ".exs"],
325
- root: createRootDetector(["mix.exs"]),
326
- async spawn(root) {
327
- const proc = launchLSP("elixir-ls", [], { cwd: root });
328
- return { process: proc };
329
- },
330
- };
331
- export const GleamServer = {
332
- id: "gleam",
333
- name: "Gleam LSP",
334
- extensions: [".gleam"],
335
- root: createRootDetector(["gleam.toml"]),
336
- async spawn(root) {
337
- const proc = launchLSP("gleam", ["lsp"], { cwd: root });
338
- return { process: proc };
339
- },
340
- };
341
- export const OCamlServer = {
342
- id: "ocaml",
343
- name: "ocamllsp",
344
- extensions: [".ml", ".mli"],
345
- root: createRootDetector(["dune-project", "opam"]),
346
- async spawn(root) {
347
- const proc = launchLSP("ocamllsp", [], { cwd: root });
348
- return { process: proc };
349
- },
350
- };
351
- export const ClojureServer = {
352
- id: "clojure",
353
- name: "Clojure LSP",
354
- extensions: [".clj", ".cljs", ".cljc", ".edn"],
355
- root: createRootDetector(["deps.edn", "project.clj"]),
356
- async spawn(root) {
357
- const proc = launchLSP("clojure-lsp", [], { cwd: root });
358
- return { process: proc };
359
- },
360
- };
361
- export const TerraformServer = {
362
- id: "terraform",
363
- name: "Terraform LSP",
364
- extensions: [".tf", ".tfvars"],
365
- root: createRootDetector([".terraform.lock.hcl"]),
366
- async spawn(root) {
367
- const proc = launchLSP("terraform-ls", ["serve"], { cwd: root });
368
- return { process: proc };
369
- },
370
- };
371
- export const NixServer = {
372
- id: "nix",
373
- name: "nixd",
374
- extensions: [".nix"],
375
- root: createRootDetector(["flake.nix"]),
376
- async spawn(root) {
377
- const proc = launchLSP("nixd", [], { cwd: root });
378
- return { process: proc };
379
- },
380
- };
381
- export const BashServer = {
382
- id: "bash",
383
- name: "Bash Language Server",
384
- extensions: [".sh", ".bash", ".zsh"],
385
- root: async () => process.cwd(),
386
- async spawn() {
387
- const proc = launchViaPackageManager("bash-language-server", ["start"], {});
388
- return { process: proc };
389
- },
390
- };
391
- export const DockerServer = {
392
- id: "docker",
393
- name: "Dockerfile Language Server",
394
- extensions: [".dockerfile", "Dockerfile"],
395
- root: async () => process.cwd(),
396
- async spawn() {
397
- const proc = launchViaPackageManager("dockerfile-language-server-nodejs", ["--stdio"], {});
398
- return { process: proc };
399
- },
400
- };
401
- export const YamlServer = {
402
- id: "yaml",
403
- name: "YAML Language Server",
404
- extensions: [".yaml", ".yml"],
405
- root: async () => process.cwd(),
406
- async spawn() {
407
- const proc = launchViaPackageManager("yaml-language-server", ["--stdio"], {});
408
- return { process: proc };
409
- },
410
- };
411
- export const JsonServer = {
412
- id: "json",
413
- name: "VSCode JSON Language Server",
414
- extensions: [".json", ".jsonc"],
415
- root: async () => process.cwd(),
416
- async spawn() {
417
- const proc = launchViaPackageManager("vscode-json-languageserver", ["--stdio"], {});
418
- return { process: proc };
419
- },
420
- };
421
- export const PrismaServer = {
422
- id: "prisma",
423
- name: "Prisma Language Server",
424
- extensions: [".prisma"],
425
- root: createRootDetector(["prisma/schema.prisma"]),
426
- async spawn(root) {
427
- const proc = launchViaPackageManager("@prisma/language-server", ["--stdio"], { cwd: root });
428
- return { process: proc };
429
- },
430
- };
431
- // --- Web Framework & Styling Servers ---
432
- export const VueServer = {
433
- id: "vue",
434
- name: "Vue Language Server",
435
- extensions: [".vue"],
436
- root: createRootDetector(["package-lock.json", "bun.lockb", "bun.lock", "pnpm-lock.yaml", "yarn.lock"]),
437
- async spawn(root) {
438
- const proc = launchViaPackageManager("@vue/language-server", ["--stdio"], { cwd: root });
439
- return { process: proc };
440
- },
441
- };
442
- export const SvelteServer = {
443
- id: "svelte",
444
- name: "Svelte Language Server",
445
- extensions: [".svelte"],
446
- root: createRootDetector(["package-lock.json", "bun.lockb", "bun.lock", "pnpm-lock.yaml", "yarn.lock"]),
447
- async spawn(root) {
448
- const proc = launchViaPackageManager("svelte-language-server", ["--stdio"], { cwd: root });
449
- return { process: proc };
450
- },
451
- };
452
- export const ESLintServer = {
453
- id: "eslint",
454
- name: "ESLint Language Server",
455
- extensions: [".js", ".jsx", ".ts", ".tsx", ".vue", ".svelte"],
456
- root: createRootDetector([
457
- ".eslintrc",
458
- ".eslintrc.json",
459
- ".eslintrc.js",
460
- "eslint.config.js",
461
- "eslint.config.mjs",
462
- "package.json",
463
- ]),
464
- async spawn(root) {
465
- const proc = launchViaPackageManager("vscode-eslint", ["--stdio"], { cwd: root });
466
- return { process: proc };
467
- },
468
- };
469
- export const CssServer = {
470
- id: "css",
471
- name: "CSS Language Server",
472
- extensions: [".css", ".scss", ".sass", ".less"],
473
- root: async () => process.cwd(),
474
- async spawn() {
475
- const proc = launchViaPackageManager("vscode-css-languageserver", ["--stdio"], {});
476
- return { process: proc };
477
- },
478
- };
479
- // --- Registry ---
480
- export const LSP_SERVERS = [
481
- TypeScriptServer,
482
- PythonServer,
483
- GoServer,
484
- RustServer,
485
- RubyServer,
486
- PHPServer,
487
- CSharpServer,
488
- FSharpServer,
489
- JavaServer,
490
- KotlinServer,
491
- SwiftServer,
492
- DartServer,
493
- LuaServer,
494
- CppServer,
495
- ZigServer,
496
- HaskellServer,
497
- ElixirServer,
498
- GleamServer,
499
- OCamlServer,
500
- ClojureServer,
501
- TerraformServer,
502
- NixServer,
503
- BashServer,
504
- DockerServer,
505
- YamlServer,
506
- JsonServer,
507
- PrismaServer,
508
- // Web frameworks & styling
509
- VueServer,
510
- SvelteServer,
511
- ESLintServer,
512
- CssServer,
513
- ];
514
- /**
515
- * Get server for a file extension
516
- */
517
- export function getServerForExtension(ext) {
518
- return LSP_SERVERS.find((server) => server.extensions.includes(ext));
519
- }
520
- /**
521
- * Get server by ID
522
- */
523
- export function getServerById(id) {
524
- return LSP_SERVERS.find((server) => server.id === id);
525
- }
526
- /**
527
- * Get all servers for a file (may have multiple matches)
528
- */
529
- export function getServersForFile(filePath) {
530
- const ext = path.extname(filePath).toLowerCase();
531
- return LSP_SERVERS.filter((server) => server.extensions.includes(ext));
532
- }
@@ -1,10 +0,0 @@
1
- /**
2
- * LSP Module for pi-lens
3
- *
4
- * Multi-language LSP client supporting 40+ languages.
5
- */
6
- export * from "./client.js";
7
- export * from "./server.js";
8
- export * from "./language.js";
9
- export * from "./launch.js";
10
- export * from "./index.js";
@@ -1,5 +0,0 @@
1
- /**
2
- * Re-export from shared path-utils.
3
- * Kept as a local module for LSP imports that use relative paths.
4
- */
5
- export { isUnderDir, normalizeFilePath, normalizeMapKey, pathsEqual, pathToUri, uriToPath, } from "../path-utils.js";