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
|
181f03ecce
|
Merge branch 'main' into mdx
|
2023-03-31 10:44:18 +02:00 |
|
Henning Dieterichs
|
e531b5c337
|
Merge pull request #3860 from tamayika/feature/ts5
Change moduleResolution to node16 and adopt TS 5.0
|
2023-03-27 16:26:54 +02:00 |
|
Henning Dieterichs
|
8eed80bf5e
|
Merge pull request #3848 from tamayika/feature/custom-keybinding-example
Add custom keybinding example
|
2023-03-27 16:26:07 +02:00 |
|
Henning Dieterichs
|
85111e1f3e
|
Update lockfile
|
2023-03-27 13:58:26 +02:00 |
|
tamayika
|
c3b271bc70
|
change moduleResolution to node16
|
2023-03-23 20:25:18 +09:00 |
|
tamayika
|
ebb017c8ed
|
Revert "Merge pull request #3855 from microsoft/hediet/symbolic-tarsier"
This reverts commit ae158a2524, reversing
changes made to 8307f38c4b.
|
2023-03-23 20:21:15 +09:00 |
|
Henning Dieterichs
|
ca1f701102
|
Fixes #3853
|
2023-03-21 17:00:30 +01:00 |
|
tamayika
|
047133aeb3
|
Merge branch 'main' into feature/custom-keybinding-example
|
2023-03-20 21:19:47 +09:00 |
|
tamayika
|
12fd5c0fdb
|
Add custom keybinding example
|
2023-03-18 11:29:16 +09:00 |
|
Jake Bailey
|
0d72bf6c93
|
TS 5.0
|
2023-03-16 12:53:16 -07:00 |
|
Jake Bailey
|
d793f4d6fd
|
Merge branch 'main' into ts-4.9
|
2023-03-16 12:49:35 -07:00 |
|
dependabot[bot]
|
d83d8467ad
|
Bump webpack from 5.74.0 to 5.76.0 in /website
Bumps [webpack](https://github.com/webpack/webpack) from 5.74.0 to 5.76.0.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v5.74.0...v5.76.0)
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-03-15 07:54:56 +00:00 |
|
Fizz Pang
|
1431f4561f
|
feat: prettier
|
2023-03-12 15:47:52 +08:00 |
|
Fizz
|
4d3ed6fe28
|
Merge branch 'microsoft:main' into main
|
2023-03-12 15:41:17 +08:00 |
|
Jake Bailey
|
55ad2e867b
|
Merge branch 'main' into ts-4.9
|
2023-03-11 21:31:22 -08:00 |
|
Fizz
|
01a48285c1
|
createDecorationsCollection
|
2023-03-10 06:21:40 +00:00 |
|
Fizz
|
e43c0525cf
|
Update Preview.tsx
|
2023-03-10 14:11:03 +08:00 |
|
Henning Dieterichs
|
2469088cc7
|
Merge branch 'main' into patch-1
|
2023-03-08 11:12:10 +01:00 |
|
tamayika
|
2b3444b493
|
Fix to use promise and remove unnecessary variables
|
2023-03-07 21:02:45 +09:00 |
|
Fizz
|
c5006e9dfe
|
Update sample.js
|
2023-03-06 19:47:53 +08:00 |
|
tamayika
|
01b6fa5b2e
|
Fix playground type errors and add CI test
|
2023-03-04 21:38:19 +09:00 |
|
Jake Bailey
|
d62f239f37
|
Bump TS and typedoc in package.jsons
|
2023-03-03 14:07:57 -08:00 |
|
Fizz
|
5bbf36c369
|
Update sample.js
|
2023-03-01 09:21:30 +08:00 |
|
Henning Dieterichs
|
2b2e2a1eb7
|
Implements css hot reload
|
2023-02-28 15:44:40 +01:00 |
|
Henning Dieterichs
|
ca7b9105cb
|
playground: wrap-reverse
|
2023-02-28 15:44:40 +01:00 |
|
Henning Dieterichs
|
59e529cc36
|
Removes playground logging
|
2023-02-28 15:44:40 +01:00 |
|
Henning Dieterichs
|
a1a90c30fd
|
Fixes dev issue caused by sandboxed iframe.
|
2023-02-28 15:44:40 +01:00 |
|
Henning Dieterichs
|
3b800d8192
|
Merge pull request #3583 from madcodelife/main
Fix 'Hover Provider Example' incorrect Promise syntax
|
2023-02-24 12:54:45 +01:00 |
|
Henning Dieterichs
|
9cb6000aba
|
Merge pull request #3596 from microsoft/hediet/latin-deer
Improves hello world example
|
2023-02-24 11:40:39 +01:00 |
|
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 |
|