Commit Graph

190 Commits (9f9255e30e26a74de9d48ede1d3a81f6308f4f40)
 

Author SHA1 Message Date
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
Alexandru Dima 2bbb4ed4b9
Provide related information to diagnostics (#48)
Provide related information to diagnostics
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
Alexandru Dima e91b33e295
Add support to ignore certain diagnostics (#46)
Add support to ignore certain diagnostics
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
Alexandru Dima c050127710
Adds a CodeAction provider to support fixits (#40)
Adds a CodeAction provider to support fixits
5 years ago
Alex Dima 91e9a453c9
Merge remote-tracking branch 'origin/master' into pr/orta/40 5 years ago
Alexandru Dima a5ee0c964f
Merge pull request #45 from larshp/typo
fix typo
5 years ago
Alexandru Dima f7d75e139c
Update ci.yml 5 years ago
Alexandru Dima 301d809ebb
Merge pull request #43 from microsoft/actions_ci
Adds a CI to check that the build compiles
5 years ago
Alexandru Dima 155292c59d
Merge pull request #44 from orta/store_code
Let changes to the test file persist
5 years ago
Alexandru Dima 558be96998
Merge pull request #42 from orta/remove_daily
Remove daily infrastructure
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
Orta Therox 75e4622b1e Adds a CI to check that the build compiles 5 years ago
Orta Therox 53be7ba6a0 Let changes to the test file persist 5 years ago
Orta Therox e86c4f00bf Merge branch 'master' of https://github.com/microsoft/monaco-typescript into add_code_actions 5 years ago
Orta Therox 02af058977 Remove daily infrastructure 6 years ago
Alex Dima 3596f46e41 3.5.1 6 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
Alexandru Dima 7d4d30f874
Merge pull request #39 from spahnke:rename-provider
Add a rename provider
6 years ago
Sebastian Pahnke ceff666ed1 Add a rename provider 6 years ago
Alexandru Dima 2c0cc512fa
Merge pull request #41 from blutorange/master
Fix microsoft/monaco-editor#1576 update dependency to core
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
Alex Dima 6dce21c4e5 The version of monaco-typescript is independent of the version of typescript it ships and reflects its own API surface 6 years ago
Alex Dima 55e809cc72 The version of monaco-typescript is independent of the version of typescript it ships and reflects its own API surface 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
Alexandru Dima 2389ae38aa
Make it can be compressed by uglify-js (#34)
Make it can be compressed by uglify-js
6 years ago
Alex Dima bb70a4ba02 Merge remote-tracking branch 'origin/master' into pr/Javey/34 6 years ago
Alexandru Dima ce7745700e
Expose TypeScript version via `monaco.languages.typescript.typeSc… (#31)
Expose TypeScript version via `monaco.languages.typescript.typeScriptVersion`
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 8e01f87054 Improvements to the monaco-typescript daily deploy 6 years ago
Orta adacbd1951
Update azure-pipelines.yml 6 years ago
Orta 3121f853a4 Set up CI with Azure Pipelines
[skip ci]
6 years ago
Orta Therox e7291e938a Adds WIP support for a daily job pipeline 6 years ago
Orta Therox 8440cba727 Adds support for running on TS 3.6.0, and adds a daily update script 6 years ago