Commit Graph

670 Commits

Author SHA1 Message Date
Ulugbek Abdullaev
de70014331 chore: add @ulugbekna and @aiday-mar to my-endgame notebook (#183946) 2023-05-31 15:55:50 +02:00
Matt Bierner
cc244e095a Fix outfiles for VS Code API tests (#182228)
This lets you correctly hit breakpoints in the API tests
2023-05-11 14:33:29 -07:00
Benjamin Pasero
d64c580182 readonly - enable for vscode workspace 2023-05-10 09:37:48 +02:00
Tyler James Leonhardt
fd23d86b04 Allow debugging the issue reporter by removing uri filter (#181429)
The issue reporter has a different html file.
2023-05-03 19:20:37 +02:00
Matt Bierner
e61061e743 Bump notebook milestones (#181345) 2023-05-02 18:36:49 +02:00
Rob Lourens
1b5fffdd06 Remove -label:verification-found from verification queries. (#181282)
Often, either this label is added without reopening the issue, or the issue is fixed without removing the label. In both cases the issue can currently just get lost.
2023-05-02 01:18:49 +02:00
Tyler James Leonhardt
2d28a86e1d Add a couple teammates to my-endgame notebook (#181059)
* Add a couple teammates to my-endgame notebook

friends :)

* Add @Yoyokrazy

* Add @paulacamargo25
2023-04-27 20:43:26 +02:00
Sandeep Somavarapu
e162bc07cb clean up extension recommendations (#180450)
* clean up extension recommendations

* retain editor config extension
2023-04-21 00:56:05 +02:00
Sandeep Somavarapu
b58314d377 add plan-items to release notes section (#180445) 2023-04-20 15:20:28 -07:00
rebornix
e5a432ba0b Allow users to control find scopes 2023-04-17 17:01:15 -07:00
Peng Lyu
76781a1a1b Enable markup search hybrid mode (#177542)
* Enable markup search hybrid mode

* Experiment turning all cells into editing mode on replace

* Prepare for minimal find markdown mode

* Add settings for controlling the initial state for find in markdown cells

* Validate initial state
2023-04-14 18:48:51 +01:00
Henning Dieterichs
c9c8e53032 Replaces http-server with playground-server (#179876) 2023-04-13 07:39:35 -07:00
Henning Dieterichs
898fcd63dc Updates VS Code workspace settings (#179864)
* the experimental diff algorithm is now the default in insiders
* turns on asyncTokenizationVerification to investigate a reported bug
2023-04-13 15:12:27 +02:00
Robo
e5f61433b5 chore: update to Electron 22 (#177600)
* Revert "chore: revert to Electron 19 (#175851)"

This reverts commit 3a11b47eee.

* chore: bump electron@22.3.3

* build: use custom version for V8 sandbox

* chore: update electron@22.4.1

* chore: enable forceAllocationsToV8Sandbox for extension host

* chore: bump electron@22.4.2

* chore: bump electron@22.4.3

* sandbox - cleanup from electron 22 update (#178919)

* Revert "chore: revert to Electron 19 (#175851)"

This reverts commit 3a11b47eee.

* chore: bump electron@22.3.3

* build: use custom version for V8 sandbox

* chore: update electron@22.4.1

* chore: enable forceAllocationsToV8Sandbox for extension host

* chore: bump electron@22.4.2

* chore: bump electron@22.4.3

* temp: update distro

* sandbox - cleanup from electron 22 update

* missing comile

* more changes

* fix build

* restore

* 💄

* compile

---------

Co-authored-by: deepak1556 <hop2deep@gmail.com>

---------

Co-authored-by: Benjamin Pasero <benjamin.pasero@microsoft.com>
2023-04-03 09:09:31 +02:00
Henning Dieterichs
168a670c58 Enables experimental diff algorithm for workspace (#178819) 2023-03-31 16:52:22 +02:00
Matt Bierner
a37f49896f Bump github issue notebook milestones (#178501) 2023-03-28 17:19:35 +02:00
Daniel Imms
023ac5366c Ignore main branch PRs 2023-03-27 05:31:40 -07:00
Ladislau Szomoru
07104d5eee Engineering - update notebooks (#177643) 2023-03-20 12:33:08 +01:00
Henning Dieterichs
d8dd1e1959 Enable async tokenization for the vscode workspace to selfhost (#176410) 2023-03-07 18:07:55 +01:00
Johannes Rieken
76c459116e update api notebook (#175558) 2023-02-27 19:13:26 +01:00
Matt Bierner
fd171453f7 Ignore compiled files under dist while searching (#175399) 2023-02-24 16:28:24 -08:00
Alexandru Dima
d912e6c925 Exclude fixture file from search (#175384) 2023-02-24 22:12:47 +01:00
Johannes Rieken
2f18663455 fix sizing in extensions runtime editor (#175347)
fixes https://github.com/microsoft/vscode/issues/173213

also update milestone of my-work notebook
2023-02-24 17:14:04 +01:00
Henning Dieterichs
031e97749c Fixes http server launch config 2023-02-22 11:47:30 +01:00
Henning Dieterichs
a42ec7cdd2 Merge branch 'main' into async-tokenization-2 2023-02-17 17:08:17 +01:00
Henning Dieterichs
6a22e832b7 Adresses PR feedback, adopts most recent textmate version. 2023-02-17 17:04:41 +01:00
Peng Lyu
c6a1522148 update issues milestone. (#174609) 2023-02-16 19:41:10 +01:00
Henning Dieterichs
f4b345578d Adds monaco editor playground launch config & http server 2023-02-10 19:18:47 +01:00
Joyce Er
19014d03d6 Bump milestone in my-work.github-issues (#173339) 2023-02-03 09:24:37 -08:00
Matt Bierner
053de7f577 Bump api notebook milestone (#172837) 2023-01-30 11:35:09 -08:00
Ladislau Szomoru
990ffadcc2 Engineering - Update endgame notebooks (#171961) 2023-01-23 09:46:40 +01:00
Connor Peet
314d7b6c47 debug: allow setting breakpoints in plain .js files (#168921)
* debug: allow setting breakpoints in plain .js files

Fixes #159684

* fixup! don't change sourceURLs in build
2023-01-06 09:22:46 +01:00
Connor Peet
d74acc2714 debug: apply outFiles to debug terminal for faster boot (#169441)
Fixes most of https://github.com/microsoft/vscode/issues/167911
2022-12-16 23:02:55 +01:00
Joyce Er
b1c75e6e67 Update current milestone name in GH notebooks (#169087)
Update current milestone name
2022-12-14 06:48:45 +01:00
Andrea Mah
e7723bfb9c change live-server tag to live-preview (#168909)
* change live-server tag to live-preview
2022-12-12 21:56:07 +01:00
Raymond Zhao
4300ba22e5 Filter some labels from Missing Milestone query (#168360) 2022-12-08 00:19:11 +01:00
Raymond Zhao
e25b892af4 Add packaging label to my-work.github-issues (#168358)
Also removes duplicate livepreview entries from $repos, and
sorts the feature area labels by alphabetical order.
2022-12-08 00:07:03 +01:00
Joyce Er
12378f3f5f Update my-work.github-issues (#168245) 2022-12-07 00:40:59 +01:00
Ladislau Szomoru
f3110d3367 Engineering - Exclude engineering label from missing types query (#168170)
Exclude engineering label from missing types query
2022-12-06 14:53:42 +01:00
Ladislau Szomoru
711bdf0066 Engineering - Add workbench-banner label (#168160)
Add workbench-banner label
2022-12-06 12:31:06 +01:00
Matt Bierner
6e3976f744 Update repos and labels in my-work (#168108) 2022-12-05 21:41:15 +01:00
Matt Bierner
30c3bf46a2 Add missing milestone query (#168105) 2022-12-05 19:59:39 +01:00
Johannes Rieken
bf93e1d912 update notebook milestones (#168090) 2022-12-05 17:47:32 +01:00
Martin Aeschlimann
08024bac3e vscode-notebooks: add repo:microsoft/vscode-remote-tunnels (#168082) 2022-12-05 15:45:27 +01:00
Johannes Rieken
c3d2f273f3 update vscode feature area label list (#167928) 2022-12-02 14:59:06 +01:00
Johannes Rieken
d4e25f8a04 also mark engineering items for release notes 2022-11-25 16:24:37 +01:00
Connor Peet
387bab6993 testing: add test actions to editor context menus (#167091)
* testing: add test actions to editor context menus

Fixes #130548

* add an efficient test by uri lookup, and editor context key
2022-11-23 20:32:57 +00:00
Peng Lyu
7fd999b8c0 Update milestone. (#167076) 2022-11-23 09:43:09 -08:00
Henning Dieterichs
f637ecf996 Merge branch 'main' into hediet/integrated-mule 2022-11-14 16:43:57 +01:00
Henning Dieterichs
0b69760803 Addresses feedback from PR 2022-11-14 15:53:59 +01:00