Henning Dieterichs
81d9c401a5
Merge pull request #3495 from microsoft/dependabot/npm_and_yarn/samples/browser-esm-webpack-typescript-react/json5-2.2.3
...
Bump json5 from 2.2.1 to 2.2.3 in /samples/browser-esm-webpack-typescript-react
2023-01-31 11:18:19 +01:00
Henning Dieterichs
476a5e51e4
Merge pull request #3496 from microsoft/dependabot/npm_and_yarn/samples/json5-2.2.3
...
Bump json5 from 2.2.1 to 2.2.3 in /samples
2023-01-31 11:18:10 +01:00
andrewimcclement
ee30f4e1c5
Include .targets as an XML extension.
2023-01-23 11:16:26 +00:00
andrewimcclement
9cba1bbd3a
Include .props as an XML extension.
2023-01-23 11:12:42 +00:00
Trey Smith
a0a88bd7c6
Merge branch 'main' into patch-1
2023-01-18 11:44:30 -05:00
Trey Smith
8d313a9472
run prettier
2023-01-18 11:13:40 -05:00
Sekedus
55238ee123
add homepage url
2023-01-09 13:19:43 +08:00
dependabot[bot]
141570e7a6
Bump json5 from 2.2.1 to 2.2.3 in /samples
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-09 03:29:16 +00:00
dependabot[bot]
3f380e24a0
Bump json5 in /samples/browser-esm-webpack-typescript-react
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-08 13:53:03 +00:00
dependabot[bot]
1119c51370
Bump json5 from 2.2.1 to 2.2.3 in /webpack-plugin
...
Bumps [json5](https://github.com/json5/json5 ) from 2.2.1 to 2.2.3.
- [Release notes](https://github.com/json5/json5/releases )
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md )
- [Commits](https://github.com/json5/json5/compare/v2.2.1...v2.2.3 )
---
updated-dependencies:
- dependency-name: json5
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-01-08 13:53:02 +00:00
José Carlos HR
4532feefb7
implemented setModeConfiguration for typescriptDefaults and javascriptDefaults
2023-01-05 22:53:30 +00:00
Remco Haszing
681b38140f
Export custom TypeScript worker variables
...
A custom TypeScript worker factory function gets passed
`TypeScriptWorker`, `ts`, and `libFileMap`. It also exports `create`
using ESM. However, this can’t be used, because the custom worker
factory is only called if a custom worker path is defined.
Exposing these members, means a worker can be defined using ESM.
2023-01-05 16:52:45 +01:00
Joseph Hardwicke
9e0662ad3e
Merge branch 'main' into main
2023-01-04 15:20:04 +00:00
Rubén Rincón Blanco
bc083f4db3
Merge branch 'main' into main
2022-12-18 17:45:27 +01:00
Tristan F
0a967ad241
Add .kts as a file extension
2022-12-17 15:11:57 -05:00
Tristan F
85b11871a4
Ignore dist from vite/parcel in prettier
2022-12-17 13:58:48 -05:00
Thomas Zilz
c7ea3cf4c9
Merge branch 'main' into draft/upbeat-pascal
2022-12-15 19:24:20 +01:00
Henning Dieterichs
212670ceb4
Merge pull request #3453 from jonatanklosko/jk-elixir-improvements
...
Update Elixir tokenizer
2022-12-14 13:31:52 +01:00
Henning Dieterichs
02acc28d0e
Merge pull request #3461 from microsoft/dependabot/npm_and_yarn/samples/electron-19.1.8
...
Bump electron from 19.1.6 to 19.1.8 in /samples
2022-12-14 13:31:36 +01:00
Jonatan Kłosko
b70454a6b9
Tokenizer single-quote docstrings as documentation comments
2022-12-14 00:37:23 +01:00
Jonatan Kłosko
6d9c7ea306
Fix tokenization of bitstrings without spacing
2022-12-14 00:37:23 +01:00
Henning Dieterichs
7261b03e9d
Update MAINTAINING.md
2022-12-13 17:45:59 +01:00
dependabot[bot]
b5df92554d
Bump electron from 19.1.6 to 19.1.8 in /samples
...
Bumps [electron](https://github.com/electron/electron ) from 19.1.6 to 19.1.8.
- [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/v19.1.6...v19.1.8 )
---
updated-dependencies:
- dependency-name: electron
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-13 16:40:24 +00:00
Henning Dieterichs
366b9c38ff
Fixes playwright setup issues.
2022-12-13 17:39:33 +01:00
Henning Dieterichs
eac891f9bf
Fixes CI
2022-12-13 17:39:33 +01:00
Megan Rogge
90dd955ff5
Merge pull request #3348 from rcjsuen/fix-color-example
...
Fix the color provider's columns
2022-12-13 10:27:21 -06:00
jozebel11
98674ca321
Add position stylingto playground container to equal 'relative'
2022-12-02 10:50:32 +00:00
RubenRBS
d95ca35e28
Recognize \0 as an escape sequence
...
Closes microsoft/monaco-editor/issues/3439
2022-11-30 21:19:00 +01:00
Alexandru Dima
415b279fa0
update electron ( #3431 )
2022-11-22 10:19:03 +01:00
Alexandru Dima
030f5f59f1
update deps ( #3430 )
2022-11-22 09:47:32 +01:00
Logan Ramos
e4c45ba467
Merge pull request #3429 from microsoft/lramos15/removePrChat-auto
...
Remove PR Chat
2022-11-21 16:06:18 -05:00
Logan Ramos
d493d9fd8c
Remove PR Chat
2022-11-21 15:38:27 -05:00
Henning Dieterichs
a472aae39f
Merge pull request #3428 from microsoft/hediet/nightly-always-true
...
Set `always` to true to trigger a build even when there are no new commits.
2022-11-21 12:50:40 +01:00
Henning Dieterichs
8f8b47432b
Set always to true to trigger a build even when there are no new commits.
...
This is because nightly is build from the latest vscode@main.
2022-11-21 12:31:18 +01:00
dependabot[bot]
ed05245a03
Bump loader-utils from 2.0.2 to 2.0.4 ( #3416 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 09:47:33 +00:00
dependabot[bot]
f53d7f1b98
Bump loader-utils from 2.0.3 to 2.0.4 in /samples ( #3424 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 09:40:20 +00:00
dependabot[bot]
7152c5ed09
Bump loader-utils in /samples/browser-esm-webpack-typescript-react ( #3415 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 09:32:19 +00:00
dependabot[bot]
d610648458
Bump loader-utils from 2.0.3 to 2.0.4 in /webpack-plugin ( #3425 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.3 to 2.0.4.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.4/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.3...v2.0.4 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-21 10:24:18 +01:00
Henning Dieterichs
d4c5d185a5
Merge pull request #3422 from microsoft/hediet/pure-junglefowl
...
Patch monaco-editor-core version
2022-11-16 16:23:53 +01:00
Henning Dieterichs
78bfe772e2
Patch monaco-editor-core version
2022-11-16 15:37:02 +01:00
Henning Dieterichs
d4aa3b8f35
Merge pull request #3421 from microsoft/hediet/pure-junglefowl
...
Fixes version issue.
2022-11-16 14:39:15 +01:00
Henning Dieterichs
65d13756cf
Fixes version issue.
2022-11-16 14:32:25 +01:00
Henning Dieterichs
41595126ea
Merge pull request #3420 from microsoft/hediet/pure-junglefowl
...
Adds nightly release
2022-11-16 14:01:14 +01:00
Henning Dieterichs
1160858c06
Adds nightly release
2022-11-16 13:43:43 +01:00
dependabot[bot]
b1eace9857
Bump loader-utils in /samples/browser-esm-webpack-typescript-react ( #3400 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-15 11:37:51 +01:00
dependabot[bot]
1a70afe692
Bump loader-utils from 2.0.2 to 2.0.3 in /samples ( #3401 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-15 11:37:35 +01:00
dependabot[bot]
a02ad6c9a5
Bump loader-utils from 2.0.2 to 2.0.3 in /webpack-plugin ( #3399 )
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-11-15 11:37:16 +01:00
Henning Dieterichs
40f82f21aa
Merge pull request #3410 from microsoft/hediet/pure-junglefowl
...
Migrates github publish action to azure pipeline.
2022-11-14 20:49:48 +01:00
Henning Dieterichs
1dc513ee38
Migrates github publish action to azure pipeline.
2022-11-14 16:37:26 +01:00
Thomas Zilz
22f24b3dde
Merge branch 'main' into draft/upbeat-pascal
2022-11-09 18:48:52 +01:00