Commit Graph

139 Commits (8440cba7279fcce86bc0af392d2fca5a400627e9)
 

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
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
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
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
Alex Dima 609b93eb01 Fix typo 6 years ago
Peng Lyu 2086fa380f
Merge pull request #23 from Parikshit-Hooda/master
fixed typo in line 11
6 years ago
Parikshit Hooda 2ec7e51c73
Merge pull request #1 from Parikshit-Hooda/Parikshit-Hooda-typo-patch-1
fixed typo in line 11. concering changed to concerning .
6 years ago
Parikshit Hooda b476163b69
fixed typo in line 11
updated readme.MD . concering->concerning (typo fixed)
6 years ago
Matt Bierner 8d98c752ca
Merge pull request #22 from spahnke/suggestion-markdown
Render documentation in suggestion widget as Markdown
6 years ago
Sebastian Pahnke 744e2f25af Render documentation in suggestion widget as Markdown 7 years ago
Alex Dima f5602dc25a 3.2.0 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
Alexandru Dima 201fa54695
Merge pull request #21 from mattmccutchen/relatedInformation-cyclic
Clear the `file` fields of `relatedInformation` too. (WIP)
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
Alex Dima 5c1bcb6ae3 Update mocha 7 years ago
Alexandru Dima 03655e6da9
Merge pull request #20 from fathyb/hover/cover-block
Use Mardown code block for hover tooltip
7 years ago
Fathy Boundjadj 407357f852
Use Mardown code block for hover tooltip 7 years ago
Alex Dima 64641eebb2 3.1.0 7 years ago
Alex Dima 3efd3be6db Adopt TS 2.8.1 7 years ago