Commit Graph

2450 Commits (f99eab0ceba8f78a83e94992ab3a1465de648494)
 

Author SHA1 Message Date
Alex Dima 1fb6a3ccbb
generate files 5 years ago
Alex Dima d6706a2e60
Fixes #1352: Ensure completion items have a range set 5 years ago
Alexandru Dima 20287c8392
Merge pull request #1703 from rcjsuen/snippet-example
Add CompletionItem with snippet support to the example
5 years ago
Alexandru Dima 9ce99e38b0
Merge pull request #1617 from larshp/contributing
contributing: add details for running website locally
5 years ago
Alexandru Dima 7e5825c355
Merge pull request #1616 from larshp/symbols
playground: update symbols-provider-example
5 years ago
Alex Dima 9de193a100
Fixes microsoft/monaco-editor#1479 5 years ago
Alex Dima b6b3e0a0db
Fixes microsoft/monaco-editor#1123 5 years ago
Alex Dima 229378ae98
Fixes microsoft/monaco-editor#1216 5 years ago
Alexandru Dima 4e2ba08fc6
Fixes microsoft/monaco-editor#557: VB can have mult-line strings 5 years ago
Martin Aeschlimann 24a660f022 update dependencies, adopt textdocument 5 years ago
Alexandru Dima 998a8b2efb
Merge pull request #75 from mbykovskyy/master
Adds cameligo language support
5 years ago
Alexandru Dima 4370bf50c7
Merge pull request #74 from spahnke/nullish-coalesce
[JS/TS] Add support for the nullish-coalesce operator
5 years ago
Alexandru Dima 307c82d5c4
Adds Markdown Table syntax highlighting (#73)
Adds Markdown Table syntax highlighting
5 years ago
Alexandru Dima c50642f89b
Fixes microsoft/monaco-editor#1607: Add support for nested comments 5 years ago
Martin Aeschlimann 97beb02321 update service & dependencies 5 years ago
Alexandru Dima c6b50fc678
bump deps 5 years ago
Alexandru Dima c0fb272a34
Add strict TS checking 5 years ago
Alexandru Dima 75cb14f8f0
register tokenizers early (with promises) 5 years ago
Remy Suen 3a3d0106b6 Add CompletionItem with snippet support to the example
Many users are asking about snippet support in Monaco. Enhancing the
example on in the playground with a snippet CompletionItem will help
users learn about the feature more easily without having to dig through
Stack Overflow and GitHub issues.

Signed-off-by: Remy Suen <remy.suen@gmail.com>
5 years ago
Martin Aeschlimann b445fa011e update css-lsservice 5 years ago
Alex Dima 5b7c0c4bbb
Fixes #1271: Remove missing colors 5 years ago
Alexandru Dima 1e25eedcf4
Update commands.yml 5 years ago
Alexandru Dima fc473a7565
Fixes #1561: Add graphql sample 5 years ago
Alexandru Dima e19a56f9e1
Recreate package-lock 5 years ago
Alexandru Dima 5aeade9285
Fixes #1588: Remove overflow: hidden rule 5 years ago
Alexandru Dima 03a2082bc2
Move off deprecated uglifyjs-webpack-plugin 5 years ago
Alexandru Dima 730a8dbc40
update yaserver 5 years ago
Alexandru Dima 524549df30
update deps 5 years ago
Alexandru Dima 79b845efb7
update yaserver 5 years ago
Alexandru Dima d8296a49bb
more deps update 5 years ago
Alexandru Dima 8dc9857968
update deps 5 years ago
Tamas Kiss 6e6f809173
Add documentation to signature help
Resolves microsoft/monaco-editor#1698
5 years ago
James Diefenderfer 5e3cec5520
add explicit loader-utils dependency 5 years ago
James Diefenderfer 3bab84bf28
add support for dynamic filenames
Add support for custom filename template for worker scripts.
5 years ago
Alex Dima ac6f4773fc
Tweaks for #1492 5 years ago
Peng Lyu 4aeb9fb47a
Revert change log change. 5 years ago
Peng Lyu 3d0dae8fe1
CI testing for editor distro, webpack bundling and smoke test (#1675)
Bundle/Test with latest VS Code.
5 years ago
James Diefenderfer e7551d3bf9
reference free variable 5 years ago
James Diefenderfer c9c13e7b55
add support for plugin-specific public path
Override the public path from which files generated by this plugin will be served. This wins out over Webpack's dynamic runtime path and can be useful to avoid attempting to load workers cross-origin when using a CDN for other static resources.
5 years ago
Alexandru Dima 68d9e00fbe
switch to yaserver 5 years ago
Joni Katajamäki 74707cb636 Update TypeScript to 3.7.2 5 years ago
Sergey Romanov fba61ffccf Changes 5 years ago
Maksym Bykovskyy c123d330e7 Added cameligo language support 5 years ago
Alexandru Dima 1ac58eb592
Enable VS Code Bot 5 years ago
Elizabeth Craig a3a6f7981a Generate and publish typings for package 5 years ago
Elizabeth Craig 99f7b1185c Remove another require call 5 years ago
Sebastian Pahnke aff86cc64c Add support for the nullish-coalesce operator 5 years ago
Niklas Mollenhauer f397fae745
npm audit fix 5 years ago
Niklas Mollenhauer 21fb24c290
Resolve #70 5 years ago
Niklas Mollenhauer adc49310ee
Resolve #73 5 years ago