Commit Graph

68 Commits (3121f853a44a808e51999a614595a14a0882f2c5)

Author SHA1 Message Date
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
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
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
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
Pavel Lang e493629099
chore: upgrade packages
npm i typescript@^3.2.2 monaco-editor-core@^0.15.5
6 years ago
Alex Dima a25eb9ea65 Eliminate another require() call from typescriptServices 6 years ago
Alex Dima 27f5823a7e Adopt new editor, bump TypeScript 6 years ago
Alex Dima 609b93eb01 Fix typo 6 years ago
Sebastian Pahnke 744e2f25af Render documentation in suggestion widget as Markdown 7 years ago
Alex Dima b08b71f7e4 Adopt monaco-editor-core@0.14.1 7 years ago
Alex Dima be47b28d96 Use a more compact format for dts to avoid duplication 7 years ago
Alex Dima d1e907a30c Do not load typescriptServices.js on the UI thread anymore 7 years ago
Alex Dima 95c8a531a2 Remove language registration, configuration and tokenization 7 years ago
Alex Dima 44cb53cd6e Format 7 years ago
Alex Dima a56039de2d Remove any cast 7 years ago
Alex Dima 1e6ff8e032 Merge branch 'master' into pr/mattmccutchen/21 7 years ago
Alex Dima 35afe8257c Update to typescript 3.0.1 7 years ago
Matt McCutchen 2d6f48ee53 Clear the `file` fields of `relatedInformation` too. 7 years ago
Alex Dima c7b54325fd Patch typescriptServices to hard-code ts.sys to undefined (Microsoft/monaco-editor-webpack-plugin#9) 7 years ago
Fathy Boundjadj 407357f852
Use Mardown code block for hover tooltip 7 years ago
Alex Dima 3efd3be6db Adopt TS 2.8.1 7 years ago
Alex Dima 887aa9faa1 Adopt new monaco-editor-core 7 years ago
Alex Dima 476420ef51 More typo fixing 7 years ago
Alex Dima f800aa3abe Fixes Microsoft/monaco-editor#799: Fix typo 7 years ago
Alex Dima 0b3e6b9b53 Avoid using `monaco` in `.d.ts` file 7 years ago
Alex Dima 98b335974d Add folding configuration 7 years ago
Alex Dima 5d8e7bfc6a Add ts.worker for ESM variant 7 years ago
Alex Dima 50517cad24 Use tsMode and tsWorker for entry point names 7 years ago
Alex Dima 717952e163 Use import() for dynamic imports 7 years ago
Alex Dima e5d3880ac4 Don't use gulp anymore 7 years ago
Alex Dima c45bf2eff6 Ship ESM version 7 years ago
Alex Dima 92af97ca38 Refactor project shape 7 years ago
Remy Suen 896f576a64 Remove unused IDisposable array
The IDisposables created by the registration of language providers
were originally stored in an array. However, that array is not
actually used anywhere in the code so it should be removed instead.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
7 years ago
Alex Dima 4514e58f07 Adopt TS 2.7.2 7 years ago
Kitson Kelly eff3dd58fe
Update to TypeScript 2.4.1 8 years ago
Johannes Rieken c8118cb17e Merge pull request #14 from kitsonk/feature-documentation
Add documentation support on hover
8 years ago
Johannes Rieken 9542c9f433 add setEagerModelSync-function to defaults, fixes #461 8 years ago
Kitson Kelly a3101cd032
Add documentation support on hover 8 years ago
Johannes Rieken 9b5c885b40 make host implement getScriptKind, #203 8 years ago
Alex Dima f3f3e04ad2 Ignore validation requests for disposed models 8 years ago
Alex Dima b3ab0a8d58 Adopt latest monaco-editor-core 8 years ago