microsoft / microsoft/vscode-debugadapter-node

Can't compile against debug adapter without node typings

Open
#272 2 comments 0 reactions 1 assignee View on GitHub

Nobody has claimed this yet.

debt
Dominant language
TypeScript
Stars
306
Forks
90
Avg merge
8h 36m
Merged PRs (30d)
3

Description

I wanted to implement a debug adapter for the web using the @vscode/debugadapter npm module but I can't compile the code with out having node typings install (which gives a wrong impression for people want to do something for the web). The reason for that are these reference /// <reference types="node" /> in the provided d.ts files.

Would it be possible to have a module that I can use without node typings. If you want I can explain how I did this for LSP.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.