Commit graph

722 commits

Author SHA1 Message Date
Benjamin Simmonds 2e4d75fa7d
remove setting (#198439) 2023-11-16 17:20:56 +01:00
Benjamin Simmonds a6469cae57
Refactor Configuration Migration Logic (#198414)
* fix migration #198056
2023-11-16 14:27:18 +01:00
Ladislau Szomoru 7688a7ca8e
Engineering - update incoming/outgoing workspace settings (#198386) 2023-11-16 08:18:41 +01:00
Daniel Imms 0d0217205f
Remove out dated setting 2023-11-14 12:57:50 -08:00
Daniel Imms df7f63c26c
Merge pull request #197994 from microsoft/tyriar/197858
Various improvements to terminal sticky scroll and command navigation
2023-11-13 11:14:01 -08:00
Ladislau Szomoru 901d3e5c5f
Engineering - re-enable incoming/outgoing (#198039) 2023-11-12 12:45:08 +01:00
Daniel Imms d099550cdd
Adopt new setting name 2023-11-11 04:30:54 -08:00
Ladislau Szomoru 985a295449
Engineering - disable setting temporarily (#197911) 2023-11-10 12:46:49 +01:00
Ladislau Szomoru 5b0ddc32b2
SCM - enable incoming/outgoing for the vscode repo (#197893) 2023-11-10 11:53:38 +01:00
Daniel Imms 42a2de206f
Set default terminal sticky scroll in vscode temporarily 2023-11-07 13:20:57 -08:00
Alexandru Dima 22354c5455
Align repo list (#197445) 2023-11-04 13:27:23 +00:00
Daniel Imms fcbf83fc55
Merge pull request #197167 from microsoft/tyriar/xterm_scope
Move to scoped xterm.js packages
2023-11-02 08:09:20 -07:00
Daniel Imms 1532b5aebd
Add xterm scope to moore places 2023-11-02 06:34:09 -07:00
Benjamin Pasero be84baa543
eng - recommend pr pinger (#197136) 2023-11-01 13:07:48 +01:00
Matt Bierner fe40f853df
Bump github notebooks to November (#197104)
Bump github notebooks to november
2023-10-31 16:13:59 -07:00
Alexandru Dima f1de3fc780
Add query to find recently closed issues without a milestone (#196741) 2023-10-26 19:16:47 +02:00
Bhavya U 9d035eff77
Update endgame repos (#196625) 2023-10-25 10:59:28 -07:00
meganrogge 128933bbbb
fix #196401 2023-10-25 09:15:51 -07:00
meganrogge 652ef862b8
pass first letter into terminal, don't await timeout 2023-10-20 13:48:45 -07:00
Benjamin Pasero f430137625
settings - let folders in node_modules still be editable (#195714) 2023-10-16 20:18:33 +02:00
Connor Peet c2a6932e9e
eng: onboard to the extension test runner (#195570)
* eng: onboard to the extension test runner

Adds a `.vscode-test.js` file that uses the new extension test CLI to
run tests. Also, onboards the markdown-language-features as the first
built-in extension to use it.

With the `ms-vscode.extension-test-runner` extension installed, the
markdown-language-features' tests can be run and debugged easily in
the UI :)

* fixup
2023-10-13 13:11:05 -07:00
Matt Bierner 83568784f7
Update notebook milestones (#194629) 2023-10-02 19:02:23 +01:00
Johannes Rieken a3c939b36c
update endgame notebook 2023-09-28 13:53:54 +02:00
Bhavya U 8df7e6dc53
Update milestone in endgame notebooks (#194033)
* Update milestone in endgame notebooks

* update vscode-dev.github-issues
2023-09-25 14:16:11 -07:00
Johannes Rieken 8aa74562ee
update milestone on notebook (#193989) 2023-09-25 16:25:46 +02:00
Matt Bierner 060e385ef5
Add typescript.preferences.autoImportFileExcludePatterns to repo (#193477)
For https://github.com/microsoft/TypeScript/issues/55781
2023-09-19 08:28:28 -07:00
Johannes 4a6e5c124d
update notebook milesones 2023-09-07 14:16:36 +02:00
Henning Dieterichs e0e970f76b
Removes legacy diff editor. (#191989)
* Removes legacy diff editor.

* Fixes CI

* Fixes CI
2023-09-04 22:45:27 +02:00
Henning Dieterichs e1430e4328 Sets up hot reloading of css and code (requires vscode-diagnostic-tools extension to be installed) 2023-09-01 14:35:42 +02:00
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