-
Notifications
You must be signed in to change notification settings - Fork 769
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
performance: consider bundling extension #53
Comments
The existing telemetry code is no longer used. Remove the dependency on the telemetry module that was a blocker of extension bundling. Update golang/vscode-go#53 Change-Id: I659166d121da05766cd5fd7ed16bbaf36e05c74b
Change https://golang.org/cl/234530 mentions this issue: |
The existing telemetry code is no longer used. Remove the dependency on the telemetry module that was a blocker of extension bundling. Update golang/vscode-go#53 Change-Id: I659166d121da05766cd5fd7ed16bbaf36e05c74b
The existing telemetry code is no longer used. Remove the dependency on the telemetry module that was a blocker of extension bundling. Update golang/vscode-go#53 Change-Id: I659166d121da05766cd5fd7ed16bbaf36e05c74b
The existing telemetry code is no longer used. Remove the dependency on the telemetry module that was a blocker of extension bundling. Updates #53 Change-Id: I659166d121da05766cd5fd7ed16bbaf36e05c74b Change-Id: I659166d121da05766cd5fd7ed16bbaf36e05c74b GitHub-Last-Rev: f0db5ab GitHub-Pull-Request: #74 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/234530 Reviewed-by: Rebecca Stambler <rstambler@golang.org>
WIP Following the instruction in https://aka.ms/vscode-bundle-extension. I couldn't turn on the 'production' mode yet in packaging due to an issue with the Go Debug Adapter host program. Will keep investigating. Updates golang/vscode-go#53 Change-Id: I3466188557038772966a351f9cd41754d8b5ffe4
WIP Following the instruction in https://aka.ms/vscode-bundle-extension. I couldn't turn on the 'production' mode yet in packaging due to an issue with the Go Debug Adapter host program. Will keep investigating. Updates golang/vscode-go#53 Change-Id: I3466188557038772966a351f9cd41754d8b5ffe4
Change https://golang.org/cl/236741 mentions this issue: |
The existing telemetry code is no longer used. Remove the dependency on the telemetry module that was a blocker of extension bundling. Updates #53 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/234530 Reviewed-by: Rebecca Stambler <rstambler@golang.org> (cherry picked from commit 3a1715c) Change-Id: Ie65744a10796ca048c716c9d683eb0bfe390174c Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/236741 Reviewed-by: Rebecca Stambler <rstambler@golang.org>
Is anyone working on this? if not I'd like to take work on it. |
@OneOfOne i don't know anyone working on this. Last time I attempted, I was stuck at testing. Contribution is welcome! |
Change https://golang.org/cl/241041 mentions this issue: |
Original bug report is microsoft/vscode-go#2997
This extension got bigger. vsce recommends https://aka.ms/vscode-bundle-extension
microsoft/vscode-extension-telemetry#41
(due to microsoft/ApplicationInsights-node.js-native-metrics#4) was one of the road blockers. We can probably prune the dependency.
Not sure about interaction with debug adapter yet.
The text was updated successfully, but these errors were encountered: