Skip to content

Conversation

mjbvz
Copy link
Contributor

@mjbvz mjbvz commented Sep 16, 2025

This is needed for path

This is needed for `path`. Useful if you only open the `_extension` dir in the project
@Copilot Copilot AI review requested due to automatic review settings September 16, 2025 06:23
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Adds Node.js type definitions to the VS Code extension's development dependencies to enable proper TypeScript support for Node.js built-in modules like path.

  • Adds @types/node as a dev dependency to provide Node.js type definitions

"vscode-languageclient": "^9.0.1"
},
"devDependencies": {
"@types/node": "^24.5.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably this should be ^22 given that's what VS Code uses.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants