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

feat: The use can open document for editing if document was open as read-only #2357

Closed bk201- closed 1 month ago

bk201- commented 1 month ago

This pull request includes significant updates to the DocumentTab and related components to support a new edit mode and handle document dirty state. The changes involve adding new properties and methods to manage the edit mode and dirty state, as well as updating the UI components to reflect these changes.

Enhancements to DocumentTab functionality:

Updates to UI components:

Dispatcher and state management updates: