зеркало из
1
0
Форкнуть 0
Allows the extraction of telemetry events from the VS Code source code
Перейти к файлу
Logan Ramos b3f151fbdc
Npm audit (#41)
2024-06-13 09:19:30 -07:00
.devcontainer Devcontainer.json updated documentations 2019-06-03 11:26:28 -07:00
.github/workflows Bump vscode/ripgrep (#29) 2023-10-11 16:41:52 -07:00
.vscode Fix bug where lowercase events would create bad reports (#40) 2024-04-09 16:56:50 +02:00
build/azure-pipelines move lint ot test steps (#34) 2024-02-25 12:40:25 -08:00
documentation Update typescript annotations (#12) 2022-08-22 15:09:49 -04:00
src Fix bug where lowercase events would create bad reports (#40) 2024-04-09 16:56:50 +02:00
.gitignore Add linting to CI (#26) 2023-08-01 07:58:24 -07:00
.npmignore Exclude documentation from NPM package (#11) 2022-08-03 12:26:33 -04:00
.nycrc Added debug tests 2019-07-16 16:01:27 -07:00
LICENSE Initial commit 2019-05-31 12:03:57 -07:00
README.md Bump mocha and polish readme (#25) 2023-08-01 07:55:45 -07:00
SECURITY.md Add security.md 2021-03-10 15:08:18 -05:00
eslint.config.js Switch to new eslint config format (#35) 2024-02-27 09:46:21 -08:00
package-lock.json Npm audit (#41) 2024-06-13 09:19:30 -07:00
package.json Npm audit (#41) 2024-06-13 09:19:30 -07:00
tsconfig.json Ignore .d.ts files 2019-07-09 14:38:10 -07:00
vscode-telemetry-extractor.d.ts Fix bad typings + update packages (#27) 2023-08-01 09:03:42 -07:00

README.md

Telemetry Extractor for VS Code and associated source repositories

Note: This tool currently does not work in Windows CMD prompt or Powershell. On Windows you will need to use WSL or some other linux-like shell.

This tooling allows for the extraction of GDPR formatted comments from the VS Code source repository and produces a JSON file containing the telemetry events which are collected.

Prerequisites

  • Node LTS (16.x) installed and in your path

Setup

    npm i @vscode/telemetry-extractor

For the various supported commands please see Using the tool

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.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., label, 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. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.