Is there an existing issue for this?
OS/Web Information
- Web Browser: MC edge
- Local OS: win
- Remote OS: ubuntu
- Remote Architecture: linux
code-server --version:code-df53daabb18cd157bdb08c7f01c34df936cf12f4
Steps to Reproduce
1.install the langraph langsimith
2.write something about the langgraph in python
3.run with langraph dev
Expected
fix it please.
Actual
langgraph warn just like below:
(node:1555691) [DEP0169] DeprecationWarning: url.parse() behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued for url.parse() vulnerabilities.
(Use node --trace-deprecation ... to show where the warning was created)
Unable to connect to VS Code server: Error in request.
Error: connect ENOENT /run/user/4100/vscode-ipc-16683476-8d92-491c-b5b3-2347a9b7bbc3.sock
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1706:16) {
errno: -2,
code: 'ENOENT',
syscall: 'connect',
address: '/run/user/4100/vscode-ipc-16683476-8d92-491c-b5b3-2347a9b7bbc3.sock'
}
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
Yes, this is also broken in native VS Code
Does this bug reproduce in VS Code web?
Yes, this is also broken in VS Code web
Does this bug reproduce in GitHub Codespaces?
Yes, this is also broken in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
Is there an existing issue for this?
OS/Web Information
code-server --version:code-df53daabb18cd157bdb08c7f01c34df936cf12f4Steps to Reproduce
1.install the langraph langsimith
2.write something about the langgraph in python
3.run with
langraph devExpected
fix it please.
Actual
langgraph warn just like below:
(node:1555691) [DEP0169] DeprecationWarning:
url.parse()behavior is not standardized and prone to errors that have security implications. Use the WHATWG URL API instead. CVEs are not issued forurl.parse()vulnerabilities.(Use
node --trace-deprecation ...to show where the warning was created)Unable to connect to VS Code server: Error in request.
Error: connect ENOENT /run/user/4100/vscode-ipc-16683476-8d92-491c-b5b3-2347a9b7bbc3.sock
at PipeConnectWrap.afterConnect [as oncomplete] (node:net:1706:16) {
errno: -2,
code: 'ENOENT',
syscall: 'connect',
address: '/run/user/4100/vscode-ipc-16683476-8d92-491c-b5b3-2347a9b7bbc3.sock'
}
Logs
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
Yes, this is also broken in native VS Code
Does this bug reproduce in VS Code web?
Yes, this is also broken in VS Code web
Does this bug reproduce in GitHub Codespaces?
Yes, this is also broken in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response