Skip to content

Commit ed45c2e

Browse files
Merge branch 'main' into add-typespec-lang
2 parents 3fd1654 + 0037b13 commit ed45c2e

File tree

4 files changed

+26
-12
lines changed

4 files changed

+26
-12
lines changed

.azure-pipelines/publish-nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ parameters:
4444
extends:
4545
template: azure-pipelines/npm-package/pipeline.yml@templates
4646
parameters:
47+
cgIgnoreDirectories: $(Build.SourcesDirectory)/dependencies/vscode/extensions
4748
npmPackages:
4849
- name: monaco-editor-core
4950
workingDirectory: $(Build.SourcesDirectory)/dependencies/vscode/out-monaco-editor-core

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Monaco Editor Changelog
22

3+
## [0.48.0]
4+
5+
### Additions
6+
7+
- Various bug fixes
8+
- Minimap Section Headers (see config option `showRegionSectionHeaders`)
9+
- Diff Editor Gutter Menu (see config option `renderGutterMenu`)
10+
- `InlineCompletionsProvider.handlePartialAccept` has `PartialAcceptInfo`
11+
12+
Contributions to `monaco-editor`:
13+
14+
- [@jeremy-rifkin (Jeremy Rifkin)](https://github.com/jeremy-rifkin): Fix bug with highlighting of C++ raw string literals [PR #4436](https://github.com/microsoft/monaco-editor/pull/4436)
15+
316
## [0.47.0]
417

518
### Additions

package-lock.json

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "monaco-editor",
3-
"version": "0.47.0",
4-
"vscodeRef": "1e790d77f81672c49be070e04474901747115651",
3+
"version": "0.48.0",
4+
"vscodeRef": "e170252f762678dec6ca2cc69aba1570769a5d39",
55
"private": true,
66
"description": "A browser based code editor",
77
"homepage": "https://github.com/microsoft/monaco-editor",
@@ -52,7 +52,7 @@
5252
"jsdom": "^19.0.0",
5353
"jsonc-parser": "^3.0.0",
5454
"mocha": "^9.2.0",
55-
"monaco-editor-core": "0.48.0-dev-20240320",
55+
"monaco-editor-core": "0.48.0-rc",
5656
"parcel": "^2.7.0",
5757
"pin-github-action": "^1.8.0",
5858
"playwright": "^1.32.2",

0 commit comments

Comments
 (0)