Commit graph

117911 commits

Author SHA1 Message Date
Alex Ross
c1cbd49099
Editor scroll position jumps up when returning to editor (#203013)
Fixes #202811
2024-01-23 09:56:18 +01:00
Michael Lively
800e60abdf
Check if should sync model before extension host (#203096)
Fix #199385 -- check if should sync model before eh
2024-01-23 01:38:55 +01:00
Justin Chen
fc57e0e1d4
issue reporter command enhancements (#203080)
* groundwork for command, only strings for now

* more groundwork for uri

* added uri and clearing suport when switching extensions

* cleanup
2024-01-23 00:40:55 +01:00
Michael Lively
a6c109418c
Add setting for nb sticky indent mode (#203085)
add setting for nb sticky indent mode
2024-01-22 15:29:12 -08:00
Megan Rogge
32d17ca92c
Merge pull request #203086 from microsoft/merogge/punctuation
fix punctuation issues
2024-01-22 15:23:43 -08:00
Megan Rogge
ba5f685b65
Merge pull request #124803 from nrayburn-tech/npm-activation
npm extension - check for root package.json before findFiles
2024-01-22 15:04:27 -08:00
meganrogge
0152062c6e
fix punctuation issues 2024-01-22 15:02:28 -08:00
Matt Bierner
1ddc10601d
Add angle brackets as surrounding pairs in markdown (#203083)
Add angle brackets as surrounding pairs in md

This is useful for html and for autolinks
2024-01-22 23:58:28 +01:00
RedCMD
2d30630ab4
onDidChangeEmmiter fires constantly when it shouldn't (#202198)
`onDidChangeEmmiter` fires when it shouldn't
2024-01-22 22:11:24 +01:00
Connor Peet
0c882aa770
debug: update js-debug (#203076) 2024-01-22 21:58:52 +01:00
Andrea Mah
f9bb272b28
Focus in Quick Search doesn't go back to previous position after hitting ESC when zero results (#203073)
Fixes #202911
2024-01-22 21:18:22 +01:00
Logan Ramos
e0f13622d7
Trim insider suffix from version when sent to ExP (#203071)
* Trim insiders suffix from version

* Fix comment indent

* Fix more indent
2024-01-22 21:09:25 +01:00
Michael Lively
de89573726
wip -- Support folding notebook cells via sticky scroll (#202785)
* CSS tweaks, folding icon, indentation option, high contrast background

* CSS cleaning, listen to touch events, folding functionality and icons

* update testing snapshots, no hashtag prefixing

* foldingController nit
2024-01-22 21:00:40 +01:00
Aaron Munger
4a85ff3e4e
add simple limit for number of children (#203061) 2024-01-22 11:57:45 -08:00
Robo
39fe2dab67
chore: bump electron@27.2.3 (#202771)
* chore: bump electron@27.2.3

* chore: bump distro
2024-01-22 20:25:03 +01:00
Raymond Zhao
80750ef3eb
chore: bump electron/get to 2.0.3 (#203055)
chore: bump electron/get to ^2.0.0
2024-01-22 20:00:31 +01:00
Aaron Munger
bdf1f049d3
publish setting for the notebook variables view (#203056)
* publish experimental setting

* grammar
2024-01-22 10:58:57 -08:00
Bhavya U
df48846f26
Don't show account entitlements for vscode.dev (#203051) 2024-01-22 19:25:15 +01:00
Sandeep Somavarapu
74f4ad53b8
donot show switch action when not needed (#203043) 2024-01-22 10:24:18 -08:00
Henning Dieterichs
603bc41a07 Fixes diff editor soft assert 2024-01-22 19:13:12 +01:00
Megan Rogge
8a96a18231
Merge pull request #203042 from microsoft/merogge/list
add accessibility provided for chat used reference list items
2024-01-22 10:06:20 -08:00
Sandeep Somavarapu
67ae7ddf0e
fix #203038 (#203046) 2024-01-22 10:01:13 -08:00
meganrogge
a073a41655
undo move 2024-01-22 09:19:45 -08:00
meganrogge
de360da900
revert change 2024-01-22 09:19:11 -08:00
meganrogge
b977ea4c38
revert change 2024-01-22 09:18:39 -08:00
meganrogge
5efaf9b360
fix issue 2024-01-22 09:17:48 -08:00
meganrogge
27ab324c06
rm console.logs 2024-01-22 09:17:23 -08:00
meganrogge
17fe94ae2a
fix issue 2024-01-22 09:14:36 -08:00
meganrogge
74411a0543
use basename 2024-01-22 08:29:33 -08:00
meganrogge
72dcf3f698
Merge branch 'main' into merogge/list 2024-01-22 08:28:13 -08:00
Sandeep Somavarapu
4c00663055
supress CodeQL warning (#203032) 2024-01-22 17:20:13 +01:00
Connor Peet
2a9a0a06f8
end: use a better hash for built-in cache key (#203033)
For CodeQL
2024-01-22 17:17:58 +01:00
Benjamin Pasero
ecb6dd684e
debt - silence CodeQL warnings (#203031) 2024-01-22 16:57:01 +01:00
Rob Lourens
9555d9dfff
Properly deserialize these fields (#203029) 2024-01-22 16:54:35 +01:00
Johannes Rieken
2d0b92d89b
some ensureNoDisposablesAreLeakedInTestSuite (#203026)
* some `ensureNoDisposablesAreLeakedInTestSuite`

https://github.com/microsoft/vscode/issues/200091

* update eslint file
2024-01-22 16:46:40 +01:00
Benjamin Simmonds
615e7eccca
Polish custom titlebar visibility behaviour (#203017)
* polish custom titlebar visibility behaviour

* cleanup

---------

Co-authored-by: Johannes Rieken <johannes.rieken@gmail.com>
2024-01-22 16:38:23 +01:00
Henning Dieterichs
db62e3b46c Fixes multi file diff editor bug that deleted files would be shown as added files. 2024-01-22 16:35:32 +01:00
Henning Dieterichs
9e96f6f739 multiFileDiffEditorOriginalUri -> multiDiffEditorOriginalUri 2024-01-22 16:32:25 +01:00
Sandeep Somavarapu
13196099b6
polish pre-release UX (#203021)
* improve pre-releas UX

* rename labels

---------

Co-authored-by: Johannes Rieken <johannes.rieken@gmail.com>
2024-01-22 16:31:42 +01:00
Benjamin Pasero
40ecea93e9
debt - prevent simple code editors in results (#203019)
Co-authored-by: Johannes Rieken <johannes.rieken@gmail.com>
2024-01-22 16:27:42 +01:00
Johannes Rieken
e5a6595f13
fix https://github.com/microsoft/vscode/issues/203008 (#203011) 2024-01-22 16:25:01 +01:00
Johannes Rieken
4e31c84e0f
make sure textModel0 (and textModekN) has a unique uri (#203015) 2024-01-22 16:21:09 +01:00
Johannes Rieken
a8dfc65ebd
fix tests, use real diff (slow) (#203022) 2024-01-22 15:59:55 +01:00
Johannes Rieken
236d5dc072
sha256 over md5 (#202985)
* `sha256` over `md5`

* add missing JS file
2024-01-22 14:40:18 +01:00
Johannes Rieken
cc593a387e
inline chat tweaks and tests (#202984)
* update action ids

* detect user edits inside and outside of chat UI, add test for https://github.com/microsoft/vscode-copilot/issues/3523

* fix tests
2024-01-22 14:39:08 +01:00
Aiday Marlen Kyzy
811e84cd3c
Merge pull request #203005 from microsoft/aiday/licenseChanges
Adding license changes through code-oss tool
2024-01-22 14:36:22 +01:00
Johannes Rieken
4217af7696
restore stashed sessions for when accidentially dismissing a session (#203006) 2024-01-22 14:31:23 +01:00
Aiday Marlen Kyzy
4cc4fc62d4
Merge pull request #202994 from microsoft/aiday/experimentalFeatureInsightTags
Adding the `experimental` and the `FeatureInsight` tag to the editor sticky scroll enablement setting
2024-01-22 14:28:27 +01:00
Aiday Marlen Kyzy
e5e5cb8632
adding the license changes 2024-01-22 14:12:14 +01:00
Henning Dieterichs
dca6f399d3 Fixes diff editor bug 2024-01-22 13:03:30 +01:00