Skip to content

Commit b5ef7b9

Browse files
committed
Merge branch 'main' into vnext
2 parents 1de37c5 + d42e35a commit b5ef7b9

File tree

6 files changed

+13
-8
lines changed

6 files changed

+13
-8
lines changed

api/language-extensions/semantic-highlight-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ The following table lists the currently predefined mappings.
253253
| `function`|`entity.name.function`|
254254
| `function.defaultLibrary`|`support.function`|
255255
| `method`|`entity.name.function.member`|
256-
| `macro`|`entity.name.function.macro`|
256+
| `macro`|`entity.name.function.preprocessor`|
257257
| `variable`|`variable.other.readwrite` , `entity.name.variable`|
258258
| `variable.readonly`|`variable.other.constant`|
259259
| `variable.readonly.defaultLibrary`|`support.constant`|

docs/editor/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ If a debugger does not support conditional breakpoints, the **Add Conditional Br
349349

350350
### Triggered breakpoints
351351

352-
A trigged breakpoint is a breakpoint that is automatically enabled once another breakpoint is hit. They can be very useful when diagnosing failure cases in code that happen only after a certain precondition.
352+
A triggered breakpoint is a breakpoint that is automatically enabled once another breakpoint is hit. They can be very useful when diagnosing failure cases in code that happen only after a certain precondition.
353353

354354
Triggered breakpoints can be set by right-clicking on the glyph margin, selecting **Add Triggered Breakpoint**, and then choosing which other breakpoint enables the breakpoint.
355355

docs/editor/extension-marketplace.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,10 +350,9 @@ Yes, if you would prefer to not have VS Code display extension recommendations i
350350
The **Show Recommended Extensions** command is always available if you want to see recommendations.
351351

352352
### Can I trust extensions from the Marketplace?
353+
The Marketplace runs a malware scan on each extension package that's published to ensure its safety. The scan, which uses several anti-virus engines, is run for each new extension and for each extension update. Until the scan is all clear, the extension won't be published in the Marketplace for public usage.
353354

354-
The Marketplace runs a virus scan on each extension package that's published to ensure its safety. The virus scan is run for each new extension and for each extension update. Until the scan is all clear, the extension won't be published in the Marketplace for public usage.
355-
356-
The Marketplace also prevents extension authors from name-squatting on official publishers such as Microsoft and RedHat.
355+
The Marketplace also prevents extension authors from name-squatting on official publishers such as Microsoft and RedHat as well as popular extension names such as GitHub Copilot.
357356

358357
If a malicious extension is reported and verified, or a vulnerability is found in an extension dependency:
359358

@@ -365,6 +364,9 @@ The Marketplace also provides you with resources to make an informed decision ab
365364
* **Ratings & Review** - Read what others think about the extension.
366365
* **Q & A** - Review existing questions and the level of the publisher's responsiveness. You can also engage with the extension's publisher(s) if you have concerns.
367366
* **Issues, Repository, and License** - Check if the publisher has provided these and if they have the support you expect.
367+
* **Verified Publisher** - Use the blue check mark next to the publisher name and domain as an additional signal of trust. It indicates that the publisher has proven domain ownership to the Marketplace. It also shows that the Marketplace has verified both the existence of the domain and the good standing of the publisher on the Marketplace for at least six months.
368+
369+
![Verified publisher](images/extension-marketplace/bluecheck.png)
368370

369371
If you do see an extension that looks suspicious, you can report the extension to the Marketplace with the **Report Abuse** link at the bottom of the extension **More Info** section.
370372

Lines changed: 3 additions & 0 deletions
Loading

docs/getstarted/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ Many of the commands in VS Code are available through the Command Palette. For e
113113
114114
1. Press `kb(workbench.action.quickOpen)` to use the Command Palette to navigate to a file in your workspace. Start typing to filter the list.
115115

116-
The **Quick Open** feature enables you to quickly open a file in your workspace, or search for symbols in files. Get more info the [Command Palette](/docs/getstarted/userinterface.md#command-palette) in the VS Code documentation.
116+
The **Quick Open** feature enables you to quickly open a file in your workspace, or search for symbols in files. Get more info about the [Command Palette](/docs/getstarted/userinterface.md#command-palette) in the VS Code documentation.
117117

118118
![Screenshot that shows the Quick Open feature in the Command Palette.](images/getting-started/quick-open.png)
119119

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:43580d1f030eb7641e39f7aaf7ec6c55de2be362f1c2bf82b9cfbb52321b2468
3-
size 1242695
2+
oid sha256:b5bd4e927ec59fefa2fa941c15c97914f898a5edfccecc766844bd2c363ee3db
3+
size 255

0 commit comments

Comments
 (0)