Fix ESLint proxy filename typo (eslipnt → eslint)#5
Conversation
Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com>
|
@copilot use version 3.0.20 for eslint-server-3.0.15.tgz so it matches. |
Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com>
|
@copilot revert " use version 3.0.20 for eslint-server-3.0.15.tgz so it matches." |
|
@copilot revert " use version 3.0.20 for eslint-server-3.0.15.tgz so it matches." |
Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com> Agent-Logs-Url: https://github.com/akurtakov/wildwebdeveloper/sessions/90b0ff42-54d6-479c-9aa8-1df5f79441af
Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com> Agent-Logs-Url: https://github.com/akurtakov/wildwebdeveloper/sessions/b9620e77-c2d4-4355-ad83-737e82fd2e58
Updated all references to 3.0.24 (git tag, VSIX URL, and tgz — which now all match since the server's package.json at that tag also uses version 3.0.24) in commit d5791f9. |
|
@copilot investigate test failures |
Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com> Agent-Logs-Url: https://github.com/akurtakov/wildwebdeveloper/sessions/8448764a-b829-4108-a695-6251d91a37da
All 4 Fix in commit 123a25e:
|
Use a proxy (like the markdown server one) to convert pull to push diagnostics.
|
@copilot rebase on master |
# Conflicts: # org.eclipse.wildwebdeveloper/src/org/eclipse/wildwebdeveloper/eslint/ESLintClientImpl.java Co-authored-by: akurtakov <574788+akurtakov@users.noreply.github.com>
After the ESLint 3.0.24 upgrade was merged to master, the proxy JavaScript file was committed with a typo in its filename (
eslipnt-lsp-proxy.js), whileESLintLanguageServer.javareferences it aseslint-lsp-proxy.js. This PR renames the file to match the Java reference, fixing a runtime failure.eslipnt-lsp-proxy.jstoeslint-lsp-proxy.jsto match the resource reference inESLintLanguageServer.java💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.