Commit Graph

2485 Commits (c0d4493bd9b80107023546c02a2f363b37d47f4b)
 

Author SHA1 Message Date
Henning Dieterichs e4629337d5
4.1.2 4 years ago
Henning Dieterichs 971120f29e
Updates monaco-editor 4 years ago
Henning Dieterichs a40145a4c9
0.27.0 4 years ago
Henning Dieterichs d0132fe244
Updates changelog & monaco.d.ts. 4 years ago
Henning Dieterichs 05dea33db8
Update dependencies. 4 years ago
Henning Dieterichs 7903958fcc
4.7.0 4 years ago
Henning Dieterichs ddc2f60c7e
2.7.0 4 years ago
Henning Dieterichs 116c3cf36d
3.7.0 4 years ago
Henning Dieterichs 874d98a040
3.7.0 4 years ago
Henning Dieterichs 0b1dc817dc
3.7.0 4 years ago
Henning Dieterichs b7b0e10af4
Update monaco-editor-core dependency. 4 years ago
Henning Dieterichs 7670d8d50d
Update monaco-editor-core dependency. 4 years ago
Henning Dieterichs aa2f269204
Update monaco-editor-core dependency. 4 years ago
Henning Dieterichs b4b9aa7bc1
Update monaco-editor-core dependency. 4 years ago
Henning Dieterichs 7675187830
Update monaco-editor-core dependency. 4 years ago
Henning Dieterichs f8845c945c
Merge pull request #155 from microsoft/dependabot/npm_and_yarn/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7
4 years ago
Henning Dieterichs dd73e08d19
Merge pull request #151 from kupiakos/patch-1
Remove ' as an auto-closing pair for Rust
4 years ago
Wenlu Wang 5632f5fed3 try rc 4 years ago
Wenlu Wang 39c9674e1d Merge branch 'main' into inlayhints-support 4 years ago
dependabot[bot] 477748c885
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>
4 years ago
dependabot[bot] 5a86b4a41c
Bump path-parse in /browser-esm-webpack-typescript-react
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>
4 years ago
dependabot[bot] f2677d4f8e
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>
4 years ago
dependabot[bot] 27d5b2d06a
Bump path-parse from 1.0.6 to 1.0.7 in /browser-esm-parcel
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>
4 years ago
dependabot[bot] 5aea61bf88
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>
4 years ago
Valeriia 950497cddf Minor fixes in tests 4 years ago
Valeriia 9d8a7bdf60 Implement syntax highlighting for Flow9 4 years ago
Henning Dieterichs c31d1933fa
Merge pull request #153 from alefragnani/add-strict-keyword-pascal-language
Adds `strict` keyword to Pascal language
4 years ago
Alessandro Fragnani 87942d7d25 Adds `strict` keyword to Pascal language 4 years ago
Alyssa Haroldsen f3cb047e98
Remove ' as an auto-closing pair for Rust
They're bad for Rust lifetimes.

Fixes https://github.com/microsoft/monaco-editor/issues/2585.
4 years ago
Henning Dieterichs c60db94932
Merge pull request #150 from lofcz/main
Fix razor + liquid render of tags with a dash symbol
4 years ago
Henning Dieterichs 52597f7064
Merge pull request #149 from jonatanklosko/jk-md-fence-closing
Properly tokenize fence closing in GitHub style code blocks
4 years ago
lofcz d3e1f45a4e Fix razor + liquid render of tags with a dash symbol 4 years ago
Jonatan Kłosko 0ab2dffd3b Properly tokenize fence closing in GitHub style code blocks 4 years ago
Martin Aeschlimann 7099bd75fe
avoid minimatch dependency in json languageservice. Fixes microsoft/monaco-editor/issues/2578 4 years ago
Henning Dieterichs 46bc7435b7
0.26.1 4 years ago
Henning Dieterichs 34888a7d3e
Downgrades monaco-json to 3.5.0 to fix #2578. 4 years ago
Pranomvignesh ad78615d47 fix(workerManager.js) : Added a check for the existence of the worker before calling withSyncedResources 4 years ago
Henning Dieterichs 2459e4a023
4.1.1 4 years ago
Henning Dieterichs 91dab37cd1
Fix typo. 4 years ago
Henning Dieterichs 1c7cae5c2b
4.1.0 4 years ago
Henning Dieterichs 3767bab049
Adopt monaco-editor 0.26.0. 4 years ago
Henning Dieterichs a81a06709e
0.26.0 4 years ago
Henning Dieterichs 97afb2259b
Prepares 0.26.0 release. 4 years ago
Martin Aeschlimann 4c5bfeb135
add minimatch 4 years ago
Henning Dieterichs 17582eaec0
4.6.0 4 years ago
Henning Dieterichs 8edbbc5a7b
2.6.0 4 years ago
Henning Dieterichs 791b8223f9
3.6.0 4 years ago
Henning Dieterichs 871c66b451
3.6.0 4 years ago
Henning Dieterichs cfdc74341d
3.6.0 4 years ago
Henning Dieterichs 219f413d22
Updates monaco-editor-core to 0.26.0 4 years ago