Commit graph

69 commits

Author SHA1 Message Date
Viktor Havrylin
be2ce9d233 Update vscode json deps 2018-08-17 14:13:31 +03:00
Alex Dima
370169f666 2.2.0 2018-08-10 12:55:43 +02:00
Alex Dima
a02a95603d Adopt monaco-editor-core@0.14.1 2018-08-10 12:53:09 +02:00
Martin Aeschlimann
0932a0bb67 fix FoldingRange conversion (1-based) 2018-08-08 12:06:58 +02:00
Martin Aeschlimann
3a4ade6b5b add folding provider, update dependencies 2018-08-06 21:59:59 +02:00
Martin Aeschlimann
0e6ea95f4f 2.1.1 2018-04-30 16:56:41 +02:00
Martin Aeschlimann
6b854819a3 dispose defaults change listener 2018-04-30 16:06:26 +02:00
Martin Aeschlimann
b030b3ab81 update readme 2018-04-30 16:03:22 +02:00
Martin Aeschlimann
c95fac4d7c hook color provider 2018-04-30 15:58:22 +02:00
Martin Aeschlimann
e9046ef4a9 update markers on settings change (for Microsoft/monaco-editor#755 2018-04-30 14:55:45 +02:00
Alexandru Dima
fe637537e0
Merge pull request #6 from rcjsuen/readme
Fix some typos in the README.md
2018-04-16 18:48:36 +02:00
Martin Aeschlimann
d806983671 refresh decorations after new setDiagnosticsOptions have been applied. fixes Microsoft/monaco-editor#755 2018-04-16 10:01:27 +02:00
Remy Suen
4b122a71cb Fix some typos in the README.md
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-15 06:52:49 -04:00
Alex Dima
427abfc518 2.1.0 2018-04-11 16:34:49 +02:00
Alex Dima
d09c2e5681 Adopt new monaco-editor-core 2018-04-11 16:34:44 +02:00
Alexandru Dima
ec6bc4dd9f
Merge pull request #4 from pengx17/patch-1
fix an issue of `fromMarkdownString`
2018-04-10 16:20:20 +02:00
Peng Xiao
7600ac6d14
fix an issue of fromMarkdownString
`fromMarkdownString` incorrectly interpolated `Markdown` as PlainTest
2018-04-10 19:32:35 +08:00
Alex Dima
29d4a13cbc Fix toMarkdownString 2018-04-09 11:15:18 +02:00
Alex Dima
d0aebd991c 2.0.1 2018-03-13 16:22:15 +01:00
Alex Dima
364575ee25 Bundle AMD using requirejs 2018-03-13 16:22:00 +01:00
Alex Dima
7f49596882 Update deps 2018-03-13 15:37:48 +01:00
Alex Dima
791ffb66f5 2.0.0 2018-03-12 16:32:38 +01:00
Alex Dima
b2fa948b7c Use import() for lazy loading modules 2018-03-12 16:32:28 +01:00
Alex Dima
59282ddaf6 Adopt monaco-plugin-helpers 2018-03-12 16:30:50 +01:00
Alex Dima
e8e78d99db Add Copyright headers 2018-03-12 16:25:05 +01:00
Alex Dima
2208018338 Ship monaco.d.ts in release folder 2018-03-09 12:50:58 +01:00
Alex Dima
9be21f963e Always compile to esm 2018-03-08 16:48:54 +01:00
Alex Dima
e2b014d8d7 Ship ESM variant; Ship AMD variant using webpack 2018-03-08 16:44:27 +01:00
Alex Dima
6a61202ff4 Add basic support for ESM 2018-03-08 15:44:18 +01:00
Alex Dima
ae43973e77 Adopt latest deps and fix errors 2018-03-08 13:00:44 +01:00
Martin Aeschlimann
ff043657bd update dependencies, fix promise typing issue 2018-02-07 09:59:03 +01:00
Martin Aeschlimann
c4f9df0f80 remove escapeText 2018-01-23 18:23:56 +01:00
rebornix
63d6dadc9c 1.3.2 2017-08-17 09:10:50 -07:00
rebornix
a8812c65eb adopt monaco-editor-core 2017-08-17 09:10:34 -07:00
Alex Dima
7b38df12a1 1.3.1 2017-07-03 14:20:17 +02:00
Alex Dima
ee4fe0475d Fix cyclic path 2017-07-03 14:20:08 +02:00
Alex Dima
2ac44bc4de 1.3.0 2017-06-30 18:59:38 +02:00
Alex Dima
f76febf95b Update to latest monaco-editor-core 2017-06-30 18:59:20 +02:00
Martin Aeschlimann
3cac4e7522 When I switch the editor's language and values, the previous language error markers stick around. Fixes Microsoft/monaco-editor#475 2017-06-26 16:54:34 +08:00
Martin Aeschlimann
9d724f1e05 Fix formatting 2017-06-26 15:17:53 +08:00
Martin Aeschlimann
3155a06129 TypeError: Cannot read property 'getText' of null. Fixes Microsoft/monaco-editor#354 2017-06-26 15:14:29 +08:00
Martin Aeschlimann
261f853a1d update dependencies 2017-06-23 15:45:57 +02:00
Martin Aeschlimann
55f629828d publish 1.2.2 2017-01-27 16:03:52 +01:00
Martin Aeschlimann
5618dbdb4f Remove unused functions 2017-01-27 15:59:34 +01:00
Martin Aeschlimann
3549972fdf Adapt SnippetString, publish 1.2.1 2017-01-27 15:57:50 +01:00
Alex Dima
8b2dab26d2 1.2.0 2017-01-18 16:26:01 +01:00
Alex Dima
de86b65723 Update to latest monaco-editor-core 2017-01-18 16:25:53 +01:00
Martin Aeschlimann
f0fdc683c1 Markers appear for wrong language id. Fixes Microsoft/monaco-editor#111 2017-01-16 12:42:55 +01:00
Alex Dima
35fffade6a Generate classic-style tokens 2016-12-11 19:33:32 +01:00
Alex Dima
517d32307e Add a test page, simplify development setup 2016-10-19 12:33:21 +02:00