Commit Graph
110166 Commits
Author SHA1 Message Date
aamunger 92c2bd0cf8 use interactive name as saved ipynb name 2023-06-19 15:32:58 -07:00
Aaron Munger c72605e962 Merge branch 'main' into aamunger/fileBackedIW 2023-06-19 15:31:15 -07:00
Matt Bierner b9048ee2c5 Fix files not being copied on first esbuild watch (#185618) 2023-06-19 23:59:46 +02:00
Raymond Zhao 5eeacc59a7 Use status instead of alert (#185609) 2023-06-19 14:26:12 -07:00
Taiyo SogawaandConnor Peet ea97852a3b Add server message to user-facing error on 429 for tunnel creation (#185600)
* Add server message to user-facing error on 429 for tunnel creation

* Update cli/src/tunnels/dev_tunnels.rs

Co-authored-by: Connor Peet <connor@peet.io>

* fix lint error

---------

Co-authored-by: Connor Peet <connor@peet.io>
2023-06-19 13:16:29 -07:00
Matt Bierner 0f8598bf46 Render code links with link color instead of code color (#185604) 2023-06-19 11:51:01 -07:00
Raymond Zhao 111fb77051 Bump sqlite3 to 5.1.6-vscode (#185603) 2023-06-19 11:31:03 -07:00
aamunger 655687065c fix test - do not overwrite interactive Editor with a notebook editor 2023-06-19 11:19:58 -07:00
Henning Dieterichs 25e9e851c5 Fixes redraw issue (#185601) 2023-06-19 19:50:15 +02:00
Henning Dieterichs 8193f2f8f9 Don't show revert arrows in inline mode. 2023-06-19 19:38:58 +02:00
Tyler James Leonhardt 44bab6990c Handle undefined element (#185596)
Fixes #185531
2023-06-19 19:34:19 +02:00
aamunger 70c3b660f2 Merge remote-tracking branch 'origin/main' into aamunger/fileBackedIW 2023-06-19 10:28:42 -07:00
Joyce Er daa66ad5f7 Update glyph margin CSS rule names (#185594) 2023-06-19 19:09:52 +02:00
Ladislau Szomoru 8f8848433b GitHub - add push error handler telemetry to understand usage (#185573)
* GitHub - add push error handler telemetry to understand usage

* Add yarn.lock file

* Pull request feedback
2023-06-19 10:09:45 -07:00
Alex Ross 2dcfc3798f Kill, yarn, build task (#185571) 2023-06-19 18:57:04 +02:00
Henning Dieterichs 085399feff Merge pull request #185592 from microsoft/hediet/b/horizontal-ladybug
Diff Editor v2 Improvements
2023-06-19 18:53:59 +02:00
Connor Peet a0fce779af chore: bump js-debug-companion (#185589)
For livepreview
2023-06-19 18:36:39 +02:00
Henning Dieterichs 813a36e903 Implements "No Changes" 2023-06-19 18:32:49 +02:00
Henning Dieterichs c22bb0ec64 When disabling collapsing unmodified code, the state should be reset. 2023-06-19 17:32:25 +02:00
Henning Dieterichs 60b19b3dd8 Unchanged collapsed code improvements 2023-06-19 17:25:27 +02:00
Henning Dieterichs 4a401391fb Fixes #185579 2023-06-19 17:17:51 +02:00
Henning Dieterichs d806701111 Fixes hot reload bug 2023-06-19 17:17:17 +02:00
Robo 4df3657b4e chore: add checksum for electron assets (#185568)
* chore: add checksum for electron assets

* chore: bump distro

* chore: add pdb checksums
2023-06-19 23:46:41 +09:00
Henning Dieterichs 4f29cc63f8 Fixes #185560 2023-06-19 14:19:14 +02:00
Henning Dieterichs b05c8e9f9b Diff Editor v2: Fixes sync update bug 2023-06-19 14:17:44 +02:00
Henning Dieterichs 0c6209f0bf Diff Editor v2: Fixes scrolling issues 2023-06-19 14:16:25 +02:00
Henning Dieterichs 4a65b08066 Fixes #171170 (#185561) 2023-06-19 14:14:09 +02:00
Christof Marti eeb87b3018 Load certificates in net.connect (#185098) 2023-06-19 14:13:15 +02:00
Sandeep Somavarapu b717c5a01d fix #180482 (#185559) 2023-06-19 12:58:29 +02:00
Ladislau Szomoru 9b8f1cb437 Git - only add default branch name if supported (#185557) 2023-06-19 12:42:30 +02:00
Henning Dieterichs b8a3395fed Implements hot reloading of js for the monaco playground server. (#185555) 2023-06-19 12:42:06 +02:00
Henning Dieterichs b975405819 Diff Editor v2: Iterates on collapsed unchanged code feature. (#185499) 2023-06-19 12:41:17 +02:00
Benjamin Pasero b5bcc091f4 timeline - make command to restore any entry more discoverable (#185553) 2023-06-19 12:17:29 +02:00
Isidor Nikolic 637fdea479 Merge pull request #185239 from microsoft/isidor/sound-antlion
remove dependency on experiment service for search
2023-06-19 11:45:04 +02:00
Sandeep Somavarapu af108a2224 fix tests 2023-06-19 11:20:41 +02:00
Johannes Rieken 2be7f52026 Merge pull request #185431 from weartist/fix_call_hierarchy_tooltip
Fix #185051
2023-06-19 11:08:15 +02:00
Benjamin Pasero 74a28dd995 S?.message?.includes is not a function (fix #185530) (#185534) 2023-06-19 08:58:03 +02:00
Henning Dieterichs 73eb619afb Disable sticky scroll in diff editor when collapse unmodified code is enabled (#185434) 2023-06-18 15:09:24 -07:00
Rob Lourens c0347d035b Fix cmd+backspace not working in chat input (#185500) 2023-06-18 22:14:00 +02:00
Henning Dieterichs 3fcd99dae5 adds getters for diff algorithms (#185497) 2023-06-18 13:05:54 -07:00
Daniel Imms 448ec31cb2 Merge pull request #185429 from microsoft/tyriar/clean_up_traceRpc
Improve safety and remove warning from traceRpc
2023-06-17 08:35:06 -07:00
Han 35ea3d75f1 Merge branch 'main' into fix_call_hierarchy_tooltip 2023-06-17 20:16:14 +08:00
weartist 56339d9381 Fix #185051 2023-06-17 20:08:06 +08:00
Daniel Imms 214844d251 Improve safety and remove warning from traceRpc 2023-06-17 04:15:26 -07:00
Connor Peet 3b53204ad1 testing: remove old test output terminal (#185405)
Remove the old "test output terminal" stuff now that we use real
terminals for showing output in the Test Results view. Move the "Show
Output" buttons to reveal the Test Results view instead of opening
the terminal.

Closes https://github.com/microsoft/vscode/issues/151964
2023-06-16 19:58:02 -07:00
Rob Lourens eb69cf5427 Let chat view be wider (#185402) 2023-06-16 19:08:40 -07:00
Robo 8fb5ea0142 feat: use custom tag instead of custom version for MS electron releases (#181309)
* feat: use custom tag instead of custom version for MS electron releases

* chore: bump @vscode/gulp-electron

* chore: move build id to .yarnrc

* chore: rename enableUNCAccessChecks => restrictUNCAccess

* chore: update electron@22.3.11

* chore: add build info to about dialog

* chore: simplify helper function

* chore: remove unused node.js checksums

* chore: bump nodejs internal version

* chore: bump distro

* fix: revert changes to sign.ts

* chore: bump distro
2023-06-17 03:03:35 +02:00
Tyler James Leonhardt e6de1b0822 Miscellaneous NL Command Palette improvements (#185382)
* Always show "Ask Copilot"
* Open Quick Question UX instead of Chat view
* If we have _any_ similar commands, show the "similar commands" separators even if there are no regular picks
* Have Semantic Similarity setting be on by default
* Remove QQ setting since it's not really useful
2023-06-16 18:01:30 -07:00
Connor Peet 2f867fa7a1 cli: fix macos build (#185401) 2023-06-17 09:38:58 +09:00
Tyler James Leonhardt a4d4857ed6 Notify user once when Encryption isn't available (#185390)
And point to troubleshooting doc. ref https://github.com/microsoft/vscode/issues/185212
2023-06-16 17:01:36 -07:00