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
Alexandru Dima
201fa54695
Merge pull request #21 from mattmccutchen/relatedInformation-cyclic
...
Clear the `file` fields of `relatedInformation` too. (WIP)
2018-08-08 15:46:30 +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
Alex Dima
5c1bcb6ae3
Update mocha
2018-06-12 10:00:07 +02:00
Alexandru Dima
03655e6da9
Merge pull request #20 from fathyb/hover/cover-block
...
Use Mardown code block for hover tooltip
2018-05-15 12:40:12 +02:00
Fathy Boundjadj
407357f852
Use Mardown code block for hover tooltip
2018-05-13 03:19:41 +02:00
Alex Dima
64641eebb2
3.1.0
2018-04-11 16:46:43 +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
c53f010cc1
3.0.2
2018-03-15 10:55:34 +01:00
Alex Dima
0b3e6b9b53
Avoid using monaco in .d.ts file
2018-03-15 10:49:51 +01:00
Alex Dima
becf53e270
Fix test page paths
2018-03-14 15:02:00 +01:00
Alex Dima
cc15298334
3.0.1
2018-03-14 11:54:39 +01:00
Alex Dima
98b335974d
Add folding configuration
2018-03-14 11:54:33 +01:00
Alex Dima
6d29cf6810
Improve npmignore
2018-03-12 17:22:33 +01:00
Alex Dima
0944ea5897
Add Copyright Header
2018-03-12 16:07:41 +01:00
Alex Dima
faf0d9a93a
3.0.0
2018-03-12 13:02:21 +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
d75e5fdb8f
Adopt monaco-plugin-helpers
2018-03-12 12:50:54 +01:00
Alex Dima
e5d3880ac4
Don't use gulp anymore
2018-03-09 12:45:16 +01:00
Alex Dima
09e0f8b047
Fix test running
2018-03-09 12:08:26 +01:00
Alex Dima
4158e69096
Move import typescrit out of gulp
2018-03-09 12:07:37 +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
Alexandru Dima
5c70cefbad
Merge pull request #19 from rcjsuen/remove-disposables
...
Remove unused IDisposable array
2018-03-05 14:20:15 +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
e87b2e9445
Fixes Microsoft/monaco-editor#717 : use absolute paths when running under http
2018-03-02 14:42:15 +01:00
Alexandru Dima
aed7441450
Merge pull request #18 from rcjsuen/patch-1
...
Fix a small typo in README.md
2018-02-28 16:19:10 +01:00
Alex Dima
4514e58f07
Adopt TS 2.7.2
2018-02-28 16:17:09 +01:00
Remy Suen
3ff2bd5d03
Fix a small typo in README.md
...
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2018-02-27 18:19:25 +09:00
Martin Aeschlimann
19b622bb0a
Remove comment of escapeText
2018-01-23 20:11:42 +01:00
rebornix
fd172013f7
2.3.0
2017-08-17 08:57:34 -07:00
rebornix
c06e446e8c
adopt monaco-editor-core
2017-08-17 08:54:06 -07:00
Peng Lyu
7027f0b4ba
Merge pull request #15 from kitsonk/update-ts24
...
Update to TypeScript 2.4.1
2017-08-17 08:51:31 -07:00
Kitson Kelly
eff3dd58fe
Update to TypeScript 2.4.1
2017-07-07 17:01:22 +01:00
Alex Dima
c9c77f499b
2.2.0
2017-06-30 18:16:46 +02:00
Alex Dima
845b55aee5
Adopt latest monaco-editor-core
2017-06-30 18:16:16 +02: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
8ce9803370
Merge pull request #13 from kitsonk/ts-2.3.4
...
Update to TypeScript 2.3.4
2017-06-19 15:19:03 +02:00
Johannes Rieken
c044162233
add note about scope of this project
2017-06-19 12:07:21 +02:00