[Info - 6:16:51 PM] ESLint server is starting. [Info - 6:16:51 PM] ESLint server running in node v22.14.0 [Info - 6:16:51 PM] ESLint server is running. [Info - 6:16:52 PM] Server process exited successfully [Info - 6:16:53 PM] ESLint library loaded from: C:\shopify\...
.type, () => { client.outputChannel.show(); }); client.onNotification(StatusNotification.type, (params) => { updateDocumentStatus(params); }); client.onNotification(ExitCalled.type, (params) => { serverCalledProcessExit = true; client.error(`Server process exited with code ${params[0]...
{//Editor//Controls whether the editor shows CodeLens."diffEditor.codeLens":false,//When enabled, the diff editor ignores changes in leading or trailing whitespace."diffEditor.ignoreTrimWhitespace":true,//Timeout in milliseconds after which diff computation is cancelled. Use 0 for no timeout."...