fix: clean up 49 unused variables, catch params, and stale imports (#22695)
This commit is contained in:
@@ -1,8 +1,6 @@
|
||||
// Simple JSON-RPC 2.0 LSP-like fake server over stdio
|
||||
// Implements a minimal LSP handshake and triggers a request upon notification
|
||||
|
||||
const net = require("net")
|
||||
|
||||
let nextId = 1
|
||||
|
||||
function encode(message) {
|
||||
|
||||
Reference in New Issue
Block a user