Commit Graph

1050 Commits

Author SHA1 Message Date
Robo
0c1e34fa4e chore: update electron@22.5.5 (#184115) 2023-06-01 21:38:57 -07:00
Martin Aeschlimann
3f5def1cdc Add logging to node download (#184070)
Add logging to node download. For #182951
2023-06-01 16:42:36 +02:00
Robo
c26003f37a chore: update electron@22.5.4 (#183716) 2023-05-29 16:09:35 +02:00
Henning Dieterichs
397f2e7c34 First draft of diff editor v2. 2023-05-26 15:26:31 +02:00
Bhavya U
049ee36265 Initial welcome widget commit (#183446)
* Initial welcome widget commit

* Update i18n.resource.json for welcomeDialog

* Clean up code
2023-05-26 00:03:23 +02:00
Joyce Er
bc1090cc10 Initial share provider API and UI (#182999)
* Formalize share provider API

* i18n.resources.json

* Don't introduce a generic Success dialog severity
2023-05-22 15:32:43 -07:00
Jacek Kopecký
cbbd9220c2 Add settings for fixed-width tabs (#181729)
* Add settings for fixed-width tabs

This is meant at least partially to address #40290 and
is a continuation of the unfinished work from #40750.

* Only apply fixed width when the setting is on

* Implement chrome-like tab width behavior

Tabs shrink uniformly (down to a limit) but stay fixed-width
when the mouse is over the tab bar.

* Rename width setting to max width

* Make the ifs more readable

* Have event handlers only if the option is set

* 🎨

* Handle sizing artifacts present with wrapping tabs

To achieve this, it's best to remove the transition delay.

* Rename setting to apply only for fixed-sized tabs

* Set default fixed max tab width to 160px

* Minor code tweaks from review comments

* formatting

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>

* Use disposable listeners

* Remove redundant check for last-in-row

* Apply fade gradient from shrink tabSizing to fixed

* Trying to make the code cleaner and understandable

* Remove transition

On advice of @bpasero, removed transition because
the editor doesn't really use transition that much.

* some cleanup

* fix typo

* Simplify workaround for the overflow issue

* 💄

* 💄

* Let the tabs fix their width before closing the editor

* 💄

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2023-05-22 15:32:52 +00:00
Robo
ced29a4346 chore: update electron@22.3.10 (#183116) 2023-05-22 16:34:36 +02:00
Benjamin Pasero
487a08afe5 Investigate detecting slow network connections (#178553) (#182653) 2023-05-22 14:38:13 +02:00
Rob Lourens
d052d3190f More "chat" renames (#182990)
* More "chat" renames

* More renames
2023-05-19 16:14:43 -07:00
Connor Peet
0c94abc4a5 implement sign service for web (#182815)
* signing: implement signing service on the web

* update distro
2023-05-17 16:52:56 -07:00
Martin Aeschlimann
f1258a5fbe replace 'got' with 'node-fetch' (#182629)
replace 'got' with 'node-fetch' (for #182624)
2023-05-17 06:20:31 +02:00
Rob Lourens
2156969dcf Rename files 2023-05-15 15:54:11 -07:00
Benjamin Pasero
83e7b4dcec 🆙 electron@22.5.2 (#182043) 2023-05-10 13:19:45 +02:00
Sandeep Somavarapu
d4632bb740 unc - adopt setting and handling of allow list (#181916)
* unc - adopt setting and handling of allow list (#5)

* unc - adopt setting and handling of allow list

* unc - set allow list on server too

* unc - pick our patched node.js for now

* bump electron

* unc - ignore sync is not needed with machine scope

* unc - use process set directly

* 🆙 22.5.1

* fix compile

---------

Co-authored-by: Benjamin Pasero <Benjamin.Pasero@microsoft.com>
2023-05-09 19:52:08 +02:00
Rob Lourens
27f30a3a5d Remove items from vscode-known-variables (#181561)
Remove items from vscode
2023-05-04 20:02:21 +02:00
Rob Lourens
2b470d47ee Fix chat list styles (#181543) 2023-05-04 18:51:57 +02:00
Megan Rogge
4d9332c5bc Merge pull request #180719 from microsoft/merogge/option
add accessibility verbosity settings, use editor options
2023-04-25 07:03:00 -07:00
Matt Bierner
03540d605f Pick up latest TS for building VS code (#180706) 2023-04-24 20:14:30 +02:00
meganrogge
7c905c6ba0 use editor options 2023-04-24 09:44:08 -07:00
Robo
039fd8980d chore: update electron@22.4.8 (#180526) 2023-04-21 17:59:30 +02:00
Alexandru Dima
c29e4b0fdb Revert "add accessibility verbosity settings for terminal and diff editor aria hints" (#180477) 2023-04-21 09:26:33 +02:00
Raymond Zhao
ee76f103e1 Use custom node-gyp for SDL pipeline (#179723)
* Use custom node-gyp
* Avoid using relative cd
* Remove ia32 for Linux
* Bump gulp-atom-electron; unblocks downloading PDBs
* Add native-is-elevated to the scan
2023-04-21 09:15:05 +09:00
meganrogge
612c4f17e8 fix issues 2023-04-19 14:19:35 -07:00
Robo
d57d7ff4dc chore: update electron@22.4.7 (#180276) 2023-04-19 04:34:34 +02:00
Robo
a24f964ea1 Revert "chore: update electron@22.4.6 (#179947)" (#179991)
This reverts commit 316995c8b6.
2023-04-14 18:37:17 +01:00
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
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