microsoft / microsoft/vscode-debugadapter-node
latest release of @vscode/debugprotocol raises error TS1540
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 306
- Forks
- 90
- Avg merge
- 8h 36m
- Merged PRs (30d)
- 3
Description
Error: node_modules/@vscode/debugprotocol/lib/debugProtocol.d.ts(9,23): error TS1540: A 'namespace' declaration should not be declared using the 'module' keyword. Please use the 'namespace' keyword instead.
This however was fixed in #321
Could we have a release with these changes so that we can pull in @vscode/debugprotocol from npm?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the fix referenced in #321 and the current @vscode/debugprotocol package published on npm. Confirm that the release includes those changes and that the reported TS1540 error no longer occurs when consumers install the latest version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- release
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100