Skip to content

Fix telemetry files creation#42

Open
vishwamartur wants to merge 1 commit intosmallcloudai:mainfrom
vishwamartur:fix-telemetry
Open

Fix telemetry files creation#42
vishwamartur wants to merge 1 commit intosmallcloudai:mainfrom
vishwamartur:fix-telemetry

Conversation

@vishwamartur
Copy link
Copy Markdown

Related to #31

Add the --enduser-client-version flag to the LSP arguments in MultilineGreyText/RefactLanguageClient.cs.

  • Add the --enduser-client-version flag to the GetArgs method.
  • Format the --enduser-client-version flag as "PLUGIN_VERSION/IDE_VERSION".
  • Use Assembly.GetExecutingAssembly().GetName().Version.ToString() to get the plugin version.
  • Use Microsoft.VisualStudio.Shell.Package.GetGlobalService(typeof(SVsShell)) to get the IDE version.

Related to smallcloudai#31

Add the `--enduser-client-version` flag to the LSP arguments in `MultilineGreyText/RefactLanguageClient.cs`.

* Add the `--enduser-client-version` flag to the `GetArgs` method.
* Format the `--enduser-client-version` flag as "PLUGIN_VERSION/IDE_VERSION".
* Use `Assembly.GetExecutingAssembly().GetName().Version.ToString()` to get the plugin version.
* Use `Microsoft.VisualStudio.Shell.Package.GetGlobalService(typeof(SVsShell))` to get the IDE version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant