Commit 740d73b
fix: drop invalid .js extension from vscode-jsonrpc/node import
vscode-jsonrpc (bumped to ^9.0.1 in this PR) only exports the
'./node' subpath (not './node.js') per its package.json exports map,
so importing 'vscode-jsonrpc/node.js' failed at runtime with
'"./node.js" is not exported under the conditions [...]'. This broke
test/e2e/extension_env_access.e2e.test.ts on the nodejs ubuntu CI
jobs. Fixed to match every other import site in the SDK, which
already uses 'vscode-jsonrpc/node' without the extension.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 658713b commit 740d73b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments