Commit graph

2523 commits

Author SHA1 Message Date
Henning Dieterichs
cd18b89cd8
Update monaco-editor-core 2021-09-21 16:45:38 +02:00
Henning Dieterichs
cd4dbb626d
Update monaco-editor-core 2021-09-21 16:45:33 +02:00
dependabot[bot]
7b894fec0b
Bump semver-regex from 3.1.2 to 3.1.3
Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/sindresorhus/semver-regex/releases)
- [Commits](https://github.com/sindresorhus/semver-regex/commits)

---
updated-dependencies:
- dependency-name: semver-regex
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-21 00:52:15 +00:00
Un-index
f2cfcfde71
Update playground.css
make button text aligned
2021-09-11 23:22:52 +03:00
Martin Aeschlimann
b416f4a52b
update service 2021-09-09 09:33:49 +02:00
Martin Aeschlimann
9cc5cee0c5
update service 2021-09-09 09:32:25 +02:00
Alexandru Dima
dfbb6e7c5c
Merge pull request #2609 from microsoft/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-09-07 18:09:41 +02:00
Alexandru Dima
9ac38db9ad
update deps 2021-09-07 16:15:54 +02:00
Alexandru Dima
59c4bb5939
update dependencies 2021-09-07 16:12:41 +02:00
Alexandru Dima
1ca7184cb4
Merge pull request #90 from microsoft/dependabot/npm_and_yarn/url-parse-1.5.3
Bump url-parse from 1.5.1 to 1.5.3
2021-09-07 15:43:36 +02:00
dependabot[bot]
e199c75c47
Bump url-parse from 1.5.1 to 1.5.3
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-07 13:39:14 +00:00
Alexandru Dima
0b8ce4d96e
Merge pull request #89 from microsoft/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-09-07 15:39:07 +02:00
Alexandru Dima
3f99281cb8
Merge pull request #88 from microsoft/dependabot/npm_and_yarn/browser-esm-webpack-typescript-react/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /browser-esm-webpack-typescript-react
2021-09-07 15:38:50 +02:00
Alexandru Dima
5c14212618
Merge pull request #87 from microsoft/dependabot/npm_and_yarn/browser-esm-parcel/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /browser-esm-parcel
2021-09-07 15:38:37 +02:00
Henning Dieterichs
3ecea82819
Merge pull request #82 from Kingwl/inlayhints-support
Add inlay hints support
2021-09-06 14:43:30 +02:00
Alexandru Dima
6a882e9569
Merge pull request #160 from six-ponies/fix/import-script-protocol-error
fix: Failed to execute 'importScripts' on 'WorkerGlobalScope': The URL xxx is invalid.
2021-08-30 13:24:51 +02:00
kingwl
10e20baade Update ts 4.4 2021-08-30 13:28:24 +08:00
Dan Hughes
ca3790b68c Added ariaContainerElement to shadow dom test 2021-08-29 17:12:05 +01:00
hamidreza kalbasi
104b0cb587 add example for inlay hints 2021-08-27 12:53:29 +04:30
Alexandru Dima
14965508c7
update generated files 2021-08-26 16:55:47 +02:00
Alexandru Dima
db56675c94
Merge pull request #159 from microsoft/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
2021-08-25 17:43:26 +02:00
mayingcong
886541ab35 fix: import scripts error when url starts with '//' 2021-08-25 20:21:02 +08:00
Martin Aeschlimann
801e892014
use same trigger characters as in vscode: Fixes microsoft/monaco-editor#2637 2021-08-25 10:44:21 +02:00
Henning Dieterichs
a647a1b617
Merge pull request #2632 from thien-do/patch-1
Add usage with Vite to ESM Integrate doc
2021-08-24 14:40:15 +02:00
Thien Do
a73ab1223b
Add usage with Vite to ESM Integrate doc
Fix #2629
2021-08-24 18:25:50 +07:00
Alexandru Dima
848d5201ae
Merge pull request #2616 from SpaceComet/main
Small update on the website playground
2021-08-23 10:29:06 +02:00
SpaceComet
e42557eac7 Sample in the playground updated. 2021-08-19 17:35:24 -04:00
Henning Dieterichs
49672308d6
Merge pull request #156 from ladyrick/main
fix(cpp): fix cpp language integer suffix
2021-08-19 18:26:56 +02:00
LadyRick
39085a622b
fix(cpp): fix integer suffix regex (CI passed) 2021-08-19 21:21:23 +08:00
LadyRick
1003cde6f7
Merge pull request #1 from ladyrick/ladyrick/fix-cpp-integersuffix
fix(cpp): fix cpp language integer suffix
2021-08-19 17:36:41 +08:00
LadyRick
fd82e6baad
fix(cpp): fix cpp language integer suffix
the old config `/(ll|LL|u|U|l|L)?(ll|LL|u|U|l|L)?/` also match some wrong suffix: `lll`, `llLL`, `LLl` and so on.
2021-08-19 17:34:22 +08:00
Henning Dieterichs
54e01d831e
Adds missing changelog entry for version 0.26.1. 2021-08-18 16:36:13 +02:00
Alexandru Dima
a53ac54f4e
Merge pull request #15 from Pranomvignesh/check-worker
fix(workerManager.js) : Added a check for the existence of the worker
2021-08-17 15:41:37 +02:00
Martin Aeschlimann
c8a5be4ee1
quickSuggestions do not trigger when defining a new JSON key. Fixes microsoft/monaco-editor#2579 2021-08-17 11:15:13 +02:00
SpaceComet
5b3c0d0116 Update old information on the website playground 2021-08-16 12:40:13 -04:00
SpaceComet
5204ce8300 Spelling fixed on the website playground. 2021-08-16 12:39:24 -04:00
Martin Aeschlimann
c7c029db8e
support commands 2021-08-16 16:05:17 +02:00
dependabot[bot]
0abbf3cb5c
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-16 10:22:51 +00:00
Henning Dieterichs
e4629337d5
4.1.2 2021-08-16 12:21:44 +02:00
Henning Dieterichs
971120f29e
Updates monaco-editor 2021-08-16 12:21:40 +02:00
Henning Dieterichs
a40145a4c9
0.27.0 2021-08-16 12:17:56 +02:00
Henning Dieterichs
d0132fe244
Updates changelog & monaco.d.ts. 2021-08-16 12:17:47 +02:00
Henning Dieterichs
05dea33db8
Update dependencies. 2021-08-16 11:58:35 +02:00
Henning Dieterichs
7903958fcc
4.7.0 2021-08-16 11:49:19 +02:00
Henning Dieterichs
ddc2f60c7e
2.7.0 2021-08-16 11:49:16 +02:00
Henning Dieterichs
116c3cf36d
3.7.0 2021-08-16 11:49:15 +02:00
Henning Dieterichs
874d98a040
3.7.0 2021-08-16 11:49:14 +02:00
Henning Dieterichs
0b1dc817dc
3.7.0 2021-08-16 11:49:13 +02:00
Henning Dieterichs
b7b0e10af4
Update monaco-editor-core dependency. 2021-08-16 11:43:11 +02:00
Henning Dieterichs
7670d8d50d
Update monaco-editor-core dependency. 2021-08-16 11:43:06 +02:00