Commit Graph

4716 Commits

Author SHA1 Message Date
Christof Marti
74b0694b19 Roll back to @vscode/proxy-agent 0.22.0 (#228872) 2024-09-26 17:44:17 +02:00
Benjamin Pasero
b738d05639 update distro 2024-09-23 13:15:35 +02:00
Robo
b3d7cab572 chore: bump electron@30.5.1 (#229329)
* chore: add initial telemetry for array buffer crashes

* chore: bump electron@30.5.1

* chore: update build id

* chore: bump distro
2024-09-23 09:38:35 +02:00
Daniel Imms
982676e83d Remove unused module 2024-09-21 10:39:07 -07:00
Daniel Imms
31e1cb3e71 Merge pull request #229213 from microsoft/tyriar/xterm_240720
xterm@5.6.0-beta.64
2024-09-21 09:12:44 -07:00
Benjamin Pasero
4c1716492a watcher - remove experimental next watcher (#229261) 2024-09-21 08:48:01 -07:00
Tyler James Leonhardt
41179f4908 Bump distro to change Settings Sync scopes back (#229242)
Fixes https://github.com/microsoft/vscode/issues/229140
2024-09-21 01:08:28 +02:00
Daniel Imms
41083a6611 xterm@5.6.0-beta.64
Fixes #224750
2024-09-20 11:21:50 -07:00
Tyler James Leonhardt
17752c82d7 bumpp the distro (#229093)
with the new settings sync scope
2024-09-19 22:03:10 +02:00
Alex Ross
0daa65ac43 Adopt @vscode/tree-sitter-wasm 0.0.4 (#228988) 2024-09-18 14:20:47 -07:00
Tyler James Leonhardt
627e0d48d5 Bump that distroo (#228964)
bump it with `inheritAuthAccountPreference` addition
2024-09-18 18:25:10 +02:00
Robo
2a6d7ffcb4 chore: update electron@30.5.0 (#228849)
* chore: update electron@30.5.0

* chore: bump distro
2024-09-17 18:23:23 +02:00
Benjamin Pasero
b846e4ec77 🆙 watcher (#228457) 2024-09-13 15:05:21 +02:00
Benjamin Pasero
fbbda590ab 🆙 watcher (#228376) 2024-09-12 20:55:06 +02:00
Aaron Munger
de524a9562 include latest distro changes (#228360) 2024-09-12 18:55:23 +02:00
Martin Aeschlimann
237efd66a5 Merge pull request #228343 from microsoft/aeschli/healthy-whippet-877
update test-web
2024-09-12 18:01:43 +02:00
Benjamin Pasero
498870d214 debt - update watcher ref (#228345) 2024-09-12 16:17:33 +02:00
Martin Aeschlimann
6f94b4cbf6 update test-web 2024-09-12 15:14:29 +02:00
Alex Ross
f4b5fd6791 Use 0.0.3 @vscode/tree-sitter-wasm (#228235) 2024-09-11 15:44:04 +02:00
Benjamin Pasero
819cf1cd22 watcher - allow to use latest version of @parcel/watcher behind experimental setting (#228200)
We are pulling this in from `@bpasero/watcher` as a temporary solutionto:
- fix a deadlock issue in upstream
- allow to switch back and forth between the old and the new version
2024-09-11 13:21:52 +02:00
Karthik Nadig
e5fe1de0d0 Update distro 2024-09-10 13:36:55 -07:00
Daniel Imms
e38a560e6b Merge remote-tracking branch 'origin/main' into tyriar/gpu_exploration 2024-09-10 11:22:25 -07:00
Robo
5921ef8b55 chore: increase heap size for client watch commands (#228068) 2024-09-10 09:03:14 +02:00
Benjamin Pasero
789c320a1c Replace mkdirp with fs.mkdirSync(path, { recursive: true }) (#228017)
* Replace mkdirp with fs.mkdirSync(path, { recursive: true })
(fix #227931)

* compile
2024-09-09 22:43:29 -07:00
Tyler James Leonhardt
1349397cf7 Remove vscode-nls-dev dependency (#228002)
This was when extensions used the old localization stuff. None of this is used anymore.
2024-09-09 18:28:32 +02:00
Connor Peet
4d221c6b85 cli: reapply "code server-web when offline" 2024-09-09 09:18:56 -07:00
Daniel Imms
259227f99b Merge remote-tracking branch 'origin/main' into tyriar/gpu_exploration 2024-09-09 08:21:40 -07:00
Robo
746ba5bc68 cli: revert "code server-web when offline" (#227981)
* Revert "Merge pull request #227830 from microsoft/connor4312/cli-offline-serve"

This reverts commit 136a5c6f5f, reversing
changes made to 9d388bbf8b.

* chore: bump distro
2024-09-09 16:21:08 +02:00
Connor Peet
03f6dab0dd chore: bump distro (#227840) 2024-09-07 00:09:47 +02:00
Connor Peet
f8c0820a97 cli: fix vsda failure in main (#227835)
Fixes #227833
2024-09-06 23:31:52 +02:00
Benjamin Pasero
6f1101d812 Ignore tsserver requests for createDirectoryWatcher(~/Library) on macOS (#227788)
* Ignore tsserver requests for createDirectoryWatcher(~/Library) on macOS

* update deps

---------

Co-authored-by: Aman Karmani <aman@tmm1.net>
2024-09-06 16:25:54 +02:00
Daniel Imms
48c0ee46e3 Add webgpu types 2024-09-06 07:19:15 -07:00
Daniel Imms
7c79e3d0c1 Merge remote-tracking branch 'origin/main' into tyriar/gpu_exploration 2024-09-06 07:15:44 -07:00
Robo
b5a6aa14a8 feat: switch to npm as default package manager (#226927)
* feat: move from yarn to npm

* chore: skip yarn.lock files

* fix: playwright download

* chore: fix compile and hygiene

* chore: bump vsce@2.17.0

Refs 8b49e9dfdf

* test: update results for bat and sh colorizer tests

* fix: add missing lock files for windows

* fix: switch to legacy-peer-deps

* chore: update markdown-it@14.1.0

Refs 737c95a129

esbuild step in extensions-ci-pr was previously using markdown-it
from root which had userland punycode and was able to compile successfully.

* ci: increase pr timeout for windows integration tests

* chore: fix product build

* build: ignore extension dev dependency for rcedit

* build: fix working directory inside container

* build: fix dependency generation

* npm: update dependencies

* ci: use global npmrc

* ci: update cache

* ci: setup global npmrc for private npm auth

* build: fix extension bundling

* chore: sync npm dependencies

* ci: debug env variables for container

* ci: fix win32 cli pipeline

* build: fix npmrc config usage for build/ and remote/ dirs

* fix: windows build

* fix: container builds

* fix: markdown-language-features tests and bundling

```
[03:58:22] Error: Command failed: /Users/demohan/.nvm/versions/node/v20.15.1/bin/node /Users/demohan/github/vscode/extensions/markdown-language-features/esbuild-notebook.js --outputRoot /Users/demohan/github/vscode/.build/extensions/markdown-language-features
✘ [ERROR] Could not resolve "punycode"

    extensions/markdown-language-features/node_modules/markdown-it/lib/index.js:14:27:
      14 │ var punycode     = require('punycode');
         ╵                            ~~~~~~~~~~

  The package "punycode" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
```

Adds userland package based on beed9aee2c

* fix: container builds for distro

* chore: update yarn occurrences

* fixup! chore: bump vsce@2.17.0

Uses the closest version to `main` branch that does not
include d3cc84cdec
while still having the fix 8b49e9dfdf

* chore: sync npm dependencies

* chore: sync npm dependencies

* chore: sync npm dependencies

* chore: throw error when yarn is used for installation

* chore: add review feedback

* chore: switch exec => run where needed

* chore: npm sync dependencies

* fix: markdown-language-features bundling

```
✘ [ERROR] Could not resolve "punycode"

    extensions/markdown-language-features/node_modules/markdown-it/lib/index.js:14:27:
      14 │ var punycode     = require('punycode');
         ╵                            ~~~~~~~~~~

  The package "punycode" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
```

Adds missing userland package based on markdown-it/markdown-it@beed9ae,
can be removed once we update markdown-it >= 14.1.0

* ci: rename no-yarn-lock-changes.yml

* chore: sync npm dependencies

* ci: restore no-yarn-lock-changes.yml

We can disable it in a separate PR to keep the required
checks happy and also need workflow edit perms.

* chore: sync npm dependencies

* ci: rebuild cache

* ci: fix no-package-lock-changes.yml

* chore: bump distro

* chore: rm yarn.lock files

* chore: rm yarn.lock files without dependencies

* chore: add vscode-selfhost-import-aid to postinstall dirs

* chore: bump distro
2024-09-06 22:18:02 +09:00
Daniel Imms
a92d50eb18 Merge remote-tracking branch 'origin/main' into tyriar/gpu_exploration 2024-09-05 04:58:47 -07:00
Brigit Murtaugh
92734259b6 Update distro 2024-09-04 12:51:03 -07:00
Daniel Imms
e85c95fe9e Merge remote-tracking branch 'origin/main' into tyriar/gpu_exploration 2024-09-04 07:57:11 -07:00
Matt Bierner
6814f94e29 Pick up latest TS for building VS Code 2024-09-03 15:16:12 -07:00
Raymond Zhao
e8fb09631d chore: bump webpack in package.json file (#227462)
* chore: bump webpack in package.json file

* Bump yarn.lock again
2024-09-04 00:01:29 +02:00
Joyce Er
673112ca9d chore: bump distro (#227411) 2024-09-03 01:23:15 +02:00
Benjamin Pasero
a5fbd748f1 distro changes for: Support sending ad-hoc notification to Insiders (fix #227321) (#227396)
* distro changes for: Support sending ad-hoc notification to Insiders (fix #227321)

* .
2024-09-02 20:00:35 +02:00
Daniel Imms
ffbd0ab953 @xterm/xterm@5.6.0-beta.56
Part of #196795
2024-09-01 07:48:29 -07:00
Benjamin Pasero
6b924c5152 ESM merge to main (#227184)
Co-authored-by: Johannes Rieken <jrieken@microsoft.com>
Co-authored-by: Alexandru Dima <alexdima@microsoft.com>
2024-08-30 10:31:46 +02:00
isidorn
fb56d0bf37 update distro pointer 2024-08-29 09:22:44 +02:00
Daniel Imms
5811c5d042 Update distro - OSS tool 2024-08-26 15:20:04 -07:00
Matt Bierner
efb6885676 Pick up latest TS for building VS Code 2024-08-26 11:21:20 -07:00
Robo
46b8004c31 chore: update electron@30.4.0 (#226594)
* chore: update electron@30.4.0

* chore: bump distro
2024-08-26 12:30:43 +02:00
Matt Bierner
6f2e8f48ff Pick up latest TS for building VS Code (#225817) 2024-08-23 13:17:08 -07:00
Daniel Imms
bdae574a27 Merge remote-tracking branch 'origin/main' into tyriar/gpu_exploration 2024-08-23 07:24:46 -07:00
Robo
af676cd8b0 Revert "chore: update electron@30.4.0 (#226385)" (#226426)
* Revert "chore: update electron@30.4.0 (#226385)"

This reverts commit 598184c50e.

* chore: bump distro
2024-08-23 15:58:43 +02:00