Commit Graph

4014 Commits

Author SHA1 Message Date
Benjamin Pasero
a088f8ddc0 remove weird space character from sources 2021-09-24 10:34:54 +02:00
Benjamin Pasero
53aff5e347 watcher - change to vscode-nsfw@2.1.4 (#132483) 2021-09-23 15:21:16 +02:00
Tyler Leonhardt
6effc2377b include js change of nlsmetadata 2021-09-21 13:05:11 -07:00
Tyler Leonhardt
4cc83ad27e run nlsmetadata on web output 2021-09-21 12:29:39 -07:00
Alex Dima
8d3ce8d7f5 Fix the transformation to an external module .d.ts 2021-09-21 17:20:30 +02:00
Robo
fc00cb1c63 ci: fix windows codesign (#133451)
* ci: fix windows codesign

* chore: bump gulp-atom-electron@1.32.0
2021-09-20 09:34:36 -07:00
Jackson Kearl
7b4fd0b65b Adopt webworker search for local files in browser (#133366)
* Revert "Revert commits intended for PR"

This reverts commit f01d9ab212.

* Publicise getHandle rather than getDirectoryHandle

* Restore languagedetection export

* Try more targetted fix for overquerying

* Handle webworker search errors
2021-09-20 07:19:53 -07:00
João Moreno
d390635c56 Merge branch 'main' into joao/esrp-errors 2021-09-20 10:45:08 +02:00
João Moreno
b66d069c1d catch esrp errors
related to #133316
2021-09-20 10:44:34 +02:00
Jackson Kearl
f01d9ab212 Revert commits intended for PR 2021-09-17 23:19:35 -07:00
Jackson Kearl
5ed5a40e79 Move search to webworker 2021-09-17 23:11:36 -07:00
Tyler Leonhardt
d8d0570244 gzip and minify json 2021-09-17 09:44:03 -07:00
Tyler Leonhardt
6dff4e5fde use package instead because language packs use package 2021-09-16 15:50:01 -07:00
Tyler Leonhardt
2e94b43325 include package.nls.json in bundles 2021-09-16 14:56:40 -07:00
Tyler Leonhardt
9e78e8e2d9 add a bundle property to nlsmetadata uploader 2021-09-16 14:41:41 -07:00
Tyler Leonhardt
edf18f3974 add metadata header files to upload 2021-09-16 14:07:08 -07: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
Tyler Leonhardt
16f81160e8 typo in upload-nlsmetadata 2021-09-16 10:57:11 -07:00
Tyler Leonhardt
c240648548 include package.nls.json files in nls metadata 2021-09-16 10:26:46 -07:00
Tyler Leonhardt
e54f90f0fd upload nlsmetadata 2021-09-16 09:16:47 -07:00
Matt Bierner
9e5ee5521a Pick up new TS version for building VS Code
Fixes a few instances of `Promise.all` and also adds an any cast to workaround an issue
2021-09-14 14:24:53 -07:00
Alex Dima
7b23c5479c Clean up diff editor options and add diffEditor.maxFileSize 2021-09-14 12:34:08 +02:00
João Moreno
2cff099ddc change kv filter
cc @sbatten
2021-09-13 10:24:09 +02:00
Tyler Leonhardt
e3880e11bd add alpine to createAsset 2021-09-10 15:53:46 -07:00
Tyler Leonhardt
98593a8958 use correct qemu command 2021-09-10 15:25:48 -07:00
Tyler Leonhardt
c0f2b96605 rename job 2021-09-10 15:02:58 -07:00
Tyler Leonhardt
75edf20854 add product build alpine 2021-09-10 15:00:45 -07:00
Tyler Leonhardt
eca2e54be7 typo in product-build-alpine 2021-09-10 13:56:26 -07:00
Tyler Leonhardt
781c010610 include in condition 2021-09-10 13:54:54 -07:00
Tyler Leonhardt
2aa8c0f428 add image name 2021-09-10 13:28:59 -07:00
Tyler Leonhardt
1cdf829965 make alpine build vscode_arch aware 2021-09-10 10:58:04 -07:00
Matt Bierner
0b3e72d566 Roll back to last know stable TS version
Current nightly has issues with intl: https://github.com/microsoft/TypeScript/issues/45804

The previous nightly seems to have some regression around types that cause a build failure

Just go back to last known good build for now
2021-09-09 10:42:40 -07:00
Matt Bierner
b2aa5372a8 Go back to previous day TS
Work around regression in intl.2020 types
2021-09-09 10:24:52 -07:00
Matt Bierner
affcb67532 Pick up new TS version 2021-09-09 10:02:55 -07:00
Raymond Zhao
90087ede3b Point users more directly to prerequisites #131074 2021-09-07 12:56:12 -07:00
Matt Bierner
474d4951d8 Switch to dompurify for sanitizing markdown content (#131950)
* Switch to dompurify for sanitizing markdown content

Switches us from using `insane` to instead use `dompurify`, which seems to be better maintained and also has some nice features, such as built-in trusted types support

I've tried to port over our existing sanitizer settings as best as possible, but there's not always a 1:1 mapping between how insane works and how dompurify does. I'd like to get this change in early in the iteration to catch potential regressions

* Remove logging and renaming param

* Move dompurify to browser layer

* Fixing tests and how we check valid attributes

* Allow innerhtml in specific files

* Use isEqualNode instead of checking innerHTML directly

innerHTML can return different results on different browsers. Use `isEqualNode` instead

* Reapply fix for trusted types

* Enable ALLOW_UNKNOWN_PROTOCOLS

I beleive this is required since we allow links to commands and loading images over remote

* in -> of

* Fix check of protocol

* Enable two more safe tags
2021-09-03 12:17:02 -07:00
Matt Bierner
44c4e57f13 Pick up new TS version 2021-09-02 10:09:25 -07:00
Alexandru Dima
e5613976de Update to latest playwright 2021-09-01 18:18:03 +02:00
Alexandru Dima
0afa4cd1eb push compilation output 2021-09-01 11:41:17 +02:00
Alexandru Dima
67d35ad418 Use relevant sections from package.json in the cache key computation 2021-09-01 11:38:10 +02:00
Benjamin Pasero
0b6b4b3d85 Enable screenshot option properly for smoke tests (#131982)
* smoke test

* undo failure
2021-08-31 17:35:22 +02: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
Matt Bierner
4c08ca59db Go back to older TS version to work around formatting inconsistency
Reverting to older TS nightly to avoid https://github.com/microsoft/TypeScript/issues/45645
2021-08-30 13:54:40 -07:00
Matt Bierner
e03f5d4e27 Bump TS version 2021-08-30 13:54:39 -07:00
Johannes Rieken
e0c5f66bb5 Merge branch 'main' into joh/langStatus 2021-08-30 10:34:44 +02:00
Matt Bierner
c2d5e394c3 Pick up new TS version for building VS Code 2021-08-27 16:09:16 -07:00
Johannes Rieken
e6bec389fb Merge branch 'main' into joh/langStatus 2021-08-27 14:51:28 +02:00