Commit graph

202 commits

Author SHA1 Message Date
Alexandru Dima
72321822f4
register multiple extra libs at once (#24)
register multiple extra libs at once
2019-12-17 15:57:30 +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
4f6fa314b0
Switch to terser 2019-12-17 14:08:46 +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
Alexandru Dima
4228d13957
Update TypeScript to 3.7.2 (#51)
Update TypeScript to 3.7.2
2019-12-17 13:41:22 +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
Alexandru Dima
2bbb4ed4b9
Provide related information to diagnostics (#48)
Provide related information to diagnostics
2019-12-17 09:00:37 +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
Alexandru Dima
e91b33e295
Add support to ignore certain diagnostics (#46)
Add support to ignore certain diagnostics
2019-12-17 08:55:09 +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
Alexandru Dima
c050127710
Adds a CodeAction provider to support fixits (#40)
Adds a CodeAction provider to support fixits
2019-10-02 22:27:36 +02:00
Alex Dima
91e9a453c9
Merge remote-tracking branch 'origin/master' into pr/orta/40 2019-10-02 22:26:11 +02:00
Alexandru Dima
a5ee0c964f
Merge pull request #45 from larshp/typo
fix typo
2019-10-02 22:10:03 +02:00
Alexandru Dima
f7d75e139c
Update ci.yml 2019-10-02 22:08:59 +02:00
Alexandru Dima
301d809ebb
Merge pull request #43 from microsoft/actions_ci
Adds a CI to check that the build compiles
2019-10-02 22:07:09 +02:00
Alexandru Dima
155292c59d
Merge pull request #44 from orta/store_code
Let changes to the test file persist
2019-10-02 22:06:36 +02:00
Alexandru Dima
558be96998
Merge pull request #42 from orta/remove_daily
Remove daily infrastructure
2019-10-02 22:05:18 +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
Orta Therox
75e4622b1e Adds a CI to check that the build compiles 2019-09-26 11:41:52 -04:00
Orta Therox
53be7ba6a0 Let changes to the test file persist 2019-09-26 11:37:17 -04:00
Orta Therox
e86c4f00bf Merge branch 'master' of https://github.com/microsoft/monaco-typescript into add_code_actions 2019-09-26 08:04:49 -04:00
Orta Therox
02af058977 Remove daily infrastructure 2019-09-21 07:55:30 -04:00
Alex Dima
3596f46e41 3.5.1 2019-09-19 09:44:28 +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
Alexandru Dima
7d4d30f874
Merge pull request #39 from spahnke:rename-provider
Add a rename provider
2019-09-19 09:12:29 +02:00
Sebastian Pahnke
ceff666ed1 Add a rename provider 2019-09-19 07:14:19 +02:00
Alexandru Dima
2c0cc512fa
Merge pull request #41 from blutorange/master
Fix microsoft/monaco-editor#1576 update dependency to core
2019-09-18 16:30:52 +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
Alex Dima
6dce21c4e5 The version of monaco-typescript is independent of the version of typescript it ships and reflects its own API surface 2019-08-30 14:49:59 +02:00
Alex Dima
55e809cc72 The version of monaco-typescript is independent of the version of typescript it ships and reflects its own API surface 2019-08-30 14:48:51 +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
Alexandru Dima
2389ae38aa
Make it can be compressed by uglify-js (#34)
Make it can be compressed by uglify-js
2019-08-13 14:23:37 +02:00