Commit Graph

42 Commits (35afe8257cc9f8484ee238d8687f70ff4c83780f)

Author SHA1 Message Date
Alex Dima 35afe8257c Update to typescript 3.0.1 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
Nico Tonozzi 6e84504731 Register React file extensions 8 years ago
Johannes Rieken 46a9f90baa use es2015 by default 8 years ago
Johannes Rieken f5f4706596 use TypeScript 2.1.5 8 years ago
Johannes Rieken 8cbd548f8e redo diagnostics when options change, fixes #208 8 years ago
Alex Dima 5b4125c325 Use label for the web workers 8 years ago
Johannes Rieken 3248b9469e on model remove dispose listener, clear timeout, fixes #10 9 years ago
Johannes Rieken 776e684da2 fix issue with outline 9 years ago
Johannes Rieken f8f33bc833 align formatting options #3 9 years ago
Johannes Rieken 867476531d Expose setMaximunWorkerIdleTime 9 years ago
Johannes Rieken b9333be154 minimize API surface of LanguageServiceDefaults 9 years ago
Johannes Rieken 5767393c5b clone _extraLibs before handing it out, fixes #5 9 years ago
Johannes Rieken 13035407db get[Type|Java]ScriptWorker is actually not the web worker interface
Now set to 'any' but we should come up with a way to export its shape including the ts types/interfaces
9 years ago
Pavel Kolev 1bf301f43c Expose getTypeScriptWorker & getJavaScriptWorker to monaco.languages.typescript 9 years ago
Alex Dima 876a2de2af Adopt monaco-editor-core@0.5.1 9 years ago
Alex Dima 7ba10ddbfb Adopt `createData` option when creatin a web worker 9 years ago
Alex Dima 7bd4d2543f Adopt latest monaco-editor-core 9 years ago
Alex Dima 73295879a4 Export apis 9 years ago
Johannes Rieken 331acc5fef Initial version 9 years ago