Commit Graph

616 Commits

Author SHA1 Message Date
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
Matt Bierner
bbe7b54cf4 Remove custom editor tests (#152777)
These tests are not actively being run or maintained. Removing them for now
2022-06-21 15:37:19 -04:00
Martin Aeschlimann
c46555d9c8 Tests for configuration editing completion providers (#151953)
tests for configuration editing completion providers
2022-06-14 09:08:27 +02:00
Johannes
da01cb05cb update notebook milestones 2022-06-08 15:43:12 +02:00
Connor Peet
21e6c2aac0 debug: enable crash reporter when running debugging (#151430) 2022-06-08 11:11:13 +02:00
Sandeep Somavarapu
6a670d79c3 add ms-vscode.vscode-selfhost-test-provider to workspace recommendations (#150979) 2022-06-01 15:40:57 +00:00
Logan Ramos
134df57c2b Update some milestones in notebooks (#150545) 2022-05-27 15:21:56 +00:00