Conversation
There was a problem hiding this comment.
Pull request overview
This pull request updates the VS Code extension to version 4.1.8, adding automatic API IntelliSense support for post processor files. The primary change is replacing the manual auto-complete commands with an automatic system that installs TypeScript type declarations into the workspace's node_modules directory.
Changes:
- Removed manual "Enable/Disable auto complete" commands that previously required users to manually add triple-slash reference directives
- Added automatic installation of type declarations into node_modules/@types/post-processor for seamless IntelliSense
- Extended JavaScript language association to include .cpi files in addition to .cps files
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| vs-code-extension/package.json | Version bumped to 4.1.8; removed hsm.enableAutoComplete and hsm.disableAutoComplete command definitions |
| vs-code-extension/out/src/extension.js | Removed setAutoComplete and checkForAutoComplete functions; added installTypeDeclarations function; updated addCPSToJSLanguage to include .cpi; removed command registrations and event handler |
| vs-code-extension/CHANGELOG.md | Documented the new automatic IntelliSense feature and removal of manual commands |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 4 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
No description provided.