Skip to content

Commit

Permalink
Merge pull request #5395 from microsoft/feat/extension-preview
Browse files Browse the repository at this point in the history
feat: vscode extension out of preview
  • Loading branch information
baywet authored Sep 12, 2024
2 parents 217d3ec + 9f38c72 commit 57d4428
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed

- 📢📢📢 The Visual Studio Code extension is now generally available!. [#5368](https://github.com/microsoft/kiota/issues/5368)
- Fixed a stack overflow in the core generator caused by circular comparisons. [#5369](https://github.com/microsoft/kiota/issues/5369)
- Fixed a bug where collection/array of primitive types members for union/intersection types would be ignored. [#5283](https://github.com/microsoft/kiota/issues/5283)
- Fixed a when generating a plugin when only an operation is selected in the root node in the extension. [#5300](https://github.com/microsoft/kiota/issues/5300)
Expand Down
4 changes: 1 addition & 3 deletions vscode/microsoft-kiota/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@
"command": "kiota.migrateFromLockFile",
"title": "%kiota.migrateClients.title%"
}

],
"languages": [
{
Expand Down Expand Up @@ -483,7 +482,6 @@
"original-fs": "^1.2.0",
"vscode-jsonrpc": "^8.2.1"
},
"preview": true,
"runtimeDependencies": [
{
"platformId": "win-x64",
Expand All @@ -506,4 +504,4 @@
"sha256": "5FE16C08C749ABEB286520A7A2C9E7F62BE4102765486211433CAE6E8252E44F"
}
]
}
}

0 comments on commit 57d4428

Please sign in to comment.