Commit Graph

114 Commits (3b7054deed2b2fc30098494d259aa3c51b111f50)

Author SHA1 Message Date
Alex Dima 3b7054deed
Ensure types stay in sync (check that the API is implemented) 5 years ago
Alex Dima 6a5f2c1d98
Remove synchronous methods that cannot be proxied 5 years ago
Elizabeth Craig 0d4ee9bd62 No generated declaration files 5 years ago
Elizabeth Craig 1ff72394c1 Only include a few interfaces 5 years ago
Elizabeth Craig 3f8210652c Add types for TypeScriptWorker and some missing methods from LanguageServiceDefaults 5 years ago
Orta f9b88b3fb8
Update tsconfig.json 5 years ago
Alex Dima 11abbeebb2
Avoid huge .d.ts files 5 years ago
Alex Dima 14fbd7c2e0
Keep idle models, do not terminate worker on idle (fixes microsoft/monaco-editor#1310) 5 years ago
Alex Dima e4ab9e4360
Adopt strict checking (fixes microsoft/monaco-editor#1715) 5 years ago
Alex Dima 1f15497486
Merge remote-tracking branch 'origin/master' into pr/DenysVuika/24 5 years ago
Alex Dima 07cbd6dacb
Update deps 5 years ago
Alex Dima 9092951419
Do not bundle typescriptServices in tsMode 5 years ago
Alexandru Dima 92762e4a36
Merge pull request #52 from kisstkondoros/patch-1
Add documentation to signature help
5 years ago
Alex Dima 75b57d7643
Remove hack 5 years ago
Alex Dima 9f9255e30e
Merge remote-tracking branch 'origin/master' into pr/katis/51 5 years ago
Alexandru Dima 33e9ac3a88
Merge pull request #50 from ecraig12345/types
Generate and publish typings for package
5 years ago
Alexandru Dima 40dcf9d8a0
Merge pull request #49 from ecraig12345/remove-require
Remove another require call
5 years ago
Alex Dima fd244a1577
Merge remote-tracking branch 'origin/master' into pr/spahnke/48 5 years ago
Alexandru Dima 92c4b95f7e
Merge pull request #47 from spahnke/mark-unnecessary
Adopt monaco.MarkerTag API
5 years ago
Tamas Kiss 6e6f809173
Add documentation to signature help
Resolves microsoft/monaco-editor#1698
5 years ago
Joni Katajamäki 74707cb636 Update TypeScript to 3.7.2 5 years ago
Elizabeth Craig a3a6f7981a Generate and publish typings for package 5 years ago
Elizabeth Craig 99f7b1185c Remove another require call 5 years ago
Sebastian Pahnke 8b18d160db Provide related information to diagnostics 5 years ago
Sebastian Pahnke 933c7faef2 Support diagnostics of type unnecessary 5 years ago
Sebastian Pahnke d5b5ce14f4 Add support to ignore certain diagnostics 5 years ago
Alex Dima 91e9a453c9
Merge remote-tracking branch 'origin/master' into pr/orta/40 5 years ago
Orta Therox c6ad8230be Use the code deltas from TS only, and use the right kind name to trigger the popover 5 years ago
larshp 274cc4a172 fix typo 5 years ago
Alex Dima 0dd1066fc4 formatting options & source formatting 6 years ago
Alex Dima 559bc5255a Merge remote-tracking branch 'origin/master' into pr/orta/40 6 years ago
Sebastian Pahnke ceff666ed1 Add a rename provider 6 years ago
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.
6 years ago
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
6 years ago
Alex Dima c86307ab92 Remove TS 3.5 compatibility since this project will never use TS 3.5 again ... 6 years ago
Orta Therox b8063f957f Adds a CodeAction provider to support fixits 6 years ago
Orta Therox c8b92c097f Adds backwards compatability for diagnostic chains 6 years ago
Alex Dima 7e5cb3e7ac Fix indentation 6 years ago
Alex Dima bb70a4ba02 Merge remote-tracking branch 'origin/master' into pr/Javey/34 6 years ago
Alex Dima 18f80838f6 Use consistent casing, rerun import on top of master 6 years ago
Alex Dima 7e126d7c02 Merge remote-tracking branch 'origin/master' into pr/ulrichb/31 6 years ago
Orta Therox 8440cba727 Adds support for running on TS 3.6.0, and adds a daily update script 6 years ago
Orta Therox 34095b6b55 Adds new enum values for ts 3.6 6 years ago
Javey 1f3bf27460 remove es6 syntax for buddle file, microsoft/monaco-editor#1263 6 years ago
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).
6 years ago
Ulrich Buchgraber d199064a4b Expose TypeScript version via `monaco.languages.typescript.typeScriptVersion` 6 years ago
Alex Dima c0f4050960 Adopt TypeScript@3.3 6 years ago
Alex Dima 0f97f5fd54 Adopt monaco-editor-core@0.16.0 6 years ago
Alexandru Dima f39458d794
Merge pull request #30 from stefan-lacatus/extraLibOptimizations
Optimize how external libs are handled and allow for custom languages
6 years ago
Alex Dima 6b2271c1c1 Changes for PR #30 6 years ago