diff --git a/vscode/microsoft-kiota/CONTRIBUTING.md b/vscode/microsoft-kiota/CONTRIBUTING.md index e41c70bd12..635547d776 100644 --- a/vscode/microsoft-kiota/CONTRIBUTING.md +++ b/vscode/microsoft-kiota/CONTRIBUTING.md @@ -54,6 +54,9 @@ You can try out the generator including your local changes by running: dotnet run -c Release --project src/kiota/kiota.csproj -- ``` +### Debugging the Kiota Extension +See [Debugging the Extension](https://github.com/microsoft/kiota/blob/main/vscode/microsoft-kiota/debugging.md) + ## Contributing Code 1. Fork the repository and clone it to your local machine. @@ -65,17 +68,6 @@ dotnet run -c Release --project src/kiota/kiota.csproj -- /KiotaGenerated.dll' references version '4.5.0.0' of the compiler, which is newer than the currently running version '4.4.0.0'. -``` - -try updating your .NET SDK to the latest version. - ## Reporting Bugs If you find a bug in Kiota, please report it by opening a new issue in the issue tracker. Please include as much detail as possible, including steps to reproduce the bug and any relevant error messages. diff --git a/vscode/microsoft-kiota/README.md b/vscode/microsoft-kiota/README.md index 8abc75076b..5cc4c72434 100644 --- a/vscode/microsoft-kiota/README.md +++ b/vscode/microsoft-kiota/README.md @@ -90,7 +90,7 @@ Check out our [SECURITY.md](https://github.com/microsoft/kiota/blob/main/SECURIT ## Telemetry -Kiota collects usage data and sends it to Microsoft to help improve our products and services. Read our [Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839) and [Data Collection Notice](https://docs.opensource.microsoft.com/content/releasing/telemetry.html) to learn more. Learn more in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting). +Kiota Core and Kiota extension collects usage data and sends it to Microsoft to help improve our products and services. Read our [Privacy Statement](https://go.microsoft.com/fwlink/?LinkId=521839) and [Data Collection Notice](https://docs.opensource.microsoft.com/content/releasing/telemetry.html) to learn more. Learn more in our [FAQ](https://code.visualstudio.com/docs/supporting/faq#_how-to-disable-telemetry-reporting). ## Trademarks diff --git a/vscode/microsoft-kiota/images/kiotalogo.png b/vscode/microsoft-kiota/images/kiotalogo.png deleted file mode 100644 index ce1ca50fd7..0000000000 Binary files a/vscode/microsoft-kiota/images/kiotalogo.png and /dev/null differ diff --git a/vscode/microsoft-kiota/package.json b/vscode/microsoft-kiota/package.json index d11d516822..6b860e0c2e 100644 --- a/vscode/microsoft-kiota/package.json +++ b/vscode/microsoft-kiota/package.json @@ -6,7 +6,7 @@ "version": "1.18.100000001", "kiotaVersion": "1.18.0", "telemetryInstrumentationKey": "4c6357e0-daf9-42b5-bdfb-67878f8957b5", - "icon": "images/kiotalogo.png", + "icon": "images/logo.png", "engines": { "vscode": "^1.93.0" },