Commit graph

2877 commits

Author SHA1 Message Date
Henning Dieterichs
74e568b1ee
Updates vscode version 2022-07-19 13:16:01 +02:00
Alexander Wu
7b152aaad0
[webpack readme] Add how to get languages/features
I had to do a lot of digging in the source code just to know what strings I can use in the features list. Adding this allows users to find out for themselves. I considered adding the list here but I don't know if it might change depending on your build.
2022-06-30 15:27:05 -07:00
dependabot[bot]
73f73a59e8
Bump jpeg-js from 0.4.3 to 0.4.4
Bumps [jpeg-js](https://github.com/eugeneware/jpeg-js) from 0.4.3 to 0.4.4.
- [Release notes](https://github.com/eugeneware/jpeg-js/releases)
- [Commits](https://github.com/eugeneware/jpeg-js/compare/v0.4.3...v0.4.4)

---
updated-dependencies:
- dependency-name: jpeg-js
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 03:26:50 +00:00
dependabot[bot]
8c5cfebcc8
Bump electron from 17.0.0 to 17.2.0 in /samples
Bumps [electron](https://github.com/electron/electron) from 17.0.0 to 17.2.0.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v17.0.0...v17.2.0)

---
updated-dependencies:
- dependency-name: electron
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-16 23:16:40 +00:00
Matthew Peveler
a3a0153739
Remove duplicate testcases for mysql 2022-06-09 16:39:32 +00:00
Remco Haszing
d1b144b37b
Fix MonacoEnvironment types
Some attempts were made in the past to fix it, but they don’t actually
work, as they don’t override the global Window interface.

Fixes #2958
2022-06-09 14:08:39 +02:00
Jonathan
0ccda7ac4d
Format code 2022-06-07 14:21:13 +02:00
Logan Ramos
a5298e13bb
Merge pull request #3125 from microsoft/lramos15/prChat
Add pr chat bot
2022-06-01 10:20:19 -04:00
Alex Dima
1afc12a341
format yml 2022-06-01 15:17:22 +02:00
Logan Ramos
dd2db387ab
Add pr chat bot 2022-06-01 09:09:52 -04:00
soof-golan
20a1e0750f Add support for keywords from python 3.10
* Update python REPL comment to include the actual `keyword` import
* Add support for `match`, `case`, and `_` soft keywords
2022-05-19 14:45:57 +03:00
Toni Lastre
0acf88b6b5 Add Monarch config and tokenizer for query language Cypher 2022-05-11 11:44:26 +02:00
Alexandru Dima
ab869e8469
Merge pull request #3094 from microsoft/alex/varlet
`var` -> `let`
2022-05-04 11:13:52 +02:00
Alex Dima
3b048a990b
var -> let 2022-05-04 11:12:33 +02:00
Alex Dima
e36a41dcc4
var -> const 2022-05-04 11:11:10 +02:00
Alexandru Dima
54d5450200
Merge pull request #3089 from microsoft/dependabot/npm_and_yarn/samples/async-2.6.4
Bump async from 2.6.3 to 2.6.4 in /samples
2022-05-03 17:42:55 +02:00
dependabot[bot]
85c81a046c
Bump async from 2.6.3 to 2.6.4 in /samples
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4.
- [Release notes](https://github.com/caolan/async/releases)
- [Changelog](https://github.com/caolan/async/blob/v2.6.4/CHANGELOG.md)
- [Commits](https://github.com/caolan/async/compare/v2.6.3...v2.6.4)

---
updated-dependencies:
- dependency-name: async
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-29 16:32:00 +00:00
Martin Aeschlimann
3a91ce8411
Merge pull request #3078 from Yash-Singh1/main
feat: add fr units for css grid
2022-04-25 09:49:11 +02:00
Yash-Singh1
752a5d56ab feat: add fr units for css grid 2022-04-19 18:15:02 -07:00
Henning Dieterichs
d987b87d6d
Merge pull request #3066 from DetachHead/patch-1
add `out` keyword to typescript
2022-04-11 16:38:35 +02:00
DetachHead
3e936d0e3f
add out keyword to typescript 2022-04-10 01:52:16 +10:00
Henning Dieterichs
e57709f4d9
Merge pull request #3058 from remcohaszing/yaml-indent-action
Add yaml indent action
2022-04-05 11:11:24 +02:00
Remco Haszing
8e34418a64
Add yaml indent action
If a line ends with `:` and a user presses Enter, they are probably
defining an object, which requires indentation.

This rule is taken from `monaco-yaml`, but I intend to remove basic
language support there, since that’s already part of `monaco-editor`.
2022-04-05 11:02:00 +02:00
bsorrentino
675844ac7e fix issue #2295
component: TypeScriptWorker (tsWorker.ts)
- Enable 'skipEncoding' flag on Uri.toString invokation on 
getScriptFileNames() method
- Compare 'fileName' argument provided to _getModel() method both with 
Uri encoded and not
2022-04-04 18:26:12 +02:00
Henning Dieterichs
55edb3fc58
Merge pull request #3022 from CodinGame/fix-missing-changelog-entries-v0.33
Add missing changelog entries
2022-04-04 10:38:00 +02:00
Martin Aeschlimann
2c5c9636a2
update css, new formatting options 2022-04-01 18:07:52 +02:00
Marc Henry Schultz
b22235db9f
[DOCS] IEditorOptions.automaticLayout uses ResizeObserver 3051
fixes: #3051
2022-04-01 16:59:48 +02:00
Martin Aeschlimann
290a62d727
adopt css formatter 2022-03-31 15:12:17 +02:00
Henning Dieterichs
d001070938
Merge pull request #3048 from yoichiro/improve-instruction-for-webpack-plugin
Improve the instruction for each Webpack version.
2022-03-31 12:51:35 +02:00
Yoichiro Tanaka
9f5f254d2e Improve the instruction for each Webpack version. 2022-03-31 14:00:45 +09:00
Raymond Zhao
d3a5ccae5e
Merge pull request #3047 from microsoft/dependabot/npm_and_yarn/samples/minimist-1.2.6
Bump minimist from 1.2.5 to 1.2.6 in /samples
2022-03-30 08:09:44 -07:00
dependabot[bot]
ecc47da2a3
Bump minimist from 1.2.5 to 1.2.6 in /samples
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-30 09:31:28 +00:00
Alexandru Dima
f868933d09
Merge pull request #3045 from microsoft/alex/update-npm-deps
update npm deps
2022-03-30 10:54:00 +02:00
Alex Dima
4090ff3db2
update to node v16 2022-03-29 16:18:16 +02:00
Alex Dima
77e4e30364
update node-forge 2022-03-29 12:33:37 +02:00
Alex Dima
ab386ca3d6
update all deps 2022-03-29 12:31:07 +02:00
Alex Dima
0a5975d046
Add manual test for #3011 2022-03-29 12:23:40 +02:00
Henning Dieterichs
ca2692a0dc
Merge pull request #3023 from andrewbranch/update-03152022
Add new required methods to LanguageServiceHost
2022-03-16 11:55:35 +01:00
Andrew Branch
9119a5bd3d Add new required methods to LanguageServiceHost 2022-03-15 09:40:01 -07:00
Loïc Mangeonjean
567bdb5e1e Add missing changelog entries 2022-03-14 14:36:07 +01:00
Henning Dieterichs
4b1abad427
Includes "thnak you" section in changelog. 2022-03-11 14:55:58 +01:00
Henning Dieterichs
5efb9d63ec
Prepare for 0.33.0 2022-03-11 14:52:56 +01:00
Henning Dieterichs
db5039b702
Merge pull request #3001 from andrewbranch/upgrade-ts-node
Upgrade ts-node
2022-03-02 09:50:21 +01:00
Andrew Branch
5e45f78478
Upgrade ts-node 2022-03-01 10:13:37 -08:00
Henning Dieterichs
18bf1f4658
Fixes prettier issue. 2022-02-25 10:42:38 +01:00
Henning Dieterichs
72b7b1ea3b
Merge pull request #2991 from Dan1ve/patch-using-vite-code
Make Vite sample code Firefox compatible
2022-02-24 13:55:07 +01:00
Daniel Veihelmann
3717a26fcb
FIx formatting 2022-02-23 19:36:48 +01:00
Daniel Veihelmann
f0c47e6e2d
Make Vite sample code Firefox compatible
The current sample code for "Using Vite" works fine in Chrome, but causes errors in Firefox: 

`Error: import declarations may only appear at top level of a module`

In addition to many errors logged to the console, this also causes subtle bugs in Firefox (e.g. the highlighting in the diff editor didn't work).

The problem appears to be that Firefox requires an explicit `type: module` for the web workers.

The revised implementation for Vite takes this into account and has been tested successfully in Chrome and Firefox.
2022-02-23 19:30:08 +01:00
Luis Scholl
83cb8faa8c Add script type module syntax highlighting to html 2022-02-16 10:16:22 +01:00
Alexandru Dima
7826dee4ea
Merge pull request #2970 from microsoft/dependabot/npm_and_yarn/samples/follow-redirects-1.14.8
Bump follow-redirects from 1.14.7 to 1.14.8 in /samples
2022-02-14 12:37:58 +01:00