Benjamin Pasero and Robo
04f7885c54
UNC allow list checks cannot be disabled in extension host ( #184989 ) ( #185083 )
...
* UNC allow list checks cannot be disabled in extension host (#184989 )
* Update src/vs/base/node/unc.js
Co-authored-by: Robo <hop2deep@gmail.com >
---------
Co-authored-by: Robo <hop2deep@gmail.com >
2023-06-14 10:25:30 +02:00
Aiday Marlen Kyzy
79c611d7b7
setting the margins inside of the case of initial render
2023-06-14 09:33:54 +02:00
Aiday Marlen Kyzy
a1e93027e4
removing the useless variable
2023-06-14 09:31:48 +02:00
Aiday Marlen Kyzy
36dc6c03f9
Merge branch 'main' into aiday/indentationOnInitOnly
2023-06-14 09:21:53 +02:00
Aiday Marlen Kyzy
1ad238a760
Merge pull request #184598 from microsoft/aiday/positioningInlineChat
...
Adapt positioning of the inline chat
2023-06-14 09:17:40 +02:00
Benjamin Pasero
8e26c332de
Warning message doesn't show up when code-insiders --status is run while no instances are open ( #185080 )
...
* Warning message doesn't show up when `code-insiders --status` is run while no instances are open (fix #185069 )
* 💄
2023-06-14 08:43:26 +02:00
Peng Lyu
bf5419f02d
Update execution timer priorty to reserve some room. ( #185076 )
2023-06-13 21:24:18 -07:00
weartist
f50607a63e
add sort for renderCustomEditors
2023-06-14 10:55:15 +08:00
Peng Lyu
352d2d3934
Fix #184606 . Fix updateCellMetadata incremental update. ( #184964 )
2023-06-13 17:45:22 -07:00
Don Jayamanne
df2952cc9b
Revert changes to listWidtget ( #185071 )
2023-06-14 10:25:15 +10:00
Rob Lourens
990d40aad4
Fix highlight on chat thumbs buttons ( #185063 )
...
The parent element used to also have the 'checked' class, now it doesn't, bisecting to figure out what happened
Fix microsoft/vscode-copilot-release#242
2023-06-13 15:53:21 -07:00
Megan Rogge
431f72c300
Merge pull request #185062 from microsoft/merogge/copilot-remove
...
rm copilot term fr help menu
2023-06-13 16:41:47 -05:00
Henning Dieterichs
20d8459c1d
Implements simple caching for diff editor v2 ( #185060 )
2023-06-13 14:38:24 -07:00
cadinsl
34911a262b
Edited user and workspace tab to only display the name for accessibility #184530 ( #184627 )
2023-06-13 14:06:45 -07:00
meganrogge
b42cfb963c
rm copilot term
2023-06-13 15:38:16 -05:00
Joyce Er
2e335d2df2
Update payload size limit ( #185052 )
2023-06-13 20:46:04 +02:00
Johannes Rieken
f1b2a3a77f
Use Lazy for creating diff and preview zone so that they don't block startup ( #185041 )
...
https://github.com/microsoft/vscode/issues/185034
2023-06-13 13:16:58 -05:00
Henning Dieterichs
470b6efc0c
diff editor v2: sync update ( #185039 )
2023-06-13 13:16:39 -05:00
Benjamin Pasero
4b939d0a0e
unc - fix path traversal bypass ( #185048 )
2023-06-13 19:56:46 +02:00
Aiday Marlen Kyzy
d037fad589
changes from review
2023-06-13 18:29:50 +02:00
meganrogge
2641501835
use sounds
2023-06-13 11:20:09 -05:00
Joyce Er
9f70132f21
Fix storing cloud changes with deleted file ( #185037 )
2023-06-13 18:08:49 +02:00
Aiday Marlen Kyzy
d85ee0f6c5
the margins are not set when not an initial render
2023-06-13 17:48:23 +02:00
meganrogge
f309affafe
work on looping cue
2023-06-13 10:45:51 -05:00
Aiday Marlen Kyzy
eb98edb838
changes from review
2023-06-13 17:23:55 +02:00
Aiday Marlen Kyzy
c3275e4dd5
changes from review
2023-06-13 17:23:47 +02:00
Megan Rogge
b7fd221daf
Merge pull request #184011 from weartist/npm_link_fix
...
adjust to correct link
2023-06-13 10:06:16 -05:00
Daniel Imms
e845b77baa
Fix tests
2023-06-13 07:49:09 -07:00
Johannes Rieken
00b14b2c62
update list of repos ( #185019 )
2023-06-13 16:19:30 +02:00
Megan Rogge
8a4ebd71a1
Merge pull request #184739 from max06/max06/issue184659
...
Restore ShellIntegration for fish (#184659 )
2023-06-13 09:19:01 -05:00
Daniel Imms
a656c218f0
Merge pull request #184919 from CodinGame/remove-side-effect-in-expected-pure-function
...
Remove side effect from `array.some` callback
2023-06-13 07:17:55 -07:00
Aiday Marlen Kyzy
0e8491bec7
changing the check to typeof undefined
2023-06-13 16:05:49 +02:00
Aiday Marlen Kyzy
59ef7faef9
adding the changes from the review
2023-06-13 15:59:49 +02:00
Benjamin Pasero
ceb15e0fb7
Keyboard: the configure button in the notification pop is not accessible by tab key ( fix #184711 ) ( #185013 )
2023-06-13 15:13:58 +02:00
Johannes
c7d9530402
use equality check instead of Symbol, cache results and prevent double computation when "recursive" calls happen
2023-06-13 15:06:51 +02:00
Johannes Rieken
66b54e1697
joh/tasteless orca ( #185006 )
...
* Add ability to rerun prompt
Extract `SessionPrompt` with tries counter that, add rerun message that is listened on during WAIT_FOR_INPUT, read number of attempts during MAKE_REQUEST
https://github.com/microsoft/vscode-copilot/issues/247
* renames
2023-06-13 12:53:41 +02:00
Johannes
61eccf481c
fix formatting
2023-06-13 12:49:48 +02:00
Aiday Marlen Kyzy
7503938893
Merge branch 'main' into aiday/positioningInlineChat
2023-06-13 11:28:14 +02:00
Aiday Marlen Kyzy
f25d7d9e2d
Merge branch 'main' into aiday/positioningInlineChat
2023-06-13 11:27:01 +02:00
Ladislau Szomoru
3447686499
Git - use close event when detecting git version ( #184998 )
2023-06-13 11:25:00 +02:00
Johannes Rieken
819411f787
Merge pull request #184994 from microsoft/joh/bright-felidae
...
joh/bright felidae
2023-06-13 10:06:39 +02:00
Ladislau Szomoru
e82cbf80ba
Git - only add --find-renames if the value is not the default one ( #184992 )
2023-06-13 09:56:29 +02:00
Johannes
6a805df6a4
refine async edits telemetry
2023-06-13 09:52:30 +02:00
Johannes
b8f0cf36c1
add telemetry to measure how successful async additional edits can be applied
2023-06-13 09:48:00 +02:00
Johannes
fb973b6187
add telemetry to know how often an item is inserted before resolve is done
2023-06-13 09:43:49 +02:00
Johannes
c591894e6c
fixed flawed API deprecation warning
...
We want to warn when extensions change `CompletionItem#insertText` during resolve but the check be better correct...
2023-06-13 09:37:25 +02:00
Matt Bierner
5b2221330a
Add extra argument to Mangler ( #184986 )
...
Missed updating this
2023-06-13 09:03:51 +02:00
Matt Bierner
debcf16fcd
Mangle exported symbols ( #182935 )
...
* Mangle exported functions
For #180461
This prototype tries to mangle exported functions, saving a further 440kb from the bundle size
* Fix missing call
* Also try mangling top level exported consts too
* Fixing errors
* Don't run on build files
* Skip a few more manglings and revert change to namespace
* Skip a few more monaco files
* Also mangle consts that shadow types
This increases savings up to 3325
* Also mangle exported classes
* Skip mangling more localization functions for now
* Opt out pfs
* Update build script
* Run find locations task in parallel
This should speed up compile
* Cleanup before close
* Limit workers to avoid hitting memory limit
* Limit pool size
* Skip one more mangling
* Exclude entrypoints from mangling
* Try to fix web build and clean up code
* Exempt a few more projects
* Exempt another file
* Also exempt html
* Skip mangling ext entrypoints
* Use prefix that can't be confused with rpc calls
* Fix max call stack error
* Switch prefixes
* Don't mangle ambient declarations
* Use correct way of checking modifier flags
* Workaround getCombinedModifierFlags not doing what I'd expect
Maybe needs the checker to be enabled too? Just check parent chain instead for now
* Clean up code and add logic showing how enum mangling could work
* Remove a few more skipMangles
Use entrypoints instead
* Fix entrypoint name
2023-06-13 08:18:05 +02:00
Bhavya U
79c4092768
Register with editorResolver before attempting to open walkthrough ( #184969 )
2023-06-13 03:38:34 +02:00
Bhavya U
6e45786d02
Update quickpick on walkthrough additions ( #184965 )
2023-06-12 18:00:03 -07:00