# @vscode/win32-app-container-tokens

> Native win32 Node.js addon for augmenting the VS Code JavaScript debugger

Latest version **0.2.0** (published 2025-04-04) · MIT license · 0 weekly downloads

## Install

```sh
npm install @vscode/win32-app-container-tokens
pnpm add @vscode/win32-app-container-tokens
yarn add @vscode/win32-app-container-tokens
bun add @vscode/win32-app-container-tokens
```

## Health

**Score 35/100 (D)** — status: maintenance-mode.

Positive: has types; no vulnerabilities; high quality score.

Warnings: low downloads; no esm support; pre 1.0.

Negative: stale; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.2.0 |
| Published | 2025-04-04 |
| First published | 2022-03-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | CommonJS |
| Node | >= 10 |
| Dependencies | 0 |
| Unpacked size | 471.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | kaimaetzel, lszomoru, alexandrudima, sbatten, joaomoreno.ms, microsoft1es, rebornix, vscode-bot |

## Links

- npm: https://www.npmjs.com/package/@vscode/win32-app-container-tokens
- npm.io page: https://npm.io/package/@vscode/win32-app-container-tokens

## Recent versions

- 0.2.0 (latest) — 2025-04-04
- 0.1.1 — 2024-11-11
- 0.1.0 — 2022-03-07

## README

# @vscode/win32-app-container-tokens

Native win32 Node.js addon to retrieve named pipes from app containers. This is used to implement webview2 debugging inside UWPs.

## Contributing

This project welcomes contributions and suggestions.  Most contributions require you to agree to a
Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us
the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide
a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions
provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.

### Building

This is a native project that can be built on Windows. It uses the [node-addon-api](https://github.com/nodejs/node-addon-api).

1. Clone it!
1. Run `npm install`
1. Run `npm run build` to build the native code.

When using VS Code, you'll want to add the following include paths to the C++ configuration (via the **C/C++: Edit Configurations (UI)** command):

- `<folder>/node_modules/node-addon-api`
- `C:/Users/<USER>/AppData/Local/node-gyp/Cache/<NODE VERSION>/include/node`

## Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft
trademarks or logos is subject to and must follow
[Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).
Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.
Any use of third-party trademarks or logos are subject to those third-party's policies.

---
_Source: https://npm.io/package/@vscode/win32-app-container-tokens · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
