Commit Graph

1125 Commits

Author SHA1 Message Date
Robo
316995c8b6 chore: update electron@22.4.6 (#179947) 2023-04-14 09:45:30 +01:00
Robo
1307c7afbe chore: update electron@22.4.5 (#179857)
* chore: update electron@22.4.5

* chore: avoid replacing ffmpeg
2023-04-13 21:32:24 +09:00
Robo
34c8b46830 chore: bump electron@22.3.5 (#179357) 2023-04-06 09:16:54 +02:00
Martin Aeschlimann
899cdd5ace remove request dependency (#179149)
* remove request dependency

* replace gulp-remote-retry-src in build scripts

* fix retry delay & polish
2023-04-05 16:05:16 +02:00
Benjamin Pasero
34d69db22c server - introduce support for nodejsRepository (#179105)
* server - introduce support for `nodejsRepository`

* fix path

* add auth

* proper download

* extract to utility function

* reuse

* fix compile
2023-04-05 14:36:25 +02:00
Robo
e5f61433b5 chore: update to Electron 22 (#177600)
* Revert "chore: revert to Electron 19 (#175851)"

This reverts commit 3a11b47eee.

* chore: bump electron@22.3.3

* build: use custom version for V8 sandbox

* chore: update electron@22.4.1

* chore: enable forceAllocationsToV8Sandbox for extension host

* chore: bump electron@22.4.2

* chore: bump electron@22.4.3

* sandbox - cleanup from electron 22 update (#178919)

* Revert "chore: revert to Electron 19 (#175851)"

This reverts commit 3a11b47eee.

* chore: bump electron@22.3.3

* build: use custom version for V8 sandbox

* chore: update electron@22.4.1

* chore: enable forceAllocationsToV8Sandbox for extension host

* chore: bump electron@22.4.2

* chore: bump electron@22.4.3

* temp: update distro

* sandbox - cleanup from electron 22 update

* missing comile

* more changes

* fix build

* restore

* 💄

* compile

---------

Co-authored-by: deepak1556 <hop2deep@gmail.com>

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-04-03 09:09:31 +02:00
João Moreno
aac80c3f0a Adopt new distro format (#178689)
* Simplify distro

Also a ton of drive-by fixing around builds:
- simplified many oneliners
- fixed missing custom npm registry call setups
- remove unnecessary and duplicate work during builds
- many many fixes
2023-04-02 09:35:39 +02:00
Benjamin Pasero
95917c1376 eng - throw if minified output contains non-ascii characters (#178590) 2023-03-30 09:26:11 +02:00
Johannes Rieken
2cce9893ef Merge pull request #178572 from microsoft/joh/bottom-parrot
joh/bottom parrot
2023-03-29 15:07:05 +02:00
Daniel Imms
278e7e7750 Add hover to i18n.resources 2023-03-28 15:35:44 -07:00
Johannes
94ce8894c0 remove the box, use background instead, make input part have the shadow 2023-03-28 18:10:52 +02:00
Tyler James Leonhardt
0d5e948d86 Ensure external extensions are in the extensions project (#178283) 2023-03-26 16:55:04 +02:00
Pouya Kary ✨
e367f30db6 Fixes #177580 (#177581)
fixed the spelling in commentGlyphForground to commentGlyphForeground

Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2023-03-24 05:05:14 +00:00
David Dossett
c89324c0b9 Reverse background colors on interactive session (#178165)
* Reverse background colors on interactive session

* Only apply borders to requests
2023-03-23 16:28:24 -07:00
Paul Köck
aa1052b3d8 Oh, it's already 2023 (#172649) 2023-03-23 10:33:54 +01:00
Malte Werschy
439f7e5bcc Implement indent guide colorization options. 2023-03-23 08:19:21 +01:00
Martin Aeschlimann
3f5600c324 Improve stylelint variable checking (#178002) 2023-03-22 14:59:25 +01:00
Johannes Rieken
cbfa89a53e extract dedicated colors (#177992) 2023-03-22 11:36:48 +01:00
Ulugbek Abdullaev
69bb0ad98a add a new command runCommands that allows to run several commands sequentially (#177104)
add a new command `runCommands` that allows to run several commands sequentially
2023-03-16 15:48:48 +01:00
Johannes Rieken
1db217a0e2 Revert "Introduce share links in more places via a contrib" (#177328)
Revert "Introduce share links in more places via a contrib (#177311)"

This reverts commit e9ff97aa0f.
2023-03-16 11:27:25 +01:00
Joyce Er
e9ff97aa0f Introduce share links in more places via a contrib (#177311)
* Introduce share links in more places via a contrib

* Update `build/lib/i18n.resources.json`
2023-03-16 09:15:15 +01:00
Henning Dieterichs
ebe458556d Don't mangle fields for the monaco editor, FYI @jrieken (#177223) 2023-03-15 14:46:23 +01:00
Johannes Rieken
ddf5399b62 joh/warm pig (#177206)
* move into workbench/contrib, integrate with view

* always preview workspace edits
2023-03-15 12:48:37 +01:00
Sandeep Somavarapu
be755e4237 Merge pull request #176764 from yiliang114/judicial-silkworm
fix typos
2023-03-14 10:41:21 -07:00
Tyler James Leonhardt
bc392ac9ff Remove stale code & old migration (#176828)
* Remove stale code & old migration

* Removes browserNlsMetadataPath everywhere which was the old attempt to localize the web
* Removes an old migration

* js file
2023-03-13 18:41:59 +01:00
Martin Aeschlimann
780b2f5758 add linter for css variable names (#176769) 2023-03-10 07:33:02 -08:00
yiliang114
ef3dbb5e11 fix: typos 2023-03-10 20:02:01 +08:00
Alexandru Dima
0255bb0b03 If defined, use the runtime configured baseUrl (#176573) 2023-03-09 07:20:15 -07:00
Tyler James Leonhardt
8ddd3bcf39 Allow pulling in external extension translations from somewhere else (#176090)
allow pulling in external extension translations from somewhere else

This will allow js-debug to push its strings to the extension localization repo and then we will grab the translated strings from there.
2023-03-03 13:15:28 -08:00
Daniel Imms
a6c67db750 Add terminalContrib i18n 2023-03-02 13:44:11 -08:00
Johannes Rieken
155cd6db22 More implicit public of protected fields fixing (#175869)
* debt - don't make `_insertSuggestion` force-public

https://github.com/microsoft/vscode/issues/166603

* fix most implict public making

https://github.com/microsoft/vscode/issues/166603

* implict public making causes a build failure

* fix one more violation
2023-03-02 12:56:22 +01:00
Robo
3a11b47eee chore: revert to Electron 19 (#175851)
* Revert "Update to min supported version of node (#175723)"

This reverts commit f749e6be2d.

* Revert "chore: update min node version for development (#175663)"

This reverts commit f2a822fbe9.

* Revert "electron 22 sandbox - enable for OSS (#175659)"

This reverts commit 2551af21f8.

* Revert "chore: update to Electron 22 (#166430)"

This reverts commit 6e85d2b51e.
2023-03-02 02:58:46 -08:00
Rob Lourens
825e84e144 Implement interactive session provider api (#175810)
Implement interactive session provider
2023-03-01 23:47:18 +01:00
Bhavya U
c43e386ec1 Remove welcomeOverlay and its references 2023-02-28 11:53:27 -08:00
Robo
6e85d2b51e chore: update to Electron 22 (#166430)
* chore: bump electron@22.0.0-beta.5

* chore: bump electron@22.0.0-beta.7

* chore: update libc++ flags

* chore: switch to c++17

* chore: bump electron@22.0.0

* chore: bump electron@22.0.2

* chore: cleanup build config for linux

* chore: update debian dependencies

* chore: update rpm dependencies

* chore: update electron@22.0.3

* chore: bump electron@22.2.0

* chore: remove deprecated utility process invoker

* chore: bump electron@22.2.1

* chore: remove unused methods

* chore: update internal electron version

* chore: bump electron@22.3.0

* temp: update electron with default PGO

* chore: bump electron@22.3.1

* cleanup

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-02-28 07:04:00 -08:00
Robo
a22b77d5e1 chore: bump electron@19.1.11 (#175531)
* chore: bump electron@19.1.11

* chore: update chromium version for security patches
2023-02-27 13:57:52 +01:00
Benjamin Pasero
9bbce647b3 debt - strict layer rules for more services (#175411) 2023-02-25 15:49:47 +01:00
Robo
20c4065239 chore: bump electron@19.1.10 (#174808) 2023-02-20 08:07:18 +01:00
Tyler James Leonhardt
d5277e8e2b Ensure language packs are installed on the server side (#174622) 2023-02-17 07:23:00 -08:00
Martin Aeschlimann
911f119120 generalize limit indicator and use for color decorators (#173730)
* generalize limit indicator and use for color decorators

* remove updateDebounceInfo max
2023-02-08 07:43:29 +01:00
Johannes Rieken
7e69465303 don't use underscore for native JS things (#173282) 2023-02-03 03:47:51 -08:00
Johannes
f7f42dbd63 print/fwd SWC errors properly
https://github.com/microsoft/vscode/issues/173074
2023-02-02 11:57:38 +01:00
Jean Pierre
22cfea1eb7 Fixes compilation in windows
Related #170767
2023-01-29 17:37:06 -05:00
Matt Bierner
d67db9d358 Pick up latest TS for building VS Code (#172033) 2023-01-23 11:39:28 -08:00
Johannes Rieken
3db45fbd42 use normalized path when checking for mangled new contents, (#171964)
* use normalized path when checking for mangled new contents,

https://github.com/microsoft/vscode/issues/170767

* add missing js file
2023-01-23 14:11:36 +01:00
Daniel Imms
70ed6fa10a Add workbench suggest o i18n.resources.json 2023-01-19 13:22:58 -08:00
Tyler James Leonhardt
7c0e51357d Pull l10n files from build folder for extensions that don't live in source (#171217)
This will allow the l10n build to pick up the bundle.l10n.json inside of js-debug

cc @connor4312
2023-01-13 08:34:14 +01:00
Connor Peet
314d7b6c47 debug: allow setting breakpoints in plain .js files (#168921)
* debug: allow setting breakpoints in plain .js files

Fixes #159684

* fixup! don't change sourceURLs in build
2023-01-06 09:22:46 +01:00
João Moreno
326876fa9e bump vsce (#168071)
* bump vsce

* remainder

* use latest vsce

* compile build output
2022-12-22 17:00:21 +01:00
Tyler James Leonhardt
0510da84dd Use new version of @vscode/l10n-dev that uses tree-sitter (#169668)
Use new version of @vscode/l10n-dev

Required a bit more refactoring because an API had to be made async.
2022-12-20 19:53:50 +01:00