Commit graph

99 commits

Author SHA1 Message Date
Alex Dima
f8b00d3a06 Merge remote-tracking branch 'origin/master' into pr/domoritz/11 2019-09-19 10:23:13 +02:00
Alexandru Dima
58c8efef50
Add config to disable default formatter (#10)
Add config to disable default formatter
2019-09-19 10:19:56 +02:00
Alex Dima
5300c90f58 Merge remote-tracking branch 'origin/master' into pr/domoritz/10 2019-09-19 10:18:10 +02:00
Peng Lyu
603e672661 2.6.0 2019-09-04 10:37:18 -07:00
Martin Aeschlimann
6ca4958538 more polish 2019-08-21 10:12:55 +02:00
Martin Aeschlimann
de8bd2ba4f fix typo 2019-08-21 08:54:36 +02:00
Martin Aeschlimann
bdc9560718 generalize as mode configuration 2019-08-20 18:03:47 +02:00
Martin Aeschlimann
22dcdaf5e5
Merge pull request #9 from wesinator/patch-1
Add .har extension
2019-08-20 16:32:11 +02:00
Dominik Moritz
002037408a Add Capabilities, add change handler. 2019-08-19 13:55:20 +02:00
Dominik Moritz
19ec8cd768 Upgrade dependencies 2019-08-17 10:43:13 +02:00
Dominik Moritz
f1b2e50e7c Move disableDefaultFormatter to LanguageServiceDefaults 2019-08-17 10:30:05 +02:00
Dominik Moritz
f558b8f4ff add config to disable default formatter
fixes Microsoft/monaco-editor#889
2019-08-02 12:54:47 +02:00
Ԝеѕ
d48ba11f8a
Add .har extension 2019-06-29 11:21:23 -04:00
Martin Aeschlimann
b4d1a1e6b2 2.5.1 2019-03-19 15:15:57 +01:00
Martin Aeschlimann
40c2b11e24 Exceptions when trying to remove a registered JSON schema and disposing a model. Fixes Microsoft/monaco-editor#1254 2019-03-18 13:03:06 +01:00
Martin Aeschlimann
d9372e4944 2.5.0 2019-03-05 12:27:03 +01:00
Martin Aeschlimann
124925af44 update service 2019-03-05 12:26:39 +01:00
Martin Aeschlimann
20a7a99557 2.4.0 2019-03-04 23:24:44 +01:00
Martin Aeschlimann
485bb60924 update & adapt 2019-03-04 23:24:27 +01:00
Alex Dima
da22aff470 Adopt native promises 2019-01-09 16:25:17 +01:00
Alex Dima
f70f178c03 2.3.0 2018-11-12 17:14:30 +01:00
Alex Dima
527c95f016 Adopt latest editor & new npm deps 2018-11-12 17:14:18 +01:00
Alex Dima
6653d96ddd Fix typo 2018-10-31 15:10:31 +01:00
Martin Aeschlimann
39e2f4e709
Merge pull request #7 from nesterone/on-demand-schema-loading
Provide diagnostic option to enable on-demand schema loading
2018-10-05 03:38:32 -07:00
Igor Nesterenko
ce94995e72 - revert version from master 2018-10-05 13:35:50 +03:00
Igor Nesterenko
22dd0fcb8c Merge branch 'master' into on-demand-schema-loading 2018-10-05 13:29:18 +03:00
Peng Lyu
4792444361
Merge pull request #8 from Fer0x/master
Update vscode json deps
2018-10-01 15:52:41 -07:00
Igor Nesterenko
6bf8d839f3 clean up typing description
bump version
2018-08-20 21:20:39 +03:00
Viktor Havrylin
be2ce9d233 Update vscode json deps 2018-08-17 14:13:31 +03:00
Igor Nesterenko
661fd04454
Merge branch 'master' into on-demand-schema-loading 2018-08-12 21:18:24 +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
Igor Nesterenko
5e33eb349b - provide custom schema request service
- make sure that on-demand loading of schemas works as in VSCode
- bump version of plugin
2018-07-30 23:02:38 +03: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