Connor Peet
5d10e5ac5e
rm debug code
2023-09-01 15:14:50 -07:00
易良 and GitHub
3519b130fb
fix: Close #191880 , Repair command cannot be searched by keyword after localization ( #191953 )
2023-09-01 20:47:01 +00:00
Connor Peet and GitHub
a6808a1534
testing: fix text centering in filter ( #192017 )
...
Fixes #182648
2023-09-01 22:18:17 +02:00
Connor Peet and GitHub
0ee7a576b6
tunnels: fix command prompt windows show up on windows machine ( #192016 )
...
Fixes #190425
2023-09-01 22:17:58 +02:00
Connor Peet
81302a437b
fix additional leak, comment out detector for now
2023-09-01 13:02:13 -07:00
Connor Peet
6eef8af1b9
Merge branch 'main' into inline-chat-leaks
2023-09-01 12:45:08 -07:00
Connor Peet and GitHub
2d502be79d
testing: compress single test messages in the Test Results tree view ( #192011 )
...
Fixes #192010
2023-09-01 10:27:03 -07:00
Aiday Marlen Kyzy and GitHub
0868714c95
Merge pull request #191809 from microsoft/aiday/codeActionInsteadOfSetting
...
Change to code action from setting
2023-09-01 19:10:59 +02:00
Tyler James Leonhardt and GitHub
55b37e271d
Bump distro ( #192006 )
...
for the removal of semantic similarity.
2023-09-01 19:02:14 +02:00
Connor Peet and GitHub
a8b8e3a143
forwarding: fix log format again ( #191941 )
...
Fixes #191759
2023-09-01 09:38:20 -07:00
Johannes Rieken and GitHub
67e9d1be31
Merge pull request #192002 from microsoft/joh/beautiful-duck
...
fix https://github.com/microsoft/vscode/issues/191908
2023-09-01 18:16:26 +02:00
Johannes
c8edc8cb2c
fix https://github.com/microsoft/vscode/issues/187779
2023-09-01 18:05:27 +02:00
Johannes Rieken and GitHub
48e0005d04
Merge branch 'main' into joh/beautiful-duck
2023-09-01 18:02:07 +02:00
Johannes Rieken and GitHub
47649b9c26
Merge pull request #192004 from microsoft/joh/ultimate-guineafowl
...
comment out not-compiling code, fyi @bpasero
2023-09-01 18:00:07 +02:00
Johannes
812643de4b
comment out not-compiling code, fyi @bpasero
2023-09-01 17:45:32 +02:00
Johannes
04f02b5043
fix https://github.com/microsoft/vscode/issues/191908
2023-09-01 16:53:04 +02:00
Ladislau Szomoru and GitHub
be570fd3de
Git - Bump which package ( #191992 )
2023-09-01 16:40:56 +02:00
Benjamin Pasero and GitHub
14555a5123
app - ensure to remove windowId=_blank from protocol links ( fix #191902 ) ( #191990 )
2023-09-01 16:40:42 +02:00
Benjamin Pasero and GitHub
37390a84c6
editors - call focus before activate to preserve activation ( #191991 )
2023-09-01 16:40:31 +02:00
meganrogge
459508aba9
rm terminal tab focus mode
2023-09-01 07:38:07 -07:00
Benjamin Pasero and GitHub
9ee5a2123d
[Accessibility] Consider providing the default keybinding for notifications.showList ( fix #191784 ) ( #191997 )
2023-09-01 16:37:19 +02:00
Benjamin Pasero and GitHub
7545ee2ec4
Creating a new empty editor group can leave focus in inactive group ( fix #189256 ) ( #191996 )
2023-09-01 16:31:57 +02:00
Benjamin Pasero and GitHub
4f424db46e
debt - ensure file scheme when using .fsPath ( #191960 )
2023-09-01 15:33:06 +02:00
Benjamin Pasero and GitHub
660e12b312
editors - restore focus also in addGroup ( #191961 )
2023-09-01 15:32:38 +02:00
Aiday Marlen Kyzy
0ab924b71d
changing the order of the code in order to make the scrolltop calculation correct
2023-09-01 15:25:53 +02:00
Johannes Rieken and GitHub
dd9b112141
Merge pull request #191985 from microsoft/joh/eslint-jsdoc
...
add jsdoc-lint checks for `vscode.d.ts`
2023-09-01 14:49:24 +02:00
Henning Dieterichs and Henning Dieterichs
0ae7b5b1c5
Fixes tests
2023-09-01 14:43:31 +02:00
Henning Dieterichs and Henning Dieterichs
fe25a72de8
Fixes CI
2023-09-01 14:43:31 +02:00
Henning Dieterichs and Henning Dieterichs
4d53e0a136
Fixes CI
2023-09-01 14:43:31 +02:00
Henning Dieterichs and Henning Dieterichs
e424e83820
Diff Algorithm Cleanup
2023-09-01 14:43:31 +02:00
Henning Dieterichs and Henning Dieterichs
e1430e4328
Sets up hot reloading of css and code (requires vscode-diagnostic-tools extension to be installed)
2023-09-01 14:35:42 +02:00
Aiday Marlen Kyzy
c84b87091e
sending in the previous sticky lines array, do not use a reference
2023-09-01 14:23:25 +02:00
Johannes
415bc174ea
refine lint config, add missing jsdoc and jsdoc-tag corrections
2023-09-01 14:23:16 +02:00
Aiday Marlen Kyzy
02ddb145e8
additing translation l10n
2023-09-01 14:10:57 +02:00
Alexandru Dima and GitHub
2c021905ad
Do not repaint decorations overview ruler if it is not necessary ( #191931 )
...
Fixes #191423 : Do not repaint decorations overview ruler if it is not necessary
2023-09-01 13:40:20 +02:00
Alexandru Dima and GitHub
e4a24b361a
Enable the family autodetection algorithm ( #191971 )
...
Fixes #191945 : Enable the family autodetection algorithm to support a case where localhost resolves first to the ipv6 address and only second to the ipv4 address, and the desired server listens only on ipv4
2023-09-01 11:41:21 +02:00
Johannes Rieken and GitHub
86921c2fb8
Merge pull request #191967 from microsoft/joh/menuEntrySVGIconColor
...
Apply color SVG icons via theme coloring
2023-09-01 10:44:56 +02:00
Johannes
2c3d2faeb3
Merge branch 'main' into joh/eslint-jsdoc
2023-09-01 10:42:07 +02:00
Benjamin Pasero and GitHub
2ed3ef2588
editors - do not focus empty editor group when created ( #191966 )
2023-09-01 10:32:59 +02:00
Christof Marti
a5f4583b51
1.83.0
2023-09-01 09:55:29 +02:00
Robo and GitHub
5f7b620db8
chore: bump electron@25.8.0 ( #191905 )
...
* chore: bump electron@25.8.0
* chore: update internal build id
* chore: bump distro
2023-09-01 08:32:05 +02:00
Bhavya U and GitHub
dd112ec024
Open walkthrough if a gettingStarted page is found ( #191947 )
2023-09-01 01:37:56 +02:00
Nathan Shively-Sanders
63c84d3aab
Rest of useful codefixes
...
Initial hacky versions only
2023-08-31 16:15:04 -07:00
Joyce Er and GitHub
ee08fd53cc
Don't show chat widget context menu for filetree ( #191940 )
2023-08-31 15:52:13 -07:00
Tyler James Leonhardt and GitHub
8f33e459f6
Only update layout when chat is visible ( #191943 )
...
Fixes https://github.com/microsoft/vscode/issues/191942
2023-09-01 00:51:04 +02:00
Bhavya U and GitHub
4c6dbcf90f
Add check to see if resource has file extension before setting FILE | FOLDER ( #191923 )
...
* Set resource as FILE only if children are undefined
* Add check to see if resource has extension before setting FileKind
2023-08-31 15:28:39 -07:00
Aaron Munger
37a85864c5
add failing test for bug
2023-08-31 15:16:52 -07:00
Tyler James Leonhardt and GitHub
79277e0b8f
Skip flakey smoke test ( #191936 )
...
* Skip flakey smoke test
ref https://github.com/microsoft/vscode/issues/191860
* skip at describe since there's only 1 test
2023-08-31 23:34:22 +02:00
Bhavya U and GitHub
065d4c1e23
Do not show parent checkbox contents for ai generated workspaces ( #191933 )
2023-08-31 14:28:15 -07:00
Aaron Munger
0d4760d102
fix export
2023-08-31 13:45:10 -07:00