Commit Graph

98979 Commits

Author SHA1 Message Date
deepak1556
d620fd3aa7 Merge remote-tracking branch 'origin' into electron-19.x.y 2022-07-25 13:17:53 +09:00
Justin Chen
c1b16a3a35 Merge pull request #155974 from justschen/justin/CodeActionMenu-Widget
Code Action Widget to fit color themes (#155907 and #155892)
2022-07-24 15:13:20 -07:00
Ikko Ashimine
0bdda74589 Fix typo in languageDetectionWorkerServiceImpl.ts (#155923) 2022-07-24 07:52:37 -07:00
Harald Kirschner
130a0b774a Adding digitarald owner comment (#155502)
* Adding my owner comment.

* Adding property comments

Co-authored-by: Logan Ramos <lramos15@gmail.com>
2022-07-24 14:41:15 +02:00
Alexandru Dima
6ab408190e Use white as editor background (#155993)
Fixes #154257: Use white as editor background
2022-07-24 14:40:54 +02:00
Logan Ramos
a3c4e5ffce Support multiple partial registrations to resolver (#155859)
* Support multiple partial registrations to resolver

* Fix tests

* address some of my own feedback

* lint sprüngli

* Address PR feedback

* Add test

* Tests

* support `detail` property and drop deprecated `openEditor` usages

Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-07-23 07:37:12 +02:00
David Dossett
fe89280fe3 Update codicons (#156009) 2022-07-22 15:45:08 -07:00
Matt Bierner
f9b9ffe1ef Fix deprecation message (#156008) 2022-07-22 15:43:27 -07:00
Matt Bierner
a9b387204b Add some additional logging to md server (#156007)
Logs watcher operations
2022-07-23 00:32:10 +02:00
Peng Lyu
e6ad5f0a6f Update ipynb yarn lock (#156004) 2022-07-22 23:26:14 +02:00
João Moreno
76758809f1 fix api proposal generation EOL (#155991)
on Windows, my files are checked out with LF. the script which generates extensionApiProposals.ts always uses os.EOL, so it always is dirty on my repo every time I compile
2022-07-22 14:21:20 -07:00
João Moreno
448e9cc22d rename needs more info to info-needed (#155992) 2022-07-22 21:36:20 +02:00
Justin Chen
1b8e06a9ab added fix on menu anchor on resize 2022-07-22 12:15:23 -07:00
Michael Lively
9428c6650b Merge pull request #155777 from Yoyokrazy/temp
Added support for jupyter attachment field, embedded image rendering in markdown notebook cells
2022-07-22 12:04:44 -07:00
Logan Ramos
e428279c7a Bump distro (#155985) 2022-07-22 20:55:42 +02:00
David Dossett
95fa8f7e77 Use "Notifications" label for status bar entry when do not disturb is enabled (#155863) 2022-07-22 10:50:55 -07:00
ryuurock
42e79ca270 Update typescriptServiceClient.ts, fix naming errors (#155946)
Update typescriptServiceClient.ts

fix naming errors
2022-07-22 17:46:48 +00:00
Henning Dieterichs
82fda35475 Tweak merge editor dev command names (#155978) 2022-07-22 10:07:08 -07:00
Benjamin Pasero
86e7410278 unit tests - help diagnose test failure reason for web tests (#155967) 2022-07-22 18:50:34 +02:00
Daniel Imms
0c4187895d Merge pull request #155916 from microsoft/tyriar/155817
Allow continuing on when term kill all doesn't succeed
2022-07-22 09:46:57 -07:00
Daniel Imms
9ba5ee22fa Merge pull request #155975 from microsoft/tyriar/155232
xterm@4.20.0-beta.20
2022-07-22 09:23:47 -07:00
Raymond Zhao
2f66e194f3 Refactor scope overrides indicator (#155912) 2022-07-22 18:21:56 +02:00
Daniel Imms
d35989fd5b xterm@4.20.0-beta.20
Fixes #155232
2022-07-22 08:49:54 -07:00
Alexandru Dima
187ec0613a Skip folded regions when computing relative line numbers (#155970)
Fixes #138787: Skip folded regions when computing relative line numbers
2022-07-22 17:35:53 +02:00
Justin Chen
b05a122339 code action widget styling to match context menu 2022-07-22 08:15:08 -07:00
Justin Chen
4ee72207f3 fixed custom widget color theme to align with context menu 2022-07-22 08:15:04 -07:00
João Moreno
3832b5d451 icacls: grant current user permissions (#155852) 2022-07-22 16:50:47 +02:00
Daniel Imms
739f0c450f Merge pull request #155962 from microsoft/tyriar/fix_link_test
Fix space folder link test
2022-07-22 07:32:47 -07:00
John Murray
8b7a0d8c25 Try to prevent update of user-type Windows installation when running as admin (#148428) (#155631)
* Try to prevent update of user-type Windows installation when running as admin (#148428)

* update win32: detect admin mode in initialize

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2022-07-22 16:10:53 +02:00
Johannes Rieken
3558758125 remove "start with snippet" from new file hint until we have file template snippets, (#155961)
https://github.com/microsoft/vscode/issues/145929
2022-07-22 10:02:28 -04:00
Daniel Imms
db13aa67d5 Merge pull request #155968 from microsoft/tyriar/actual_return_symbol
Use actual return symbol unicode char for new line
2022-07-22 07:01:55 -07:00
John Murray
688c30e498 Warn user when they open a file within the install folder tree (#138815) (#155443)
* Warn user when they open a file within the install folder tree (#138815)

* Use IEditorService.onDidActiveEditorChange instead

* Update src/vs/workbench/contrib/files/electron-sandbox/files.contribution.ts

* 💄

* Move into existing editor change listener

* add scope to neverShowAgain id

* align neverShowAgain and message localize key with function name

* 💄

* 'OK' -> 'Understood'

Co-authored-by: João Moreno <mail@joaomoreno.com>
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-07-22 15:56:33 +02:00
Errietta Erry Kostala
9e0de4af67 Add .nvmrc (#152883)
Since the contribution guidelines advise on a specific version of node,
it adding .nvmrc for those that use nvm will automatically let them use the
correct version of node if they do nvm use

just a small QOL thing for devs.

Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2022-07-22 15:55:53 +02:00
Sandeep Somavarapu
d902fec1d2 Enhance settings profiles management (#155966)
* fix #154178

* - Support renaming profile
- Refactor profile actions

* fix compilation

* fix label
2022-07-22 15:42:52 +02:00
Daniel Imms
a02eaffdb9 Use actual return symbol unicode char for new line
Fixes #155871
2022-07-22 06:35:12 -07:00
Sandeep Somavarapu
6567f3da69 Revert "install language pack when setting locale (#155954)" (#155963)
This reverts commit 44e3fbaa01.
2022-07-22 15:29:44 +02:00
Johannes Rieken
5c6c8c42ae add editor.snippets.codeActions.enabled to control code action snippets, fyi @alexdima (#155959) 2022-07-22 15:05:10 +02:00
Sandeep Somavarapu
cccbfcdd57 support removing multiple profiles (#155958)
* fix #154178

* fix compilation
2022-07-22 14:54:10 +02:00
Sandeep Somavarapu
44e3fbaa01 install language pack when setting locale (#155954)
install lang pack while setting locale
2022-07-22 14:45:49 +02:00
Daniel Imms
ba8b7694ee Fix space folder link test
Fixes #155532
See #155921
2022-07-22 05:42:34 -07:00
Sandeep Somavarapu
1f0d221e24 fix uninstalling extension version (#155953) 2022-07-22 14:38:11 +02:00
mingwiki
e5e0f9a149 Fix Socks5 Proxy Regex Checking Warning 2022-07-22 14:19:58 +02:00
Henning Dieterichs
5f21c372de Make treeshaking work on windows (#155952) 2022-07-22 14:07:44 +02:00
Henning Dieterichs
052f02175f Moves the read-only message into its own contribution to enable customization in the monaco editor. (#155951) 2022-07-22 14:06:10 +02:00
Johannes Rieken
c6cf41b83b (temp fix) detect when base, input1, and input2 become empty (#155941)
When aborting or merging while the 3wm editor is showing all its inputs become empty and our reaction is to replace the merge editor then

https://github.com/microsoft/vscode/issues/155940
2022-07-22 14:01:49 +02:00
Benjamin Pasero
f27f620e77 status - make color dynamic (#155944) 2022-07-22 14:00:03 +02:00
nirabhromakhal
3842ef9a4a Fixed issue where status bar can overflow without affecting notification beak (#155649)
* fixed status bar overflow while keeping beak intact

* using overflow: hidden  while keeping beak intact

* made the notification bell absolute positioned

* overflow: hidden but beak is relative to status bar item

* using has-beak class name to toggle the beak
2022-07-22 09:40:26 +00:00
Johannes Rieken
b8876a2d60 enable merge editor by default (#155937) 2022-07-22 11:28:49 +02:00
Alex Ross
cf0496267d View size API proposal (#155710)
* Add a weight/flex size for view contributsions
Part of #122283

* Fix errors

* Remove 'fit'

* Fix typo and remove viewPaneContainer changes

* Add view container owner check.
2022-07-22 10:32:23 +02:00
Daniel Imms
13ba7bb446 Merge pull request #155921 from microsoft/tyriar/skip_test
Skip unit test that's breaking the build
2022-07-21 18:38:59 -07:00