Commit Graph

722 Commits

Author SHA1 Message Date
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
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
Ian Huff
9dd6ae2026
Remove ianhu from team github issue notebooks (#165281)
* remove ianhu from team github issue notebooks

* revert accidental line end change

Co-authored-by: Ian Huff <ianhuff@Ians-MacBook-Pro.local>
2022-11-02 15:12:18 -07:00
Henning Dieterichs
d5d6647f39
Renames tsx files to tst files, configures tst files as typescript files in local .vscode settings 2022-11-01 19:07:36 +01:00
Johannes Rieken
5277b6a582
update notebook milestones (#165064) 2022-10-31 10:01:13 -07:00
Johannes Rieken
c07b428d7d
enable experimental renderer profiling for us (#164418) 2022-10-24 10:22:04 +02:00
Connor Peet
75dfb8993e
Merge branch 'main' into connor4312/cli-self-update 2022-10-17 11:15:23 -07:00
Connor Peet
84a929b8b7
Merge remote-tracking branch 'origin/main' into connor4312/cli-self-update 2022-10-14 14:23:41 -07:00
Connor Peet
9dd80d4921
cg: update cglicenses.json for CLI dependencies 2022-10-13 11:58:39 -07:00
Connor Peet
6353f80f3d
Merge pull request #161640 from microsoft/build-integrated-cli
Update build process to include integrated CLI
2022-10-12 08:59:37 -07:00
Joyce Er
1da1890180
Bump milestone in endgame notebooks (#163198)
* Bump milestone

* Bump milestone in my-endgame notebook
2022-10-10 10:14:55 -07:00
Connor Peet
fad3a77833
debug: remove timeout connecting to renderer (#162899)
Fixes #159835
2022-10-06 16:02:09 -07:00
Johannes Rieken
a6a31f761f
remove quickSuggestions team setting (#162811) 2022-10-06 09:57:00 +02:00
Connor Peet
cbc174dcad
Merge remote-tracking branch 'origin/main' into build-integrated-cli 2022-10-05 10:00:18 -07:00
Tyler James Leonhardt
9e0fe6a1e8
add l10n to notebooks (#162690) 2022-10-04 11:41:53 -07:00
Joyce Er
310c1f9a8e
Add vscode-dev-chrome-launcher repo to notebooks (#162680)
Add vscode-dev-chrome-launcher to endgame notebooks

Also sync list of our repos across notebooks
2022-10-04 09:35:49 -07:00
Johannes Rieken
a69b853605
update notebook milestones (#162579) 2022-10-03 16:14:43 +02:00
Ladislau Szomoru
f74e6923dc
Engineering - Add reason filter to issue notebooks (#162560)
Add reason filter to issue notebooks
2022-10-03 12:33:41 +02:00
Ladislau Szomoru
f5b2542ccb
Engineering - Update setting (#162558)
Update setting
2022-10-03 03:12:00 -07:00
Sandeep Somavarapu
82ac904296
add run code web launches (#162364) 2022-09-29 17:45:27 +02:00
Tyler James Leonhardt
a1a877b80b
add to my-endgame (#162280) 2022-09-28 16:27:26 -07:00
Jamie Magee
8044546365
Add $schema to cgmanifest.json (#159779)
Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>
2022-09-28 02:32:51 -07:00
Alexandru Dima
809cceca75
update distro (#161957) 2022-09-27 05:29:48 -07:00
Martin Aeschlimann
081133f8e7
Merge branch 'main' into build-integrated-cli 2022-09-26 18:47:52 +02:00
Ladislau Szomoru
831678f718
Engineering - Update endgame notebooks (#161745)
Update endgame notebooks
2022-09-26 00:47:37 -07:00
Connor Peet
07453efc00
cli: implement better self-updating
- Start separating a "standalone" CLI. This is a little awkward with clap-
  derive, but I got it working. Detection of whether the CLI _is_
  standalone is still todo.
- Remove the old ad-hoc update code for code-server, and use the update
  service instead.
- Fix some of the "permission denied" errors people got while updating
  before. We need to rename the old running binary, not just overwrite it.
2022-09-23 17:47:39 -07:00
Connor Peet
b784bcdd32
cli: use hard tabs to align with vscode style 2022-09-23 14:17:01 -07:00
Connor Peet
c3ae579592
Merge pull request #161268 from microsoft/connor4312/import-cli
Initial import of code-tunnel code
2022-09-22 18:28:04 -07:00
Connor Peet
54ca489a5b
cli: get update endpoint from build 2022-09-22 12:55:28 -07:00
Benjamin Pasero
9db57e76e9
Build: bundle / concat entry points (#161161)
* perf - concatenate windows main files

* Revert "Revert "Use `esbuild` to bundle some CommonJS main files (#160957)" (#161118)"

This reverts commit 84c46b71a5.

* build - exclude server main files

* build - make concat a task that runs like the others

* some renames

* Avoid overwriting the nodejs closure require

* Revert "build - exclude server main files"

This reverts commit 736516624e.

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2022-09-21 00:38:44 -07:00
Ladislau Szomoru
0cd555dc1f
Enable git.fetchBeforeCheckout (#161092) 2022-09-16 05:58:00 -07:00
Johannes Rieken
a634a1c4c3
update my-work milestone (#160283) 2022-09-07 13:27:57 +02:00
Connor Peet
8c254bbf3e
inspect-brk main process with renderer process (#159695)
Debugging the main process is fairly lightweight, so let's just always do it. Also, have more appropriate launch config names

 Fixes #159684
2022-08-31 19:13:39 +02:00
Matt Bierner
c96574c969
Bump api notebook milestone (#159615) 2022-08-31 08:49:08 +02:00
Matt Bierner
5e92794be6
Re-enable running our eslint rules using ts-node (#159495)
Resubmission of #157532 with the following changes:

- Use `eslint-plugin-local` instead of `yarn` link to run our plugins
- Move our plugins to a top level `.eslintplugin` dir (as required by `eslint-plugin-local`)
- Update all names to `local/`
2022-08-30 08:40:04 +02:00
Matt Bierner
9e5248072a
Fix ts-node for eslint (#159483)
Bumps the cachesalt to make sure ts-node is installed
2022-08-29 20:51:12 +02:00
Matt Bierner
5b21c7f28b
Run our custom eslint rules using ts-node (#157532)
* Run our custom eslint rules using ts-node

Use `ts-node` to run our custom eslint rules.  This lets us delete the pre-compiled js. It also means you can don't have to compile the rules while editing them

As part of this change, I've also switched us to using an eslint plugin instead of a rulesDir. This is now the preferred way to ship custom rules

* Fix two more disables

* Move ts-node to project root

* Enable transpileOnly
2022-08-29 09:39:09 -07:00
Sandeep Somavarapu
6ec6d9d94d
Fix #158219 (#159289) 2022-08-26 14:05:37 +02:00
Rob Lourens
c7be140926
Update list of team members in my-endgame notebook (#159082) 2022-08-24 19:48:25 +02:00
Matt Bierner
61be189220
Update endgame notebook milestones (#158844) 2022-08-23 08:31:08 +02:00
Ladislau Szomoru
8bc7e3dc4e
Engineering - Update notebook (#158751)
Update notebook
2022-08-22 15:08:14 +02:00
Joyce Er
5a9675ec6b
Bump milestone in endgame notebook (#158632) 2022-08-19 17:37:48 -07:00
Rob Lourens
5a94444624
Remove pwa- from launch.json (#158234) 2022-08-16 05:16:35 +01:00
Matt Bierner
57599a9ecd
Bump api notebook milestone (#157011) 2022-08-03 11:38:52 -04:00
Logan Ramos
7163116004
Update label triage-needed (#156202) 2022-07-25 21:27:29 +02:00
Logan Ramos
1a7d1b4230
Fix missing label changes (#156164) 2022-07-25 16:37:32 +02:00
Johannes Rieken
a74ce8a5ce
update miletsone (#155028) 2022-07-13 10:00:08 +02:00
Matt Bierner
cdb606fc06
Bump api notebook milestone (#154369) 2022-07-07 15:46:18 +00:00
Johannes
7c78e2ea8e
enable merge editor for the team 2022-06-27 12:55:05 +02:00
Ladislau Szomoru
81113e2d4b
Engineering - Update notebooks (#153273)
Update notebooks
2022-06-27 08:59:17 +02:00