Commit graph

158 commits

Author SHA1 Message Date
Alex Dima
11abbeebb2
Avoid huge .d.ts files 2019-12-20 21:03:59 +01:00
Alex Dima
14fbd7c2e0
Keep idle models, do not terminate worker on idle (fixes microsoft/monaco-editor#1310) 2019-12-20 20:28:33 +01:00
Alex Dima
e4ab9e4360
Adopt strict checking (fixes microsoft/monaco-editor#1715) 2019-12-20 19:47:49 +01:00
Alex Dima
1f15497486
Merge remote-tracking branch 'origin/master' into pr/DenysVuika/24 2019-12-17 15:56:31 +01:00
Alex Dima
07cbd6dacb
Update deps 2019-12-17 14:11:48 +01:00
Alex Dima
9092951419
Do not bundle typescriptServices in tsMode 2019-12-17 14:00:38 +01:00
Alexandru Dima
92762e4a36
Merge pull request #52 from kisstkondoros/patch-1
Add documentation to signature help
2019-12-17 13:42:04 +01:00
Alex Dima
75b57d7643
Remove hack 2019-12-17 13:40:01 +01:00
Alex Dima
9f9255e30e
Merge remote-tracking branch 'origin/master' into pr/katis/51 2019-12-17 11:00:50 +01:00
Alexandru Dima
33e9ac3a88
Merge pull request #50 from ecraig12345/types
Generate and publish typings for package
2019-12-17 10:48:01 +01:00
Alexandru Dima
40dcf9d8a0
Merge pull request #49 from ecraig12345/remove-require
Remove another require call
2019-12-17 10:45:35 +01:00
Alex Dima
fd244a1577
Merge remote-tracking branch 'origin/master' into pr/spahnke/48 2019-12-17 08:59:09 +01:00
Alexandru Dima
92c4b95f7e
Merge pull request #47 from spahnke/mark-unnecessary
Adopt monaco.MarkerTag API
2019-12-17 08:56:49 +01:00
Tamas Kiss
6e6f809173
Add documentation to signature help
Resolves microsoft/monaco-editor#1698
2019-12-07 11:51:36 +01:00
Joni Katajamäki
74707cb636 Update TypeScript to 3.7.2 2019-11-09 17:56:19 +02:00
Elizabeth Craig
a3a6f7981a Generate and publish typings for package 2019-10-26 00:43:57 -07:00
Elizabeth Craig
99f7b1185c Remove another require call 2019-10-26 00:29:21 -07:00
Sebastian Pahnke
8b18d160db Provide related information to diagnostics 2019-10-07 14:33:21 +02:00
Sebastian Pahnke
933c7faef2 Support diagnostics of type unnecessary 2019-10-07 13:37:40 +02:00
Sebastian Pahnke
d5b5ce14f4 Add support to ignore certain diagnostics 2019-10-07 12:09:31 +02:00
Alex Dima
91e9a453c9
Merge remote-tracking branch 'origin/master' into pr/orta/40 2019-10-02 22:26:11 +02:00
Orta Therox
c6ad8230be Use the code deltas from TS only, and use the right kind name to trigger the popover 2019-10-01 09:15:27 -04:00
larshp
274cc4a172 fix typo 2019-10-01 07:52:11 +02:00
Alex Dima
0dd1066fc4 formatting options & source formatting 2019-09-19 09:43:26 +02:00
Alex Dima
559bc5255a Merge remote-tracking branch 'origin/master' into pr/orta/40 2019-09-19 09:19:03 +02:00
Sebastian Pahnke
ceff666ed1 Add a rename provider 2019-09-19 07:14:19 +02:00
Andre Wachsmuth
37f6c649ba Fix microsoft/monaco-editor#1576 update dependency to core
* Update dependency to monaco-editor-core to 0.18.0
* Fix typing errors:
    * SignatureHelpAdapter#provideSignatureHelp return a wrapped SignatureHelpResult
    * monaco.languages.DocumentSymbol has got a new property: tags

The tags are an array SymbolTags, and the only existing SymbolTag is "Deprecated".
I did not find any information about that in the ts.NavigationBarItem, so the tags
are always an empty array for now.
2019-09-06 18:49:49 +02:00
Alexandru Dima
c9f75d56c2
Updates to support the TS 3.6.0 beta, and adds a daily run-script (#36)
Updates to support the TS 3.6.0 beta, and adds a daily run-script
2019-08-30 14:57:45 +02:00
Alex Dima
c86307ab92 Remove TS 3.5 compatibility since this project will never use TS 3.5 again ... 2019-08-30 14:55:55 +02:00
Orta Therox
b8063f957f Adds a CodeAction provider to support fixits 2019-08-29 13:43:19 -04:00
Orta Therox
c8b92c097f Adds backwards compatability for diagnostic chains 2019-08-29 13:00:09 -04:00
Alex Dima
7e5cb3e7ac Fix indentation 2019-08-13 14:51:04 +02:00
Alex Dima
bb70a4ba02 Merge remote-tracking branch 'origin/master' into pr/Javey/34 2019-08-13 14:22:43 +02:00
Alex Dima
18f80838f6 Use consistent casing, rerun import on top of master 2019-08-13 14:06:19 +02:00
Alex Dima
7e126d7c02 Merge remote-tracking branch 'origin/master' into pr/ulrichb/31 2019-08-13 14:04:49 +02:00
Orta Therox
8440cba727 Adds support for running on TS 3.6.0, and adds a daily update script 2019-07-24 09:02:34 -04:00
Orta Therox
34095b6b55 Adds new enum values for ts 3.6 2019-07-18 11:23:32 -04:00
Javey
1f3bf27460 remove es6 syntax for buddle file, microsoft/monaco-editor#1263 2019-06-14 13:19:45 +08:00
Russell Davis
c13c791795 Upgrade to typescript 3.5.1
I followed the procedure at https://github.com/microsoft/monaco-typescript#updating-typescript

The only manual change I had to make was to add "es2015.iterable" to the
lib section of tsconfig.json (and tsconfig.esm.json).
2019-06-07 14:55:45 -07:00
Ulrich Buchgraber
d199064a4b Expose TypeScript version via monaco.languages.typescript.typeScriptVersion 2019-05-23 01:16:11 +02:00
Alex Dima
c0f4050960 Adopt TypeScript@3.3 2019-03-04 15:58:50 +01:00
Alex Dima
0f97f5fd54 Adopt monaco-editor-core@0.16.0 2019-03-04 15:57:23 +01:00
Alexandru Dima
f39458d794
Merge pull request #30 from stefan-lacatus/extraLibOptimizations
Optimize how external libs are handled and allow for custom languages
2019-03-04 15:14:07 +01:00
Alex Dima
6b2271c1c1 Changes for PR #30 2019-03-04 15:09:02 +01:00
placatus
6c73d7f708 Fixed typos and other improvements per code review 2019-03-01 00:01:35 +02:00
placatus
292108c5ee Fixed creating the LanguageServiceDefaultsImpl twice 2019-02-22 17:31:09 +02:00
placatus
357f54c652 Trigger an event when the extra libs changed, redoing all colorization and diagnostics 2019-02-22 15:16:21 +02:00
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