Commit Graph

265 Commits (7509dfc100296a8724bc93838303f64bd7298b83)
 

Author SHA1 Message Date
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
Orta Therox 34095b6b55 Adds new enum values for ts 3.6 6 years ago
Matt Bierner 4753ef058d 3.5.0 6 years ago
Matt Bierner d6f43f7fc6
Merge pull request #33 from russelldavis/ts-3.5.1
Upgrade to typescript 3.5.1
6 years ago
Matt Bierner c30e98acab
Merge pull request #32 from russelldavis/fix-dev-instructions
Add required `npm run compile` step to development instructions
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
Russell Davis 06afa62cde Add required `npm run compile` step to development instructions
Without this, `release/dev/lib/typescriptServices.js` won't exist, resulting
in errors.
6 years ago
Ulrich Buchgraber d199064a4b Expose TypeScript version via `monaco.languages.typescript.typeScriptVersion` 6 years ago
Alex Dima 7625391590 3.4.1 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
Alex Dima ff32e4a315 3.4.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
Alexandru Dima e9381f692d
Merge pull request #29 from Geloosa/extra-libs-filepath
more safe extra lib filePath generation
6 years ago
placatus 6c73d7f708 Fixed typos and other improvements per code review 6 years ago
placatus 292108c5ee Fixed creating the LanguageServiceDefaultsImpl twice 6 years ago
placatus 357f54c652 Trigger an event when the extra libs changed, redoing all colorization and diagnostics 6 years ago
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
6 years ago
Olga Lesnikova 6d8ff4c54f more safe extra lib filePath generation 6 years ago
Alex Dima 505232c7c8 Adopt native promises 6 years ago
Alexandru Dima b923f46ad6
Merge pull request #28 from langpavel/upgrade-packages
chore: upgrade packages
6 years ago
Pavel Lang e493629099
chore: upgrade packages
npm i typescript@^3.2.2 monaco-editor-core@^0.15.5
6 years ago
Alex Dima dbbf697250 3.3.1 6 years ago
Alex Dima a25eb9ea65 Eliminate another require() call from typescriptServices 6 years ago
Alex Dima 3b8ad270d8 3.3.0 6 years ago
Alex Dima 27f5823a7e Adopt new editor, bump TypeScript 6 years ago
Alex Dima e054e6cb4c Update package-lock 6 years ago