Commit graph

349 commits

Author SHA1 Message Date
Alex Dima
2dcf85a5e8
4.1.1 2020-09-24 20:23:45 +02:00
Alexandru Dima
6c41187baa
Merge pull request #71 from pgherveou/patch-1
Add missing setWorkerOptions
2020-09-21 15:58:22 +02:00
Alex Dima
bbedc82694
commit generated file 2020-09-21 15:57:58 +02:00
PG Herveou
8664abc331
Add missing setWorkerOptions 2020-09-21 09:54:16 -04:00
Alex Dima
d994aae9f0
4.1.0 2020-09-19 01:36:17 +02:00
Alex Dima
4ec20bbd1f
Adopt latest monaco-editor-core, update to TS 4.0.3 2020-09-19 01:36:03 +02:00
Alex Dima
ee6d058e66
Fixes microsoft/monaco-editor#1998: make sure to always increase the version number 2020-09-18 20:57:40 +02:00
Alex Dima
0ac03ae5cd
Fixes microsoft/monaco-editor#1638: Protect against failing getCodeFixesAtPosition calls 2020-09-18 20:22:52 +02:00
Alex Dima
8381cb3579
Fixes microsoft/monaco-editor#1937: Remove debugger statement 2020-09-18 20:19:38 +02:00
Alex Dima
e31737a45d
var -> let 2020-09-18 20:14:22 +02:00
Alex Dima
c196027bdc
Increase printWidth 2020-09-18 20:07:20 +02:00
Alex Dima
233f97cde9
Adopt async 2020-09-18 20:06:07 +02:00
Alex Dima
c564da6793
update package-lock.json 2020-09-17 22:20:15 +02:00
Alexandru Dima
c8a45c5ade
Merge pull request #70 from SpencerSharkey/patch-1
Use typescript language for hover tooltip header
2020-09-17 10:33:26 +02:00
Spencer
3055a6e22e
Use typescript language for hover tooltip header 2020-09-13 05:01:18 -07:00
Alexandru Dima
5389ec04d0
Merge pull request #69 from microsoft/ts_4_1_b
Adds support for the requires in TS 4.1b
2020-09-11 17:19:03 +02:00
Orta
417b141df9 Update import TS 2020-09-11 11:07:41 -04:00
Alex Dima
f92998eec0
4.0.2 2020-09-11 12:58:44 +02:00
Alex Dima
a1c30dff82
Remove declare modifiers (microsoft/monaco-editor#2121) 2020-09-11 12:56:24 +02:00
Alexandru Dima
8a4357c301
Merge pull request #68 from microsoft/lib_shortcuts
Allows setting lib with shortnames
2020-09-09 11:12:41 +02:00
Orta
70d1cb1704 Allows setting lib with shortnames 2020-09-08 11:37:19 -04:00
Alex Dima
4f7c1f574f
improve .npmignore 2020-09-08 14:10:48 +02:00
Alex Dima
ab9b790eba
4.0.1 2020-09-08 14:06:40 +02:00
Alex Dima
bd037a9faf
small style tweaks 2020-09-08 14:06:23 +02:00
Alexandru Dima
926a1051b8
Merge pull request #67 from spahnke/deprecated-api
Adopt "deprecated" API
2020-09-08 14:05:31 +02:00
Sebastian Pahnke
8cff40cd56 Merge branch 'master' into deprecated-api 2020-09-08 00:08:17 +02:00
Sebastian Pahnke
85c67d753f Align tag representation in suggestion items and hovers 2020-09-07 23:59:30 +02:00
Sebastian Pahnke
5f2d3f73ab Include tags in documentation string of suggestion items 2020-09-07 23:49:30 +02:00
Sebastian Pahnke
a258f3a296 Add deprecated tag to suggestion if entry is marked as deprecated 2020-09-07 22:58:28 +02:00
Sebastian Pahnke
fce6b6161e Add deprecated diagnostic tag if a symbol is reported as deprecated 2020-09-07 22:35:01 +02:00
Alex Dima
8dcc86c73f
4.0.0 2020-09-07 22:30:08 +02:00
Alex Dima
ee95401a40
Use the global monaco only in the AMD case (see microsoft/monaco-editor#1974) 2020-09-07 21:52:41 +02:00
Alex Dima
b87c75d7e9
Run prettier 2020-09-07 18:08:18 +02:00
Alex Dima
21ceb6a387
Add prettier 2020-09-07 18:03:57 +02:00
Alex Dima
7509dfc100
update to typescript@4.0.2 2020-09-07 17:58:25 +02:00
Alex Dima
2edd71ff65
update deps 2020-09-07 17:49:49 +02:00
Alexandru Dima
251cec6aa4
Merge pull request #65 from microsoft/custom_worker
Add support for creating a custom webworker subclass
2020-09-07 17:45:08 +02:00
Alexandru Dima
7e6f0bfccb
Merge pull request #66 from spahnke/signature-markdown
Format signature and parameter documentation as Markdown
2020-09-02 17:47:35 +02:00
Sebastian Pahnke
b79ec00ec5 Format signature and parameter documentation as Markdown 2020-09-02 13:27:47 +02:00
Orta
5ee395c5ee Tightens the public API 2020-08-31 13:49:34 -04:00
Orta
166e63b991 Adds a vfs project 2020-08-31 13:09:47 -04:00
Orta
89fdcf5424 Merge branch 'master' of https://github.com/microsoft/monaco-typescript into custom_worker 2020-08-31 10:53:34 -04:00
Alexandru Dima
6d0fbd443f
Merge pull request #64 from microsoft/let_ts_resolve_libs 2020-08-28 10:18:06 +02:00
Alex Dima
5577502c1c
Do not load lib.d.ts files on the UI thread 2020-08-28 10:12:54 +02:00
Alex Dima
1272e92acd
Do not ship mixed line endings for .d.ts files 2020-08-28 10:03:13 +02:00
Alex Dima
ea9ddb0a8c
Adopt LibFiles in ReferenceAdapter 2020-08-28 10:00:16 +02:00
Alex Dima
6a18fe6517
Introduce LibFiles and adopt in DefinitionAdapter 2020-08-28 09:58:22 +02:00
Alex Dima
a7f23c2eba
Simplify import typescript script 2020-08-28 09:17:17 +02:00
Alex Dima
151b807fee
run import, minor edits 2020-08-28 09:07:27 +02:00
Orta
471de29a20 Settle on customTSWorkerFactory 2020-08-21 10:33:52 -04:00