placatus
e39fa719bc
Optimize how external libs are handled and allow for custom languages:
...
* Adding/removing extra libs does not trigger a full worker refresh
* Manual control over when the extra libs are sent to the worker
* Adding a new lib with the same name replaces it inplace
Also included, the capability to define custom languages
2019-02-06 00:50:50 +02:00
Olga Lesnikova
6d8ff4c54f
more safe extra lib filePath generation
2019-01-28 17:24:23 +03:00
Alex Dima
505232c7c8
Adopt native promises
2019-01-09 15:51:42 +01:00
Pavel Lang
e493629099
chore: upgrade packages
...
npm i typescript@^3.2.2 monaco-editor-core@^0.15.5
2018-12-08 08:13:20 +01:00
Alex Dima
a25eb9ea65
Eliminate another require() call from typescriptServices
2018-11-13 13:31:19 +01:00
Alex Dima
27f5823a7e
Adopt new editor, bump TypeScript
2018-11-12 16:50:08 +01:00
Alex Dima
609b93eb01
Fix typo
2018-10-31 15:11:41 +01:00
Denys Vuika
e556e53389
raise onDidChange only when needed
2018-10-02 08:53:32 +01:00
Denys Vuika
c6c45135c2
definition and docs
2018-10-02 07:19:43 +01:00
Denys Vuika
ff09e59985
support bulk libs setup
2018-10-02 07:14:10 +01:00
Sebastian Pahnke
744e2f25af
Render documentation in suggestion widget as Markdown
2018-09-24 17:51:35 +02:00
Alex Dima
b08b71f7e4
Adopt monaco-editor-core@0.14.1
2018-08-10 12:18:07 +02:00
Alex Dima
be47b28d96
Use a more compact format for dts to avoid duplication
2018-08-08 17:34:03 +02:00
Alex Dima
d1e907a30c
Do not load typescriptServices.js on the UI thread anymore
2018-08-08 16:53:26 +02:00
Alex Dima
95c8a531a2
Remove language registration, configuration and tokenization
2018-08-08 16:20:29 +02:00
Alex Dima
44cb53cd6e
Format
2018-08-08 15:51:09 +02:00
Alex Dima
a56039de2d
Remove any cast
2018-08-08 15:46:01 +02:00
Alex Dima
1e6ff8e032
Merge branch 'master' into pr/mattmccutchen/21
2018-08-08 15:43:54 +02:00
Alex Dima
35afe8257c
Update to typescript 3.0.1
2018-08-08 15:32:31 +02:00
Matt McCutchen
2d6f48ee53
Clear the file fields of relatedInformation too.
2018-07-31 14:04:40 -04:00
Alex Dima
c7b54325fd
Patch typescriptServices to hard-code ts.sys to undefined ( Microsoft/monaco-editor-webpack-plugin#9 )
2018-06-12 11:38:48 +02:00
Fathy Boundjadj
407357f852
Use Mardown code block for hover tooltip
2018-05-13 03:19:41 +02:00
Alex Dima
3efd3be6db
Adopt TS 2.8.1
2018-04-11 16:46:32 +02:00
Alex Dima
887aa9faa1
Adopt new monaco-editor-core
2018-04-11 16:43:08 +02:00
Alex Dima
476420ef51
More typo fixing
2018-04-11 13:33:54 +02:00
Alex Dima
f800aa3abe
Fixes Microsoft/monaco-editor#799 : Fix typo
2018-04-11 11:48:59 +02:00
Alex Dima
0b3e6b9b53
Avoid using monaco in .d.ts file
2018-03-15 10:49:51 +01:00
Alex Dima
98b335974d
Add folding configuration
2018-03-14 11:54:33 +01:00
Alex Dima
5d8e7bfc6a
Add ts.worker for ESM variant
2018-03-12 13:01:17 +01:00
Alex Dima
50517cad24
Use tsMode and tsWorker for entry point names
2018-03-12 12:59:22 +01:00
Alex Dima
717952e163
Use import() for dynamic imports
2018-03-12 12:54:57 +01:00
Alex Dima
e5d3880ac4
Don't use gulp anymore
2018-03-09 12:45:16 +01:00
Alex Dima
c45bf2eff6
Ship ESM version
2018-03-09 11:56:24 +01:00
Alex Dima
92af97ca38
Refactor project shape
2018-03-08 15:28:00 +01:00
Remy Suen
896f576a64
Remove unused IDisposable array
...
The IDisposables created by the registration of language providers
were originally stored in an array. However, that array is not
actually used anywhere in the code so it should be removed instead.
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-03-03 14:16:24 +09:00
Alex Dima
4514e58f07
Adopt TS 2.7.2
2018-02-28 16:17:09 +01:00
Kitson Kelly
eff3dd58fe
Update to TypeScript 2.4.1
2017-07-07 17:01:22 +01:00
Johannes Rieken
c8118cb17e
Merge pull request #14 from kitsonk/feature-documentation
...
Add documentation support on hover
2017-06-27 09:56:59 +02:00
Johannes Rieken
9542c9f433
add setEagerModelSync-function to defaults, fixes #461
2017-06-19 12:01:58 +02:00
Kitson Kelly
a3101cd032
Add documentation support on hover
2017-06-17 18:34:32 -07:00
Johannes Rieken
9b5c885b40
make host implement getScriptKind, #203
2017-05-04 10:36:10 +02:00
Alex Dima
f3f3e04ad2
Ignore validation requests for disposed models
2017-03-03 17:36:53 +01:00
Alex Dima
b3ab0a8d58
Adopt latest monaco-editor-core
2017-01-18 15:09:23 +01:00
Nico Tonozzi
6e84504731
Register React file extensions
2017-01-16 17:51:01 -08:00
Johannes Rieken
46a9f90baa
use es2015 by default
2017-01-16 15:36:37 +01:00
Johannes Rieken
f5f4706596
use TypeScript 2.1.5
2017-01-16 15:29:14 +01:00
Johannes Rieken
8cbd548f8e
redo diagnostics when options change, fixes #208
2017-01-16 15:19:16 +01:00
Alex Dima
5b4125c325
Use label for the web workers
2016-10-07 15:21:01 +02:00
Johannes Rieken
3248b9469e
on model remove dispose listener, clear timeout, fixes #10
2016-08-26 11:24:01 +02:00
Johannes Rieken
776e684da2
fix issue with outline
2016-08-26 11:15:42 +02:00