Daniel Imms
1eb2480d91
Don't write initialText new line when echo is false
...
Fixes #152645
2022-07-08 07:23:00 -07:00
Daniel Imms
6ff764c873
Merge pull request #154499 from microsoft/tyriar/154497
...
Including whitespace in query for contiguous search
2022-07-08 07:10:50 -07:00
Daniel Imms
b39a312927
Merge pull request #154498 from microsoft/tyriar/154496
...
Remove ability for terminal editors to be dirty
2022-07-08 05:04:03 -07:00
Daniel Imms
96f310e3eb
Including whitespace in query for contiguous search
...
Fixes #154497
2022-07-08 04:54:02 -07:00
Daniel Imms
c6736e1483
Remove ability for terminal editors to be dirty
...
Fixes #154496
2022-07-08 04:45:16 -07:00
Johannes Rieken
1c51e8fb91
Add a specialized unhandled conflicts close handler ( #154471 )
...
This is set dynamically whenever unhandled conflicts are detected. It unsets itself when merging is done so that the normal save-close-handler comes to place
https://github.com/microsoft/vscode/issues/152841
2022-07-08 13:20:44 +02:00
Johannes Rieken
0f1adf3940
only reveal first conflict when not having previous view state ( #154482 )
...
fixes https://github.com/microsoft/vscode/issues/153962
2022-07-08 13:05:06 +02:00
Benjamin Pasero
cd8dfa1040
sandbox - log when enabled ( #154469 )
2022-07-08 11:16:25 +02:00
João Moreno
4f991f8487
Fix View: Toggle Editor Group Sizes
( #154467 )
...
Figuring out whether a view was maximized was faulty, since it doesn't
necessarily mean that all other views are minimized. Pushed the
logic down to grid/gridview/splitview so it's now just simple widget
API.
Fixes : #154068
2022-07-08 10:21:38 +02:00
Johannes Rieken
fc10a34084
Merge pull request #154457 from microsoft/ben/flying-fowl
2022-07-08 09:53:04 +02:00
Johannes Rieken
31a22e754e
Merge pull request #154352 from microsoft/joh/issue153110
2022-07-08 08:58:19 +02:00
Benjamin Pasero
37c6c1ce34
editors - let editors fully control confirmation on close ( #152841 )
2022-07-08 08:41:57 +02:00
Benjamin Pasero
ef14540c30
Process explorer: indicate extension host better ( fix #150820 on windows too) ( #154454 )
2022-07-08 08:15:44 +02:00
Tyler James Leonhardt
3104db414c
slight copy change for display language dialog ( #154402 )
...
slight copy change
2022-07-08 06:19:59 +02:00
João Moreno
274aed07cc
policies: skip languages which do not exist ( #154395 )
2022-07-08 06:03:08 +02:00
Daniel Imms
8885bda5e7
Merge pull request #154424 from microsoft/tyriar/154411
...
Hide split/kill when tabs never hide
2022-07-07 18:13:45 -07:00
Daniel Imms
189ec9ffaa
Merge pull request #154305 from microsoft/tyriar/154016
...
Match run recent command behavior to reverse-i-search
2022-07-07 18:13:14 -07:00
Daniel Imms
8fdc7542e9
Hide split/kill when tabs never hide
...
Fixes #154411
2022-07-07 17:39:03 -07:00
Daniel Imms
986d2e5df3
Make contiguous search case insensitive
2022-07-07 17:31:14 -07:00
Daniel Imms
60d9842d7a
Merge remote-tracking branch 'origin/main' into tyriar/154016
2022-07-07 17:16:39 -07:00
tanhakabir
e194e88e2e
Bump distro ( #154414 )
2022-07-07 23:19:44 +00:00
Tyler James Leonhardt
00eb9c4356
Polish up restart dialogs and switch to using Language instead of language ( #154382 )
2022-07-07 13:38:32 -07:00
Ladislau Szomoru
eb2e5d8558
Git - Commit action button should use smart commit settings ( #154169 )
...
Consider smart commit settings when rendering the commit action button
2022-07-07 21:31:10 +02:00
Raymond Zhao
bc0bdc5d09
Fix hover underline issue on "Modified in" label ( #154386 )
...
Fixes #154385
2022-07-07 18:55:35 +00:00
Raymond Zhao
d5379b5e34
Fix more settings description setting links ( #154383 )
...
Ref #154317
2022-07-07 18:14:03 +00:00
Andrea Mah
368400c190
Check save settings before debug restart ( #154206 )
...
* Fix bug: Files automatically saved when restarting debugger, even though it is set not to
Fixes #149885
2022-07-07 18:01:33 +00:00
Raymond Zhao
1cc52ae410
Fix broken Not Synced indicator ( #154381 )
...
Fixes #154379
2022-07-07 11:01:16 -07:00
Megan Rogge
755d39f1e0
add allow automatic tasks setting ( #154171 )
2022-07-07 13:58:38 -04:00
Daniel Imms
eab7ba25bd
Merge pull request #154363 from microsoft/tyriar/143766
...
Remove reliance on history and always send command line
2022-07-07 10:49:32 -07:00
Matt Bierner
db734e88c1
Bump version to 1.70 ( #154371 )
...
Bump version 1.70
2022-07-07 16:03:07 +00:00
Matt Bierner
cdb606fc06
Bump api notebook milestone ( #154369 )
2022-07-07 15:46:18 +00:00
Alex Ross
1b8ac1d09d
Fix 2 clicks to show collapsed comments ( #154365 )
...
Fixes #153924
2022-07-07 08:40:22 -07:00
Jean Pierre
4dc272701b
Only update storage IS_NEW_KEY
once ( #154313 )
...
* Fixes #153913
* spelling error
Co-authored-by: Benjamin Pasero <benjamin.pasero@gmail.com>
2022-07-07 15:15:07 +00:00
Robo
9bb5a4c73c
Merge pull request #154356 from microsoft/robo/update_distro
...
chore: update distro
2022-07-08 00:02:27 +09:00
Robo
a9bebebc68
Merge branch 'main' into robo/update_distro
2022-07-07 23:50:12 +09:00
Matt Bierner
2fb56e9d62
Move smart select and folding to md language server ( #154334 )
...
* Move smart select and folding to md language server
Also fixes a few minor issues:
- Don't log to web console
- Remove convert code since it is no longer needed
- Use correct extension id
* bump cache
* Bump package version
Co-authored-by: João Moreno <joao.moreno@microsoft.com>
2022-07-07 07:30:03 -07:00
Daniel Imms
f52f2ed7b5
Use preexec $1 not history and send command
...
Fixes #143766
2022-07-07 06:55:01 -07:00
deepak1556
d8dabf05a7
chore: update distro
2022-07-07 22:43:05 +09:00
Daniel Imms
30c8810673
Use BASH_COMMAND instead of history for empty command detection
...
Part of #143766
2022-07-07 06:33:24 -07:00
Johannes
0b9de0b740
fix compile issue
2022-07-07 15:26:25 +02:00
Johannes Rieken
f9711dfc35
Merge pull request #153853 from qingpeng9802/remove-es5ClassCompat
2022-07-07 15:22:36 +02:00
Martin Aeschlimann
dd17e8276e
standalone theme service: improve detection, toggle ( #154357 )
...
* standalone theme service: clean up os theme detection
* toggle to matching high contrast
2022-07-07 15:20:33 +02:00
Johannes Rieken
e5f5a16b74
joh/issue145374 ( #154360 )
...
* enroll more places into `snippetWorkspaceEdit` proposal,
https://github.com/microsoft/vscode/issues/145374
* tweak API proposal for snippet edits, make this `WorkspaceEdit` only, remove old proposal bit
https://github.com/microsoft/vscode/issues/145374
2022-07-07 12:55:51 +00:00
Megan Rogge
6cf558d7a0
make task setting keys into an enum ( #154322 )
2022-07-07 08:38:30 -04:00
Megan Rogge
d68ae55c9a
show fit to content width in command palette ( #154325 )
...
* fix #152748
* better solution
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
* Update src/vs/workbench/contrib/terminal/browser/terminalActions.ts
* add comma
Co-authored-by: Daniel Imms <2193314+Tyriar@users.noreply.github.com>
2022-07-07 08:38:13 -04:00
Daniel Imms
fc6f01fb71
Merge pull request #154355 from microsoft/tyriar/154354
...
Polish default terminal tab icon/color settings
2022-07-07 05:32:51 -07:00
Daniel Imms
f7f3f48049
Mention icon in terminal icon/color settings
...
Fixes #154354
2022-07-07 05:20:03 -07:00
Daniel Imms
a5ed786a96
Revert "more specific setting names"
...
This reverts commit 2d9947ba4e
.
2022-07-07 05:15:51 -07:00
Daniel Imms
72208d7bbb
Merge pull request #147463 from amanasifkhalid/terminal-tab-defaults
...
Close #134566 : Added settings for terminal tab default color/icon
2022-07-07 05:12:46 -07:00
João Moreno
ce8b7a9c13
bump distro ( #154344 )
2022-07-07 09:18:31 +00:00