Skip to content

Fix typos and improve consistency in Wip code editor design doc page #320

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

ViniciusALS
Copy link
Contributor

No description provided.

@@ -17,12 +17,12 @@
# Overview

## Code structure
Like other parts of VS Code, the code is organized by the target runtime environment in Monaco. We distinguish between the following target environments
Like other parts of VS Code, the code is organized by the target runtime environment in Monaco. We distinguish between the following target environments:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Like other parts of VS Code, the code is organized by the target runtime environment in Monaco. We distinguish between the following target environments:
Like other parts of VS Code, the code is organized by the target runtime environment in Monaco. We distinguish between the following target environments

@@ -85,7 +85,7 @@ However real world applications are usually more complex than that. The Model is

In Monaco, the View has no direct way of talking to the Model. Instead it asks ViewModel for data or events, and informs the ViewModel about user actions. So the ViewModel contains the reference to the Model, the state of the View, event handlers and distributors, and transformers that can convert Model data to View info and vice versa.

We can take a look at the interface of ViewModel in Monaco to grasp a better idea
We can take a look at the interface of ViewModel in Monaco to grasp a better idea:
Copy link
Contributor

@rzhao271 rzhao271 Jun 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing colons to align with the team's formatting standards

Suggested change
We can take a look at the interface of ViewModel in Monaco to grasp a better idea:
We can take a look at the interface of ViewModel in Monaco to grasp a better idea

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.

2 participants