microsoft / vscode-cosmosdb

Azure Databases extension for VS Code
https://marketplace.visualstudio.com/items?itemName=ms-azuretools.vscode-cosmosdb
MIT License
155 stars 69 forks source link

chore: Monaco editor moved to share component #2325

Closed bk201- closed 2 months ago

bk201- commented 2 months ago

This pull request includes several changes aimed at refactoring and simplifying the codebase by consolidating the usage of the MonacoEditor component. The most important changes involve renaming and modifying components to use the MonacoEditor uniformly across different parts of the application.

Refactoring and consolidation of MonacoEditor usage: