Commit Graph

850 Commits (main)

Author SHA1 Message Date
Robo d0dfb42e34
ci: fix broken monaco editor action (#237347) 2025-01-06 16:33:12 +01:00
Christof Marti 958bcc0e64 Remove obsolete config 2024-12-10 11:24:44 +01:00
Johannes Rieken 7ef3228c7f
remove API guidelines from copilot instructions (#235475) 2024-12-06 11:25:23 +01:00
Christof Marti 3b8bbd953e Add Copilot instructions 2024-11-28 11:54:55 +01:00
Rob Lourens 6f2d4781e8
Remove obsolete label classification (#232876) 2024-11-01 19:03:53 -07:00
Logan Ramos c914444241
Cleanup classifier.json (#232861) 2024-11-01 13:24:10 -07:00
Raymond Zhao 344a292976
fix: CI workflow still uses Python 2 (#231352) 2024-10-15 00:55:32 +02:00
Robo 8422282f04
chore: update to Electron 32 (#218245)
* chore: update electron@31.0.1

* chore: bump electron@31.1.0

* chore: update sysroot download url

* chore: bump electron@31.3.0

* chore: update rpm deps for arm64

* chore: bump electron@31.4.0

* chore: bump electron@32.0.0

* fix: compile stage

* fix: install on windows

* fix: override node-addon-api to support c++20 with gcc-11

Brings in fed13534c5
to support compilation with gcc>=11

* ci: use gnu++2a for gcc <=9

* ci: fix sdl pipeline

* ci: web stage

* ci: fix alpine stage

* ci: fix legacy server stage

* fix: node-addon-api resolution for remote

* ci: fix legacy arm stage

* chore: sync npm dependencies

* chore: bump electron@32.0.1

* ci: fix monaco editor checks

* ci: fix legacy server stage

* ci: possible concurrent execution

* ci: use foreground scripts on windows

* chore: bump electron@32.0.2

* fix: compilation

Refs 204011c3f2

* Revert "wco - hardcode devtools location on Linux (#227084)"

This reverts commit dfb96d11d3.

* chore: bump electron@32.1.2

* ci: remove workaround for missing c++20 flags

* ci: use gnu++2a for gcc <=9

* chore: bump distro

* ci: use gnu++17 for legacy arm servers

* fixup! override node-addon-api to support c++20 with gcc-11

Scope to only the affected package versions

* chore: bump @vscode/policy-watcher

* chore: bump @vscode/sqlite3

* chore: bump node.js v20.17.0

* chore: bump distro

* chore: update @vscode/windows-ca-certs

* chore: update builds for electron@32.1.2

* chore: bump distro

* chore: bump dependencies

* ci: fix arm legacy servers
2024-10-04 19:19:06 +09:00
Martin Aeschlimann f8e51fe82d
integration tests: colorization test are run 6 times (#230380)
* integration tests: colorization test are run 6 times

* adding missing --
2024-10-03 12:34:14 +02:00
Benjamin Christopher Simmonds 3f2729f11e
Update classifier.json (#228199) 2024-09-11 08:31:30 -07:00
Benjamin Pasero eed219db5f
ESM: figure out the monaco-standalone ESM build story (fix #227192) (#227536) 2024-09-06 18:26:40 +02: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
Robo 85ca721d8f
ci: temporarily prevent lock file changes for npm transition (#227570) 2024-09-05 10:05:51 +09: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
Bhavya U 160c2a11ad
update telemetry.yml to use the default secrets.GITHUB_TOKEN (#224511) 2024-08-01 12:48:54 -07:00
Bhavya U c0331c89c6
Remove on-label workflow (#224448) 2024-07-31 18:22:31 -07:00
Bhavya U cdf38dc08e
Remove on-open workflow (#224425) 2024-07-31 13:04:27 -07:00
Bhavya U 0de5dad197
Remove bad-tag workflow (#224428) 2024-07-31 11:49:40 -07:00
Bhavya U d9d5b1e1da
Remove on-comments workflow and update commands (#224355) 2024-07-31 09:14:47 -07:00
Bhavya U 3c737ad0f0
Remove release-pipeline labeler (#224342) 2024-07-31 08:58:41 -07:00
Bhavya U b097a99867
Remove on-reopen workflow (#224334) 2024-07-30 13:57:19 -07:00
Bhavya U 69e9b6b8dc
Remove author verified workflow (#224330) 2024-07-30 13:56:12 -07:00
Bhavya U 25b6584d3f
Remove assign monitor (#224328) 2024-07-30 12:01:51 -07:00
Bhavya U aeec76f5b5
Remove unassign monitor (#224322) 2024-07-30 11:37:37 -07:00
Bhavya U 59b9ae62f4
Remove feature request manager workflow (#224232) 2024-07-30 00:45:10 -07:00
Bhavya U 4201991147
Remove english-please workflow (#224215) 2024-07-29 11:07:42 -07:00
Bhavya U 90c8bfffae
Remove test-plan validator workflow. (#224208) 2024-07-29 10:14:21 -07:00
Bhavya U 7205ba0204
Remove latest release manager (#223560) 2024-07-24 15:55:18 -07:00
Bhavya U ad09ae2030
Revert "Remove latest-release-monitor-workflow" (#223543)
Revert "Remove latest-release-monitor-workflow (#222246)"

This reverts commit 16359f4698.
2024-07-24 14:12:28 -07:00
John Murray 2238edf364
Implement /spam issue triaging command (#221940)
* Implement /spam issue triaging command

* Use `invalid` as the label
2024-07-22 17:23:21 -07:00
Bhavya U 7c10da935e
Remove classifier-runner workflow (#222257) 2024-07-22 08:43:46 -07:00
Bhavya U 095b6cdd0e
Remove deep-classifier-scraper (#222253) 2024-07-19 18:20:23 -07:00
Bhavya U 8d98df7e0a
Remove needs-more-info-closer (#222251) 2024-07-19 16:36:14 -07:00
Bhavya U 16359f4698
Remove latest-release-monitor-workflow (#222246) 2024-07-19 15:45:49 -07:00
Bhavya U 5a8737bfc0
Update feature-request workflow (#222242) 2024-07-19 15:04:22 -07:00
Bhavya U 77182da93d
Remove locker workflow (#221952) 2024-07-17 10:29:55 -07:00
Bhavya U 8c50c678bc
Update copycat input names (#221415) 2024-07-10 15:30:23 -07:00
Bhavya U b23e791eb5
Use AzureLogin task for latest-release-monitor (#221194) 2024-07-08 20:40:28 -04:00
Bhavya U edd91bc5e0
Update classifier workflows to use AzureLogin task (#219895) 2024-07-03 15:12:40 -07:00
Bhavya U 445a0cfca3
Run steps for valid issues only (#217596) 2024-06-24 14:49:42 -07:00
Bhavya U 4a59a68f3a
Revert "Remove check for validity" (#217334)
Revert "Remove check for validity (#216675)"

This reverts commit a3017010e9.
2024-06-24 20:11:05 +02:00
Bhavya U a3017010e9
Remove check for validity (#216675) 2024-06-20 08:41:51 +02:00
Bhavya U f388d52dc7
Check for valid issue on reopen (#216397) 2024-06-18 10:36:44 +02:00
Bhavya U 3b94c28ffb
Check for valid issue on open (#216334) 2024-06-18 08:51:27 +02:00
Bhavya U 085b38d140
Revert Locker schedule to run once a day (#214893) 2024-06-11 18:58:13 +02:00
Bhavya U cd55bece71
Locker: Run on the 20th min of every hour (#214812) 2024-06-10 21:06:33 +02:00
Bhavya U 4d6d7930e8
Kick off issue locker early (#214804) 2024-06-10 19:54:59 +02:00
Alexandru Dima d59305421e
update areas (#214793) 2024-06-10 18:07:53 +02:00
Bhavya U 4140e35056
Update token used for running locker workflow (#214378) 2024-06-05 15:24:54 -07:00
Bhavya U 176b64ac00
[Engineering] Update locker.yml to skip locking closed backlog candidate issues (#214160)
Update locker.yml to ignore closed backlog candidate issues
2024-06-03 10:39:02 -07:00