Commit graph

379 commits

Author SHA1 Message Date
Henning Dieterichs
26aff5b514
Improves hello world example 2023-02-24 11:17:59 +01:00
Henning Dieterichs
268f388cfb
Fixes #3588 2023-02-24 11:17:10 +01:00
Henning Dieterichs
e48d884fb3
Fixes playground 2023-02-23 15:56:23 +01:00
Henning Dieterichs
5ccfdf7c02
Restructures out and release folders.
out/amd -> out/languages/amd-tsc
out/release -> out/languages/bundled
release -> out/monaco-editor
2023-02-22 17:39:35 +01:00
Floyd Wang
0b9f3c15d2 Fix 'Hover Provider Example' incorrect Promise syntax 2023-02-22 17:51:51 +08:00
pmc
355c1ec992 fix: fix hover example
Signed-off-by: pmc <pangmengchen@gmail.com>
2023-02-21 16:02:18 +08:00
Floyd Wang
e1906cbd8d Fix the sample 'model-markers-example' compilation failure 2023-02-17 15:52:12 +08:00
Henning Dieterichs
008c3074d0 Fixes #3563 2023-02-16 17:58:31 +01:00
Henning Dieterichs
34996e6242
Adds launch config to monaco-editor to debug sources in playground. 2023-02-15 19:10:35 +01:00
Henning Dieterichs
f8bdfcbaba Don't load code when not in sandbox. 2023-02-15 16:54:54 +01:00
Henning Dieterichs
6b1ae1c271 Don't minify monaco-editor dev sources 2023-02-15 16:54:54 +01:00
Henning Dieterichs
07a1f8c89a Fixes commit reveal bug 2023-02-15 16:54:54 +01:00
Henning Dieterichs
af2f1c6510
Merge pull request #3548 from microsoft/hediet/managerial-flyingfish
Removes unneeded dependencies.
2023-02-15 15:41:25 +01:00
Henning Dieterichs
dd59f90b15
Fixes commit reveal bug 2023-02-13 10:45:37 +01:00
Henning Dieterichs
6baab4ba0a
Removes unneeded dependencies. 2023-02-10 23:08:41 +01:00
dependabot[bot]
3bbba87147
Bump loader-utils from 1.4.0 to 1.4.2 in /website
Bumps [loader-utils](https://github.com/webpack/loader-utils) from 1.4.0 to 1.4.2.
- [Release notes](https://github.com/webpack/loader-utils/releases)
- [Changelog](https://github.com/webpack/loader-utils/blob/v1.4.2/CHANGELOG.md)
- [Commits](https://github.com/webpack/loader-utils/compare/v1.4.0...v1.4.2)

---
updated-dependencies:
- dependency-name: loader-utils
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-10 14:31:37 +00:00
Henning Dieterichs
10577a0641
Rewrites website 2023-02-10 10:56:53 +01:00
Henning Dieterichs
1a9fd8b095
Prepares 0.35.0 release 2023-02-06 14:39:00 +01:00
Joseph Hardwicke
9e0662ad3e
Merge branch 'main' into main 2023-01-04 15:20:04 +00:00
Megan Rogge
90dd955ff5
Merge pull request #3348 from rcjsuen/fix-color-example
Fix the color provider's columns
2022-12-13 10:27:21 -06:00
jozebel11
98674ca321 Add position stylingto playground container to equal 'relative' 2022-12-02 10:50:32 +00:00
Alexandru Dima
8fc2ca540c
Add a smoketest for packaging with parcel (#3371)
* Add a smoketest for packaging with parcel

* Prevent parcel from bundling shims for `process` or `buffer`
2022-10-18 19:49:55 +02:00
Remy Suen
54a4e45a10 Fix the color provider's columns
Fix the example so that the document colors' ranges encompass the entire
word.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2022-10-03 12:12:01 -04:00
Henning Dieterichs
f90ab429ab
Merge pull request #3052 from mhsdesign/patch-1
[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051
2022-08-03 14:18:43 +02:00
Henning Dieterichs
19da7ede28
Merge branch 'main' into mdx 2022-07-22 13:45:31 +02:00
Henning Dieterichs
62aa423a2b
Merge pull request #3211 from microsoft/pr-3102
Add config and tokenizer for query language Cypher
2022-07-21 15:24:00 +02:00
Henning Dieterichs
68ac1dda1b
Merge pull request #3133 from vanillajonathan/patch-1
Format code
2022-07-21 13:51:37 +02:00
Alex Dima
45175a565a
Add cypher sample 2022-07-21 13:47:50 +02:00
Henning Dieterichs
936376af3d
Merge branch 'main' into mdx 2022-07-21 13:06:37 +02:00
Jonathan
a23163a1bb
Merge branch 'main' into patch-1 2022-07-21 12:03:31 +02:00
Henning Dieterichs
cd5cb50747
Merge branch 'main' into model-markers-example 2022-07-21 11:21:36 +02:00
Henning Dieterichs
c6e59c5f43
Updates monaco-editor-core & updates changelog. 2022-07-20 14:30:49 +02:00
Jonathan
0ccda7ac4d
Format code 2022-06-07 14:21:13 +02:00
Remco Haszing
9e1bd604de
Add website mdx sample 2022-05-12 10:57:05 +02:00
Martin Aeschlimann
2c5c9636a2
update css, new formatting options 2022-04-01 18:07:52 +02:00
Marc Henry Schultz
b22235db9f
[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051
fixes: #3051
2022-04-01 16:59:48 +02:00
Martin Aeschlimann
290a62d727
adopt css formatter 2022-03-31 15:12:17 +02:00
Henning Dieterichs
36f7110813
Adopts breaking change in nightly monaco-editor-core. 2022-02-14 11:32:52 +01:00
Remy Suen
661b83d7b0 Create example for model markers
This example demonstrates how to listen to model change events so that
the content of the editor can be validated. Any content that is deemed
invalid can be flagged with a model marker.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2022-02-11 16:20:38 -05:00
Alex Dima
aa75ddccbb
CRLF -> LF 2022-02-04 14:02:37 +01:00
Alex Dima
3a6cbe0787
Avoid using metadata.js in build.js 2022-02-02 23:14:43 +01:00
Alex Dima
1134d5e82b
ESM: Do not append the .js suffix to imports if it's already there 2022-01-26 09:08:30 +01:00
Henning Dieterichs
2a243d07fe
Fixes nightly release 2022-01-24 11:49:42 +01:00
Alexandru Dima
93c7165c32
Merge pull request #2847 from blutorange/lang-freemarker
Implements #2383 Add syntax modes for FreeMarker template language
2022-01-14 09:47:26 +01:00
Alex Dima
3159d3d6c9
Adopt latest monaco-editor-core 2022-01-10 09:07:20 +01:00
Alex Dima
3a58c2a6ba
Adopt latest monaco-editor-core 2021-12-29 01:08:27 +01:00
Andre Wachsmuth
94f81dc4ae Implements #2383 Add syntax modes for FreeMarker template language 2021-12-21 22:53:42 +01:00
Alex Dima
3afc60f1ac
Add changelog entry for 0.31.0 2021-12-10 22:58:25 +01:00
Alex Dima
233ecd49b1
Fix paths for running the website from source (#2807) 2021-12-08 14:04:09 +01:00
Chen
dd6b5825eb Fix some errors on the website playground 2021-11-18 15:03:18 +08:00