Commit Graph

1160 Commits

Author SHA1 Message Date
Johannes Rieken
4a130c40ed enable @typescript-eslint/member-delimiter-style, https://github.com/microsoft/vscode/issues/140391 2022-02-02 14:35:33 +01:00
Matt Bierner
870bbbfea4 Update typescript-eslint/experimental-utils
Fixes #141653
2022-01-27 12:08:26 -08:00
Matt Bierner
f30dba5430 Bumping eslint versions (#141121)
* hBumping eslint versions

- Bump eslint and typescript/eslint versions to latest
- Fixing `code-no-unused-expression` for `x?.(b);` type statements
- Fixed a few new semicolon errors from upgrade

* Bump eslint parser in build

* Fix eslint errors in d.ts
2022-01-26 16:29:14 -08:00
Alex Dima
46e068c506 Move common imports to .eslintrc.json 2022-01-25 21:28:37 +01:00
Alexandru Dima
54b242dcd7 Fix problem with code-import-patterns on Windows 2022-01-24 16:03:50 +01:00
Benjamin Pasero
afb3140beb welcome - introduce dedicated top level folders (#141138)
* welcome - introduce dedicated top level folders

* Remove special rules for `contrib/welcome`

* fix svgs

* fix layers lint

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-01-22 09:21:56 +01:00
Alex Dima
62b0d5cb81 Add /~ as a layer template, adopt it, simplify and align code import rules (#140857) 2022-01-18 18:27:34 +01:00
Alex Dima
aa86df2561 For each target, allow importing itself 2022-01-18 18:27:34 +01:00
Alex Dima
0ae845536b Avoid leading ** 2022-01-17 21:21:38 +01:00
Alex Dima
4aed6e1fd1 Ensure all files are covered by code-import-patterns (fixes #140857) 2022-01-17 17:55:45 +01:00
Joao Moreno
f6c56a64b4 fix build 2022-01-17 17:20:23 +01:00
Benjamin Pasero
eecbd962ef debt - rename iconv-lite-umd package (#140650) 2022-01-14 07:28:41 +01:00
Alex Dima
6851b106e0 Improve test checking for createDecorator or refineServiceDecorator 2022-01-11 17:41:07 +01:00
Paul Köck
a06afb22ce chore: update copyright year (#139988)
* Oh, it's already 2022

* Updated copyright to 2022
2022-01-09 19:03:44 -08:00
Joao Moreno
a9acf06479 fix webignore patterns for appinsights
also, web: look for minified entrypoints as well

Closes: #140158
2022-01-07 15:18:18 +01:00
Joao Moreno
35c70dc0a2 minify svgs
Related-to: #140159
2022-01-07 15:14:23 +01:00
Henning Dieterichs
8bb3448eb3 Merge pull request #140044 from microsoft/hediet/breakpointHitSounds
Play a sound whenever a breakpoint is hit.
2022-01-07 13:51:43 +01:00
Henning Dieterichs
4e92361380 Configures i18n for vs/workbench/contrib/audioCues. 2022-01-06 16:16:41 +01:00
João Moreno
5e630c145f Enable IPC API for web (#138054)
* wip: ipc api

* wip: send message ports upfront

* address both inside and outside iframe

* fix build

* relay MessagePort to worker

* address api discussion feedback

* check for proposed api

* fix layer breakage

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-01-05 02:11:12 -08:00
Alex Dima
c8e2fd7bae Renames 2021-12-29 00:37:35 +01:00
Alex Dima
2988d3dcd9 check in compilation output from 70489f2c90 2021-12-20 17:16:44 +01:00
Alex Dima
bd8c42ac44 Fixes microsoft/monaco-editor#2842: Keep static members with initializers that might have side effects 2021-12-20 17:06:00 +01:00
Alexandru Dima
7d5de2d449 Fixes microsoft/monaco-editor#2822 2021-12-14 21:45:42 +01:00
Benjamin Pasero
70489f2c90 layers - add trimStart and trimEnd 2021-12-14 12:32:10 +01:00
Joao Moreno
acdd512060 make api proposal names task play better with gulp
cc @jrieken
2021-12-13 11:36:37 +01:00
Joao Moreno
18214d3dbd fix EOL for generated extensionsApiProposals.ts 2021-12-08 15:19:51 +01:00
Joao Moreno
f0e7d8545a we check in /build ts output to the repo
cc @lramos15
2021-12-08 15:19:50 +01:00
Logan Ramos
f0654a2f62 Fix #138361 2021-12-03 10:00:47 -05:00
Johannes Rieken
7ac327281a make sure proposal name generation is sorted, https://github.com/microsoft/vscode/issues/131165 2021-11-12 11:05:56 +01:00
Alexandru Dima
37794dfd2c Merge pull request #135774 from microsoft/alex/main-process-extension-host
Create extension host processes from a node worker in the main process
2021-11-11 17:51:25 +01:00
Johannes Rieken
788d959222 simplify extensionsApiProposals, https://github.com/microsoft/vscode/issues/131165 2021-11-11 17:17:21 +01:00
Alex Dima
18777d92ea Merge remote-tracking branch 'origin/main' into alex/main-process-extension-host 2021-11-11 15:09:20 +01:00
Johannes Rieken
b48a7f385e tweak generation of propsal file a little bit 2021-11-11 12:55:28 +01:00
Johannes Rieken
0613f0caf2 generate apiProposalNames as ReadonlySet 2021-11-10 15:20:44 +01:00
Johannes Rieken
fe6b867b00 declare proposed API properties for package.json and link them with actual proposal names 2021-11-10 12:34:07 +01:00
Johannes Rieken
da967b591e add generated file api proposal names, add compile script that generates this file 2021-11-10 11:54:24 +01:00
Matt Bierner
c20b2c9589 Add unique names to most proposal regions
Also updates eslint rule to enforce regions with unique names
2021-11-09 17:56:11 -08:00
Alex Dima
c30ffc4a7e Fix problem with duplicated entry points 2021-11-09 23:41:02 +01:00
Johannes Rieken
fc420cb9cb add custom rule to prevent test.only 2021-11-01 16:37:13 +01:00
Alex Dima
fb659f1542 Add IOptimizeTaskOpts.externalLoaderInfo 2021-10-16 11:43:36 +02:00
Alex Dima
435f287a5c Remove support for @monacodtsreplace since TS has gotten a lot better at emitting dts 2021-10-08 09:52:36 +02:00
Benjamin Pasero
a088f8ddc0 remove weird space character from sources 2021-09-24 10:34:54 +02:00
Tyler Leonhardt
7cb531e421 align to one format and include headers for extensions 2021-09-16 13:48:04 -07:00
Logan Ramos
76c3eb94c9 On the fly tab model construction (#133025)
* Enrich the change event

* Initial tab model building

* Work in progress model construction

* Add pauseable emitter

* Attempt using microtask

* Make tests pass

* Update active tab logic

* Fix layering issue

* event rename

* PR feedback

* Remove stray new line

* Add test for microtask emitter

* Add move event

* Add mmerge functionality to Microtask emitter

* Fix compilation errrors

* Fix tests

* Add tests to address feedback

* Change editor change event to an array

* Add array support to editorsChangeEvent

* Update src/vs/workbench/common/editor/editorGroupModel.ts

Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>

* Switch to a less efficient array method

* Add console.log for debugging

* Test with different notebook

* Fix notebook URI

* For now split up file open for better debugging

* Don't use notebook in test for now

* Cleanup event

* Fix tests

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjpas@microsoft.com>
2021-09-16 14:34:54 -04:00
Logan Ramos
d2a8f91fb5 Update build scripts 2021-08-31 10:21:19 -04:00
Johannes Rieken
55f80e57a9 add missing compile file 2021-08-31 16:09:10 +02:00
Johannes Rieken
7e2452498f fix https://github.com/microsoft/vscode/issues/130073 2021-08-31 14:44:42 +02:00
Johannes Rieken
2a79e2997c Merge branch 'main' into joh/langStatus 2021-08-20 12:34:23 +02:00
Harald Kirschner
35742e91cc Adding compiled version of the electron.ts 2021-08-18 14:08:28 -07:00
Harald Kirschner
dd95be5247 Remove rhtml as deprecated type 2021-08-17 18:00:32 -07:00