Henning Dieterichs
|
72a7f3229d
|
Merge pull request #4003 from microsoft/hediet/b/academic-walrus
0.39.0
|
2023-06-06 09:58:01 +02:00 |
Henning Dieterichs
|
6c7d6b1e2f
|
0.39.0
|
2023-06-06 00:07:17 +02:00 |
Henning Dieterichs
|
5f70e6fc72
|
Merge pull request #4002 from microsoft/hediet/b/academic-walrus
Allows for manual nightly builds.
|
2023-06-05 18:15:26 +02:00 |
Henning Dieterichs
|
74470a5fb2
|
Allows for manual nightly builds.
|
2023-06-05 17:40:14 +02:00 |
Ray Foss
|
3be92eea76
|
Update website.yml
|
2023-06-04 23:12:09 -05:00 |
Henning Dieterichs
|
8bb1a4e863
|
Merge pull request #3994 from microsoft/hediet/b/lonely-pelican
Fixes regexp
|
2023-06-02 02:27:27 +02:00 |
Henning Dieterichs
|
5744a230ae
|
Fixes regexp
|
2023-06-02 00:52:09 +02:00 |
Henning Dieterichs
|
c84c0cb8f9
|
Merge pull request #3992 from microsoft/hediet/b/complex-silverfish
Fixes slow regexp issue
|
2023-05-31 17:37:59 +02:00 |
Henning Dieterichs
|
292c2400a0
|
Fixes slow regexp issue
|
2023-05-31 17:19:52 +02:00 |
Henning Dieterichs
|
4d4f13ced1
|
Merge pull request #3945 from dlitsman/issue-3929
Extend the "Rendering Glyphs In The Margin" example to include a transparent color note.
|
2023-05-31 16:43:10 +02:00 |
Henning Dieterichs
|
0c6348a71d
|
Makes editor on main page writeable. (#3976)
|
2023-05-26 09:24:54 -07:00 |
Dmitry Litsman
|
f62e724254
|
Extend the example to include a transparent color note.
|
2023-05-06 10:30:03 +01:00 |
Henning Dieterichs
|
584584e65b
|
Merge pull request #3942 from domesticmouse/patch-1
Update `monaco.d.ts` link
|
2023-05-04 12:30:05 +02:00 |
Brett Morgan
|
311eaa4dfb
|
Update `monaco.d.ts` link
fixes: https://github.com/microsoft/monaco-editor/issues/3941
Linked to node hosted `monaco.d.ts` file as the docs are already linked on the same line.
|
2023-05-04 06:38:50 +10:00 |
Henning Dieterichs
|
496274aae9
|
Merge pull request #3919 from spahnke/private-identifiers
[JS, TS] Add Monarch support for private identifiers
|
2023-05-02 14:46:11 +02:00 |
Henning Dieterichs
|
265712998d
|
Merge pull request #3922 from spahnke/weak-hornet
[JS] Add static keyword
|
2023-05-02 14:43:57 +02:00 |
Henning Dieterichs
|
52d3b7ed6d
|
Merge pull request #3887 from dneto0/add-wgsl
Avoid a hack in the WGSL lexer
|
2023-05-02 14:39:58 +02:00 |
Henning Dieterichs
|
358be7cd03
|
Merge pull request #3933 from titouanmathis/main
[Webpack Plugin] Fix CJS being injected in ESM files
|
2023-05-02 14:39:39 +02:00 |
Henning Dieterichs
|
28e6548d15
|
Merge pull request #3931 from microsoft/dependabot/npm_and_yarn/yaml-and-htmlnano-2.2.2
Bump yaml and htmlnano
|
2023-05-02 14:38:32 +02:00 |
Henning Dieterichs
|
c6bec62c33
|
Merge pull request #3939 from microsoft/hediet/b/funny-barracuda
0.38.0
|
2023-05-02 14:28:00 +02:00 |
Henning Dieterichs
|
0e330ae453
|
0.38.0
|
2023-05-02 14:17:58 +02:00 |
Henning Dieterichs
|
3c860ee758
|
Merge pull request #3934 from microsoft/hediet/b/comparable-wildebeest
Retry failed compilation due to http 500 errors
|
2023-04-27 12:47:08 +02:00 |
Henning Dieterichs
|
6b9d289ce3
|
Retry failed compilation due to http 500 errors
|
2023-04-27 12:33:09 +02:00 |
Titouan Mathis
|
424abe722e
|
Fix CJS being injected in ESM files
Fix #2735
|
2023-04-26 14:06:05 +02:00 |
dependabot[bot]
|
21df16c2da
|
Bump yaml and htmlnano
Bumps [yaml](https://github.com/eemeli/yaml) and [htmlnano](https://github.com/posthtml/htmlnano). These dependencies needed to be updated together.
Updates `yaml` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/eemeli/yaml/releases)
- [Commits](https://github.com/eemeli/yaml/compare/v2.2.1...v2.2.2)
Updates `htmlnano` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/posthtml/htmlnano/releases)
- [Changelog](https://github.com/posthtml/htmlnano/blob/master/CHANGELOG.md)
- [Commits](https://github.com/posthtml/htmlnano/compare/2.0.3...2.0.4)
---
updated-dependencies:
- dependency-name: yaml
dependency-type: indirect
- dependency-name: htmlnano
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-04-25 19:06:00 +00:00 |
Henning Dieterichs
|
b61f404730
|
Merge pull request #3924 from kisstkondoros/fix/3923
Fix reference error in convert method of OutlineAdapter
|
2023-04-24 12:13:09 +02:00 |
Tamas Kiss
|
c270d67d6d
|
Fix reference error in convert method of OutlineAdapter
As the result object is about to be created, it can not be referred to when
mapping child items.
This fixes #3923
|
2023-04-20 11:24:10 +00:00 |
Sebastian Pahnke
|
d2ec32be72
|
Add static keyword
|
2023-04-20 09:37:00 +02:00 |
Sebastian Pahnke
|
e5366f65e8
|
Add support for private identifiers
|
2023-04-18 13:19:33 +02:00 |
David Neto
|
6163a51770
|
Merge branch 'main' into add-wgsl
|
2023-04-13 12:22:42 -04:00 |
Henning Dieterichs
|
8270c45a38
|
Merge pull request #3911 from microsoft/hediet/b/regulatory-basilisk
Implements reload command
|
2023-04-13 16:38:39 +02:00 |
Henning Dieterichs
|
68f779a782
|
Merge pull request #3912 from microsoft/hediet/b/defensive-platypus
Escape $ in template strings
|
2023-04-13 16:36:34 +02:00 |
Henning Dieterichs
|
7d75202fb5
|
Escape $ in template strings
|
2023-04-13 16:25:34 +02:00 |
Henning Dieterichs
|
ba68ad0693
|
Implements reload command
|
2023-04-13 15:51:41 +02:00 |
Remco Haszing
|
598d45b159
|
Merge branch 'main' into mdx
|
2023-04-10 10:45:06 +02:00 |
Henning Dieterichs
|
2f51994ab5
|
Merge pull request #3901 from microsoft/hediet/b/remaining-felidae
Fixes broken website.
|
2023-04-07 20:56:55 +02:00 |
Henning Dieterichs
|
2b2cfac8fa
|
Fixes broken website.
|
2023-04-07 20:44:13 +02:00 |
Henning Dieterichs
|
8983c59033
|
Merge pull request #3900 from microsoft/hediet/b/moral-scorpion
Adds reload action (Ctrl+Enter)
|
2023-04-07 16:19:07 +02:00 |
Henning Dieterichs
|
cd9da2d1c3
|
Merge pull request #3899 from microsoft/hediet/b/insufficient-earthworm
Implements "set from ..." feature and updates some samples
|
2023-04-07 16:18:54 +02:00 |
Remco Haszing
|
ef3a98e0a2
|
Merge branch 'main' into mdx
|
2023-04-07 16:06:30 +02:00 |
Remco Haszing
|
1322e33b0d
|
Add basic MDX tests
The sample is taken from https://github.com/wooorm/markdown-tm-language.
|
2023-04-07 15:55:47 +02:00 |
Henning Dieterichs
|
ebfddbd4fb
|
Adds reload action (Ctrl+Enter)
|
2023-04-07 13:22:17 +02:00 |
Henning Dieterichs
|
ce36afc6c5
|
Adds forgotten dispose & implements undo
|
2023-04-07 13:17:26 +02:00 |
Henning Dieterichs
|
225be1f83c
|
Fixes lockfile.
|
2023-04-07 13:16:45 +02:00 |
Henning Dieterichs
|
47ecf09c2c
|
Implements "set from ..." feature and updates some samples
|
2023-04-07 13:09:42 +02:00 |
Henning Dieterichs
|
af0106a971
|
Merge pull request #3896 from microsoft/hediet/b/vicarious-sloth
Playground improvements
|
2023-04-06 16:42:48 +02:00 |
Henning Dieterichs
|
e3b1a47554
|
Playground improvements
|
2023-04-06 16:30:30 +02:00 |
tamayika
|
858b03fd8a
|
Change JSON symbol information to document symbol
|
2023-04-06 17:36:52 +09:00 |
Henning Dieterichs
|
20a8d5a651
|
Merge pull request #3892 from microsoft/hediet/b/radical-python
0.37.1
|
2023-04-05 18:22:42 +02:00 |
Henning Dieterichs
|
d04d8188c9
|
0.37.1
|
2023-04-05 17:50:32 +02:00 |