Commit graph

693 commits

Author SHA1 Message Date
Andrea Mah 8470c9b0e3
adjust endgame query (#191806) 2023-08-30 11:17:10 -07:00
Connor Peet 1fe8359ed0
cli: implement 'server of server' for a local web server (#191014)
Closes https://github.com/microsoft/vscode/issues/168492

This implements @aeschli's 'server server' concept in a new
`code serve-web` command.

Command line args are similar to the standalone web server. The first
time a user hits that page, the latest version of the VS Code web server
will be downloaded and run. Thanks to Martin's previous PRs, all
resources the page requests are prefixed with `/<quality-<commit>`.

The latest release version is cached, but when the page is loaded again
and there's a new release, a the new server version will be downloaded
and started up.

Behind the scenes the servers all listen on named pipes/sockets and the
CLI acts as a proxy server to those sockets. Servers without connections
for an hour will be shut down automatically.
2023-08-22 17:29:51 -07:00
Andrea Mah a4895ad5cd
endgame notebooks cell additions for viewing blocked issues (#189581) 2023-08-15 09:35:02 -07:00
Connor Peet 6004a9f716
debug: put user data dir in home dir, update versions of things (#189855) 2023-08-07 19:46:38 +01:00
Connor Peet 2d2797bba6
debug: let js-debug store the oss profile in workspace storage (default behavior) (#189828)
Fixes #177664
2023-08-07 16:24:07 +01:00
Matt Bierner d0d83b9f42
Update notebook milestones (#189422) 2023-08-01 20:20:33 +01:00
Benjamin Pasero cbdfe4e0b4
Removal of feedback control (fix #188960) (#189027) 2023-07-28 10:12:52 +02:00
Logan Ramos 9c238d6de4
Remove empty markdown cell from Endgame NB (#188790)
Remove empty markdown cell from nb
2023-07-25 15:35:44 +01:00
meganrogge 2dccf7db76
fix tests 2023-07-21 13:31:03 -07:00
Daniel Imms e5cdd7d0fd
Make Cargo.lock a readonly file in vscode 2023-07-17 06:28:37 -07:00
Matt Bierner 5822d97cb3
Bump milestones in issue notebooks (#187494) 2023-07-10 11:37:19 -07:00
Alex Ross b7b88e4dbb
Opt the team into the new create PR view (#187434) 2023-07-10 12:19:33 +02:00
Johannes Rieken d1e1e04d8b
update mywork notebook 2023-07-04 12:41:31 +02:00
Ulugbek Abdullaev 5e11e1f35f
chore: add new labels/areas & remove ones that no longer exist (#186338) 2023-06-27 07:33:02 -07:00
paulacamargo25 139122fbb8
Add vscode-python-debugger repo 2023-06-26 08:30:46 -07:00
Johannes Rieken 3013efd66e
update repo lists (#186158) 2023-06-26 15:25:58 +02:00
Johannes Rieken 26a1feb1bd
joh/envious jay (#185839)
* remove bogus launch-config, fyi @connor4312

* disable API test extension when running from launch config
2023-06-22 10:05:47 +02:00
Alex Ross 2dcfc3798f
Kill, yarn, build task (#185571) 2023-06-19 18:57:04 +02:00
Connor Peet a0fce779af
chore: bump js-debug-companion (#185589)
For livepreview
2023-06-19 18:36:39 +02:00
Henning Dieterichs d7eb1e4fb9
Enable new diff editor for the vscode workspace (#185221) 2023-06-15 15:11:44 +02:00
Johannes Rieken 00b14b2c62
update list of repos (#185019) 2023-06-13 16:19:30 +02:00
Benjamin Pasero c000cb1474
eng - expand usage of readonly setting for vscode (#184682) 2023-06-09 10:13:16 +02:00
Matt Bierner 4c46064d08
Bump github notebook milestones (#184440) 2023-06-06 13:42:11 -07:00
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