Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DO NOT MERGE] Initial check-in for supporting telemetry in vscode #6123

Open
wants to merge 25 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'upstream/main' into vscode-telemetry
  • Loading branch information
RodgeFu committed Feb 16, 2025
commit d7a67d3ea511fa4b6a025a945ad32b50ebaee572
2 changes: 1 addition & 1 deletion packages/typespec-vscode/ThirdPartyNotices.txt
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ granted herein, whether by implication, estoppel or otherwise.
4. brace-expansion version 2.0.1 (https://github.com/juliangruber/brace-expansion)
5. minimatch version 5.1.6 (https://github.com/isaacs/minimatch)
6. semver version 7.6.3 (https://github.com/npm/node-semver)
7. yaml version 2.5.1 (github:eemeli/yaml)
5. yaml version 2.7.0 (github:eemeli/yaml)


%% @nevware21/ts-async NOTICES AND INFORMATION BEGIN HERE
16 changes: 8 additions & 8 deletions packages/typespec-vscode/package.json
Original file line number Diff line number Diff line change
@@ -240,23 +240,23 @@
"test:web": "vscode-test-web --extensionDevelopmentPath=. --headless --extensionTestsPath=dist/test/web/suite.js ./test/web/data"
},
"devDependencies": {
"@rollup/plugin-commonjs": "~28.0.0",
"@rollup/plugin-commonjs": "~28.0.2",
"@rollup/plugin-json": "~6.1.0",
"@rollup/plugin-node-resolve": "~15.3.0",
"@rollup/plugin-node-resolve": "~16.0.0",
"@rollup/plugin-typescript": "~12.1.0",
"@types/mocha": "^10.0.9",
"@types/node": "~22.10.10",
"@types/vscode": "~1.96.0",
"@types/semver": "^7.5.8",
"@typespec/compiler": "workspace:~",
"@typespec/internal-build-utils": "workspace:~",
"@vitest/coverage-v8": "^2.1.5",
"@vitest/ui": "^2.1.2",
"@vitest/coverage-v8": "^3.0.4",
"@vitest/ui": "^3.0.3",
"@vscode/extension-telemetry": "^0.9.8",
"@vscode/test-web": "^0.0.62",
"@vscode/vsce": "~3.1.1",
"c8": "^10.1.2",
"mocha": "^10.7.3",
"@vscode/test-web": "^0.0.65",
"@vscode/vsce": "~3.2.1",
"c8": "^10.1.3",
"mocha": "^11.1.0",
"rimraf": "~6.0.1",
"rollup": "~4.31.0",
"semver": "^7.6.3",
165 changes: 10 additions & 155 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

You are viewing a condensed version of this merge commit. You can view the full changes here.