Commit graph

47 commits

Author SHA1 Message Date
Alexandru Dima
56d8482d10
Merge pull request #5 from rcjsuen/css-markdown
Fix conversion code from MarkedString to IMarkdownString in hovers
2018-04-09 11:14:14 +02:00
Remy Suen
b622773393 Fix hovers use of MarkedString to IMarkdownString
The conversion code for hovers ignored MarkedString's `language`
property which caused the content to be rendered incorrectly. The
code has been corrected to honour the property and now creates the
code block correctly.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-04-06 16:57:35 +09:00
Alex Dima
75cf77eb64 2.0.1 2018-03-13 16:21:16 +01:00
Alex Dima
db021c78d6 Bundle AMD using requirejs 2018-03-13 16:21:09 +01:00
Alex Dima
770b47221c Remove no longer necessary file 2018-03-12 17:00:29 +01:00
Alex Dima
380f6ab53f 2.0.0 2018-03-12 16:21:25 +01:00
Alex Dima
121c293b98 Use import() for lazy loading code 2018-03-12 16:21:07 +01:00
Alex Dima
9df44200c0 Adopt monaco-plugin-helpers 2018-03-12 16:15:10 +01:00
Alex Dima
64d2e8c8ef Ship ESM; Adopt latest deps 2018-03-09 14:19:20 +01:00
Martin Aeschlimann
524db65880 remove escapeText 2018-01-23 18:25:30 +01:00
rebornix
69ad62c985 1.3.3 2017-08-17 09:03:56 -07:00
rebornix
d039a0eff0 adopt monaco-editor-core and monaco-languages 2017-08-17 09:02:26 -07:00
Alex Dima
efbe127375 Fix cyclic dependencies 2017-07-03 14:23:32 +02:00
Martin Aeschlimann
301b0b29f6 1.3.2 2017-07-01 01:03:26 +08:00
Martin Aeschlimann
49b6457c6e update editor 2017-07-01 01:03:22 +08:00
Martin Aeschlimann
076db3dcc7 Adopt WorkspaceEdit.changes API changes 2017-06-26 16:53:54 +08:00
Martin Aeschlimann
9a25293cce When I switch the editor's language and values, the previous language error markers stick around Microsoft/monaco-editor#475 2017-06-26 16:53:18 +08:00
Martin Aeschlimann
a3fe14998f TypeError: Cannot read property 'getText' of null. Fixes Microsoft/monaco-editor#354 2017-06-26 15:16:03 +08:00
Martin Aeschlimann
1a124f5415 update dependencies 2017-06-23 15:45:17 +02:00
Martin Aeschlimann
f032b58597 Adopt SnippetString, publish 1.3.1 2017-01-27 16:06:02 +01:00
Alex Dima
6787816d8e 1.3.0 2017-01-18 15:38:27 +01:00
Alex Dima
bc8df3676c Adopt latest monaco-editor-core 2017-01-18 15:37:48 +01:00
Martin Aeschlimann
a0f4474c54 Markers appear for wrong language id. Fixes Microsoft/monaco-editor#111 2017-01-16 12:48:00 +01:00
Alex Dima
f144cfb0ba Add a test page, simplify development setup 2016-10-19 12:43:37 +02:00
Alex Dima
340b687f6a 1.2.1 2016-10-07 15:12:19 +02:00
Alex Dima
c72ade006f Use label for the web workers 2016-10-07 15:12:10 +02:00
Alex Dima
33bc2d01f4 1.2.0 2016-10-06 16:19:24 +02:00
Alex Dima
ca246f0350 Make it clear that options are set via setDiagnosticOptions 2016-10-06 16:19:03 +02:00
Alex Dima
9205fd98a6 Fix whitespace 2016-10-06 16:15:43 +02:00
Alex Dima
4e1031f084 Adopt latest monaco-editor-core, adopt TS 2.0 2016-10-06 16:15:35 +02:00
Martin Aeschlimann
4eab336f3e Publish monaco-css@1.1.4 2016-09-05 15:05:27 +02:00
Johannes Rieken
6d6e1bab7f Update README.md 2016-08-30 11:54:51 +02:00
Martin Aeschlimann
0b6b8d8c41 Publish monaco-css@1.1.3-next.1 2016-08-30 10:28:29 +02:00
Martin Aeschlimann
01cf2aeea8 Remove markers on model dipsose (Microsoft/monaco-editor#111) 2016-08-15 14:54:40 +02:00
Martin Aeschlimann
b0adbfc134 Update to latest css-languageservice 2016-07-29 10:57:42 +02:00
Martin Aeschlimann
a95094a599 Updated to 1.1.1 2016-06-30 19:23:59 +01:00
Martin Aeschlimann
e3a06b11c8 update readme 2016-06-28 12:27:45 +02:00
Martin Aeschlimann
8d523f9831 fix typo 2016-06-27 10:32:19 +02:00
Martin Aeschlimann
ca09509a14 update readme 2016-06-27 09:59:30 +02:00
Alex Dima
552ac11e4e 1.1.0 2016-06-24 20:40:29 +02:00
Alex Dima
7fb0572779 Update to monaco-editor-core@0.5.1 2016-06-24 20:39:54 +02:00
Martin Aeschlimann
ef359fa044 1.0 2016-06-23 11:53:48 +02:00
Martin Aeschlimann
ad61b15585 Move language definition and configuration to monaco-languages 2016-06-23 11:53:19 +02:00
Martin Aeschlimann
ff503e756e rename to cssMode, cssWorker & create dev, min 2016-06-23 11:53:19 +02:00
Martin Aeschlimann
293cc3aa55 Release build script 2016-06-23 11:53:19 +02:00
Martin Aeschlimann
2380ce142c Init 2016-06-23 11:52:34 +02:00
Microsoft GitHub User
dc598757e7 Initial commit 2016-06-23 01:19:19 -07:00